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 List<SampleArrayValue.ApplyAnnotation> |
applyAnnotation |
protected List<BigDecimal> |
samples |
annotation, determinationTime, extension, metricQuality, startTime, stopTime| Constructor and Description |
|---|
SampleArrayValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<SampleArrayValue.ApplyAnnotation> |
getApplyAnnotation()
Gets the value of the applyAnnotation property.
|
List<BigDecimal> |
getSamples()
Gets the value of the samples property.
|
int |
hashCode() |
void |
setApplyAnnotation(List<SampleArrayValue.ApplyAnnotation> value) |
void |
setSamples(List<BigDecimal> value) |
String |
toString() |
getAnnotation, getDeterminationTime, getExtension, getMetricQuality, getStartTime, getStopTime, setAnnotation, setDeterminationTime, setExtension, setMetricQuality, setStartTime, setStopTimeprotected List<SampleArrayValue.ApplyAnnotation> applyAnnotation
protected List<BigDecimal> samples
public 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 List<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 void setApplyAnnotation(List<SampleArrayValue.ApplyAnnotation> value)
public void setSamples(List<BigDecimal> value)
public String toString()
toString in class AbstractMetricValuepublic boolean equals(Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValueCopyright © 2018. All rights reserved.