public class AbstractMetricValue extends 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://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="MetricQuality">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
</sequence>
<attribute name="Validity" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}MetricMeasurementValidity" />
<attribute name="Mode" type="{http://p11073-10207/draft6/pm/2016/12/08}GenerationMode" />
<attribute name="Qi" type="{http://p11073-10207/draft6/pm/2016/12/08}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://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Type" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="StartTime" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
<attribute name="StopTime" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
<attribute name="DeterminationTime" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMetricValue.Annotation
Annotation of a METRIC state value.
|
static class |
AbstractMetricValue.MetricQuality
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricValue.Annotation> |
annotation |
protected BigInteger |
determinationTime |
protected ExtensionType |
extension |
protected AbstractMetricValue.MetricQuality |
metricQuality |
protected BigInteger |
startTime |
protected BigInteger |
stopTime |
| Constructor and Description |
|---|
AbstractMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractMetricValue.Annotation> |
getAnnotation()
Gets the value of the annotation property.
|
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.
|
BigInteger |
getStartTime()
Gets the value of the startTime property.
|
BigInteger |
getStopTime()
Gets the value of the stopTime property.
|
int |
hashCode() |
void |
setAnnotation(List<AbstractMetricValue.Annotation> value) |
void |
setDeterminationTime(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(BigInteger value)
Sets the value of the startTime property.
|
void |
setStopTime(BigInteger value)
Sets the value of the stopTime property.
|
String |
toString() |
protected ExtensionType extension
protected AbstractMetricValue.MetricQuality metricQuality
protected List<AbstractMetricValue.Annotation> annotation
protected BigInteger startTime
protected BigInteger stopTime
protected 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 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 BigInteger getStartTime()
BigIntegerpublic void setStartTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStopTime()
BigIntegerpublic void setStopTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDeterminationTime()
BigIntegerpublic void setDeterminationTime(BigInteger value)
value - allowed object is
BigIntegerpublic void setAnnotation(List<AbstractMetricValue.Annotation> value)
Copyright © 2018. All rights reserved.