public class RealTimeSampleArrayValue extends AbstractMetricValue
Java-Klasse für RealTimeSampleArrayValue complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="RealTimeSampleArrayValue">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractMetricValue">
<sequence>
<element name="Annotation" type="{http://domain-model-uri/15/04}Annotation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Samples" type="{http://domain-model-uri/15/04}RTValueType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Annotation> |
annotations |
protected java.util.List<java.math.BigDecimal> |
values |
extension, measurementState, startTime, stopTime, timeOfObservation| Constructor and Description |
|---|
RealTimeSampleArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Annotation> |
getAnnotations()
Gets the value of the annotations property.
|
java.util.List<java.math.BigDecimal> |
getValues()
Gets the value of the values property.
|
getExtension, getMeasurementState, getStartTime, getStopTime, getTimeOfObservation, setExtension, setMeasurementState, setStartTime, setStopTime, setTimeOfObservationprotected java.util.List<Annotation> annotations
protected java.util.List<java.math.BigDecimal> values
public java.util.List<Annotation> getAnnotations()
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 annotations property.
For example, to add a new item, do as follows:
getAnnotations().add(newItem);
Objects of the following type(s) are allowed in the list
Annotation
public java.util.List<java.math.BigDecimal> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
BigDecimal