public class RealTimeSampleArrayValue extends AbstractMetricValue
| Modifier and Type | Class and Description |
|---|---|
static class |
RealTimeSampleArrayValue.ApplyAnnotation
Java class for anonymous complex type.
|
AbstractMetricValue.Annotation, AbstractMetricValue.MetricQuality| Modifier and Type | Field and Description |
|---|---|
protected List<RealTimeSampleArrayValue.ApplyAnnotation> |
sampleIndex |
protected RTValue |
values |
annotation, extension, measurementState, startTime, stopTime, timeOfObservation| Constructor and Description |
|---|
RealTimeSampleArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<RealTimeSampleArrayValue.ApplyAnnotation> |
getSampleIndex()
Annotations MAY only apply to specific values in the real-time sample array.
|
RTValue |
getValues()
Gets the value of the values property.
|
int |
hashCode() |
void |
setSampleIndex(List<RealTimeSampleArrayValue.ApplyAnnotation> value) |
void |
setValues(RTValue value)
Sets the value of the values property.
|
String |
toString() |
getAnnotation, getExtension, getMeasurementState, getStartTime, getStopTime, getTimeOfObservation, setAnnotation, setExtension, setMeasurementState, setStartTime, setStopTime, setTimeOfObservationprotected List<RealTimeSampleArrayValue.ApplyAnnotation> sampleIndex
protected RTValue values
public List<RealTimeSampleArrayValue.ApplyAnnotation> getSampleIndex()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sampleIndex property.
For example, to add a new item, do as follows:
getSampleIndex().add(newItem);
Objects of the following type(s) are allowed in the list
RealTimeSampleArrayValue.ApplyAnnotation
public RTValue getValues()
RTValuepublic void setValues(RTValue value)
value - allowed object is
RTValuepublic void setSampleIndex(List<RealTimeSampleArrayValue.ApplyAnnotation> value)
public String toString()
toString in class AbstractMetricValuepublic boolean equals(Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValueCopyright © 2017. All rights reserved.