public class WaveformStreamReport 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://p11073-10207/draft6/msg/2016/12/08}AbstractReport">
<sequence>
<element name="State" type="{http://p11073-10207/draft6/pm/2016/12/08}RealTimeSampleArrayMetricState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RealTimeSampleArrayMetricState> |
realTimeSampleArrays |
extension, instanceId, sequenceId, sequenceNumber| Constructor and Description |
|---|
WaveformStreamReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<RealTimeSampleArrayMetricState> |
getRealTimeSampleArrays()
State represents a list of sample arrays of a waveform.
|
int |
hashCode() |
void |
setRealTimeSampleArrays(List<RealTimeSampleArrayMetricState> value) |
String |
toString() |
getExtension, getInstanceId, getSequenceId, getSequenceNumber, setExtension, setInstanceId, setSequenceId, setSequenceNumberprotected List<RealTimeSampleArrayMetricState> realTimeSampleArrays
public List<RealTimeSampleArrayMetricState> getRealTimeSampleArrays()
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 realTimeSampleArrays property.
For example, to add a new item, do as follows:
getRealTimeSampleArrays().add(newItem);
Objects of the following type(s) are allowed in the list
RealTimeSampleArrayMetricState
public void setRealTimeSampleArrays(List<RealTimeSampleArrayMetricState> value)
public String toString()
toString in class AbstractReportpublic boolean equals(Object that)
equals in class AbstractReportpublic int hashCode()
hashCode in class AbstractReportCopyright © 2017. All rights reserved.