public class WaveformStream
extends java.lang.Object
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="RealTimeSampleArray" type="{http://domain-model-uri/15/04}RealTimeSampleArrayMetricState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected java.util.List<RealTimeSampleArrayMetricState> |
realTimeSampleArrays |
| Constructor and Description |
|---|
WaveformStream() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
java.util.List<RealTimeSampleArrayMetricState> |
getRealTimeSampleArrays()
Gets the value of the realTimeSampleArrays property.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
protected Extension extension
protected java.util.List<RealTimeSampleArrayMetricState> realTimeSampleArrays
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.util.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