public class ObservedValueStream extends AbstractReport
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReport">
<sequence>
<element name="Value" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ObservedValueStream.Value
A stream ELEMENT that contains observed values of a stream-able state.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ObservedValueStream.Value> |
value |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
ObservedValueStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<ObservedValueStream.Value> |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(java.util.List<ObservedValueStream.Value> value) |
java.lang.String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected java.util.List<ObservedValueStream.Value> value
public java.util.List<ObservedValueStream.Value> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
ObservedValueStream.Value
public java.lang.String toString()
toString in class AbstractReportpublic boolean equals(java.lang.Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportpublic void setValue(java.util.List<ObservedValueStream.Value> value)