public static class ChannelInfo.Gain 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" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <choice> <element name="Gain_dB" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Gain_rel" type="{http://www.w3.org/2001/XMLSchema}double"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ChannelInfo.Gain.Regimen
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ChannelInfo.Gain.Regimen> |
regimen |
Constructor and Description |
---|
Gain() |
Modifier and Type | Method and Description |
---|---|
List<ChannelInfo.Gain.Regimen> |
getRegimen()
Gets the value of the regimen property.
|
protected List<ChannelInfo.Gain.Regimen> regimen
public List<ChannelInfo.Gain.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.Gain.Regimen
Copyright © 2024 Tethys. All rights reserved.