public static class ChannelInfo.Sampling 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="Regimen" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="SampleRate_kHz" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="SampleBits" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelInfo.Sampling.Regimen
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelInfo.Sampling.Regimen> |
regimen |
| Constructor and Description |
|---|
Sampling() |
| Modifier and Type | Method and Description |
|---|---|
List<ChannelInfo.Sampling.Regimen> |
getRegimen()
Gets the value of the regimen property.
|
protected List<ChannelInfo.Sampling.Regimen> regimen
public List<ChannelInfo.Sampling.Regimen> getRegimen()
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 regimen property.
For example, to add a new item, do as follows:
getRegimen().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelInfo.Sampling.Regimen
Copyright © 2024 Tethys. All rights reserved.