public static class ChannelInfo.DutyCycle.Regimen 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected double |
recordingDurationM |
protected double |
recordingIntervalM |
protected XMLGregorianCalendar |
timeStamp |
| Constructor and Description |
|---|
Regimen() |
| Modifier and Type | Method and Description |
|---|---|
double |
getRecordingDurationM()
Gets the value of the recordingDurationM property.
|
double |
getRecordingIntervalM()
Gets the value of the recordingIntervalM property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setRecordingDurationM(double value)
Sets the value of the recordingDurationM property.
|
void |
setRecordingIntervalM(double value)
Sets the value of the recordingIntervalM property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected double recordingDurationM
protected double recordingIntervalM
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic double getRecordingDurationM()
public void setRecordingDurationM(double value)
public double getRecordingIntervalM()
public void setRecordingIntervalM(double value)
Copyright © 2020 Tethys. All rights reserved.