public static class ObservedValueStream.Value
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SampleArrayValue" minOccurs="0"/>
</sequence>
<attribute name="Metric" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="StateVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
metric |
protected java.math.BigInteger |
stateVersion |
protected SampleArrayValue |
value |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getMetric()
Gets the value of the metric property.
|
java.math.BigInteger |
getStateVersion()
Gets the value of the stateVersion property.
|
SampleArrayValue |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setMetric(java.lang.String value)
Sets the value of the metric property.
|
void |
setStateVersion(java.math.BigInteger value)
Sets the value of the stateVersion property.
|
void |
setValue(SampleArrayValue value)
Sets the value of the value property.
|
java.lang.String |
toString() |
protected SampleArrayValue value
protected java.lang.String metric
protected java.math.BigInteger stateVersion
public SampleArrayValue getValue()
SampleArrayValuepublic void setValue(SampleArrayValue value)
value - allowed object is
SampleArrayValuepublic java.lang.String getMetric()
Stringpublic void setMetric(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(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.Object