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_s"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> <attribute name="Offfset_s" type="{http://www.w3.org/2001/XMLSchema}double" default="0" /> </extension> </simpleContent> </complexType> </element> <element name="RecordingInterval_s"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ChannelInfo.DutyCycle.Regimen.RecordingDurationS
Java class for anonymous complex type.
|
static class |
ChannelInfo.DutyCycle.Regimen.RecordingIntervalS
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ChannelInfo.DutyCycle.Regimen.RecordingDurationS |
recordingDurationS |
protected ChannelInfo.DutyCycle.Regimen.RecordingIntervalS |
recordingIntervalS |
protected XMLGregorianCalendar |
timeStamp |
Constructor and Description |
---|
Regimen() |
Modifier and Type | Method and Description |
---|---|
ChannelInfo.DutyCycle.Regimen.RecordingDurationS |
getRecordingDurationS()
Gets the value of the recordingDurationS property.
|
ChannelInfo.DutyCycle.Regimen.RecordingIntervalS |
getRecordingIntervalS()
Gets the value of the recordingIntervalS property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setRecordingDurationS(ChannelInfo.DutyCycle.Regimen.RecordingDurationS value)
Sets the value of the recordingDurationS property.
|
void |
setRecordingIntervalS(ChannelInfo.DutyCycle.Regimen.RecordingIntervalS value)
Sets the value of the recordingIntervalS property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected ChannelInfo.DutyCycle.Regimen.RecordingDurationS recordingDurationS
protected ChannelInfo.DutyCycle.Regimen.RecordingIntervalS recordingIntervalS
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public ChannelInfo.DutyCycle.Regimen.RecordingDurationS getRecordingDurationS()
ChannelInfo.DutyCycle.Regimen.RecordingDurationS
public void setRecordingDurationS(ChannelInfo.DutyCycle.Regimen.RecordingDurationS value)
value
- allowed object is
ChannelInfo.DutyCycle.Regimen.RecordingDurationS
public ChannelInfo.DutyCycle.Regimen.RecordingIntervalS getRecordingIntervalS()
ChannelInfo.DutyCycle.Regimen.RecordingIntervalS
public void setRecordingIntervalS(ChannelInfo.DutyCycle.Regimen.RecordingIntervalS value)
value
- allowed object is
ChannelInfo.DutyCycle.Regimen.RecordingIntervalS
Copyright © 2024 Tethys. All rights reserved.