public static class ObservedValueStream.Value extends 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 String |
metric |
protected BigInteger |
stateVersion |
protected SampleArrayValue |
value |
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getMetric()
Gets the value of the metric property.
|
BigInteger |
getStateVersion()
Gets the value of the stateVersion property.
|
SampleArrayValue |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setMetric(String value)
Sets the value of the metric property.
|
void |
setStateVersion(BigInteger value)
Sets the value of the stateVersion property.
|
void |
setValue(SampleArrayValue value)
Sets the value of the value property.
|
String |
toString() |
protected SampleArrayValue value
protected String metric
protected BigInteger stateVersion
public SampleArrayValue getValue()
SampleArrayValuepublic void setValue(SampleArrayValue value)
value - allowed object is
SampleArrayValuepublic String getMetric()
Stringpublic void setMetric(String value)
value - allowed object is
Stringpublic BigInteger getStateVersion()
BigIntegerpublic void setStateVersion(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.