public class SampleArrayValue extends AbstractMetricValue
Java class for SampleArrayValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SampleArrayValue">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricValue">
<sequence>
<element name="ApplyAnnotation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="AnnotationIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="SampleIndex" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Samples" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}RealTimeValueType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SampleArrayValue.ApplyAnnotation
Java class for anonymous complex type.
|
AbstractMetricValue.Annotation, AbstractMetricValue.MetricQuality| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SampleArrayValue.ApplyAnnotation> |
applyAnnotation |
protected java.util.List<java.math.BigDecimal> |
samples |
annotation, determinationTime, extension, metricQuality, startTime, stopTime| Constructor and Description |
|---|
SampleArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<SampleArrayValue.ApplyAnnotation> |
getApplyAnnotation()
Gets the value of the applyAnnotation property.
|
java.util.List<java.math.BigDecimal> |
getSamples()
Gets the value of the samples property.
|
int |
hashCode() |
void |
setApplyAnnotation(java.util.List<SampleArrayValue.ApplyAnnotation> value) |
void |
setSamples(java.util.List<java.math.BigDecimal> value) |
java.lang.String |
toString() |
getAnnotation, getDeterminationTime, getExtension, getMetricQuality, getStartTime, getStopTime, setAnnotation, setDeterminationTime, setExtension, setMetricQuality, setStartTime, setStopTimeprotected java.util.List<SampleArrayValue.ApplyAnnotation> applyAnnotation
protected java.util.List<java.math.BigDecimal> samples
public java.util.List<SampleArrayValue.ApplyAnnotation> getApplyAnnotation()
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 applyAnnotation property.
For example, to add a new item, do as follows:
getApplyAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
SampleArrayValue.ApplyAnnotation
public java.util.List<java.math.BigDecimal> getSamples()
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 samples property.
For example, to add a new item, do as follows:
getSamples().add(newItem);
Objects of the following type(s) are allowed in the list
BigDecimal
public java.lang.String toString()
toString in class AbstractMetricValuepublic boolean equals(java.lang.Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValuepublic void setApplyAnnotation(java.util.List<SampleArrayValue.ApplyAnnotation> value)
public void setSamples(java.util.List<java.math.BigDecimal> value)