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 List<ObservedValueStream.Value> |
value |
extension, instanceId, mdibVersion, sequenceId| Constructor and Description |
|---|
ObservedValueStream() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ObservedValueStream.Value> |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(List<ObservedValueStream.Value> value) |
String |
toString() |
getExtension, getInstanceId, getMdibVersion, getSequenceId, setExtension, setInstanceId, setMdibVersion, setSequenceIdprotected List<ObservedValueStream.Value> value
public 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 void setValue(List<ObservedValueStream.Value> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2018. All rights reserved.