public class AbstractMetricValue
extends java.lang.Object
Java class for AbstractMetricValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractMetricValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="MetricQuality">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
</sequence>
<attribute name="Validity" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeasurementValidity" />
<attribute name="Mode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}GenerationMode" />
<attribute name="Qi" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}QualityIndicator" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="Annotation" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="StartTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
<attribute name="StopTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
<attribute name="DeterminationTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMetricValue.Annotation
Java class for anonymous complex type.
|
static class |
AbstractMetricValue.MetricQuality
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractMetricValue.Annotation> |
annotation |
protected java.math.BigInteger |
determinationTime |
protected ExtensionType |
extension |
protected AbstractMetricValue.MetricQuality |
metricQuality |
protected java.math.BigInteger |
startTime |
protected java.math.BigInteger |
stopTime |
| Constructor and Description |
|---|
AbstractMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractMetricValue.Annotation> |
getAnnotation()
Gets the value of the annotation property.
|
java.math.BigInteger |
getDeterminationTime()
Gets the value of the determinationTime property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
AbstractMetricValue.MetricQuality |
getMetricQuality()
Gets the value of the metricQuality property.
|
java.math.BigInteger |
getStartTime()
Gets the value of the startTime property.
|
java.math.BigInteger |
getStopTime()
Gets the value of the stopTime property.
|
int |
hashCode() |
void |
setAnnotation(java.util.List<AbstractMetricValue.Annotation> value) |
void |
setDeterminationTime(java.math.BigInteger value)
Sets the value of the determinationTime property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setMetricQuality(AbstractMetricValue.MetricQuality value)
Sets the value of the metricQuality property.
|
void |
setStartTime(java.math.BigInteger value)
Sets the value of the startTime property.
|
void |
setStopTime(java.math.BigInteger value)
Sets the value of the stopTime property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected AbstractMetricValue.MetricQuality metricQuality
protected java.util.List<AbstractMetricValue.Annotation> annotation
protected java.math.BigInteger startTime
protected java.math.BigInteger stopTime
protected java.math.BigInteger determinationTime
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic AbstractMetricValue.MetricQuality getMetricQuality()
AbstractMetricValue.MetricQualitypublic void setMetricQuality(AbstractMetricValue.MetricQuality value)
value - allowed object is
AbstractMetricValue.MetricQualitypublic java.util.List<AbstractMetricValue.Annotation> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractMetricValue.Annotation
public java.math.BigInteger getStartTime()
BigIntegerpublic void setStartTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getStopTime()
BigIntegerpublic void setStopTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDeterminationTime()
BigIntegerpublic void setDeterminationTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setAnnotation(java.util.List<AbstractMetricValue.Annotation> value)