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