public static class ChannelInfo.Gain.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"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
gainDB |
protected Double |
gainRel |
protected XMLGregorianCalendar |
timeStamp |
| Constructor and Description |
|---|
Regimen() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getGainDB()
Gets the value of the gainDB property.
|
Double |
getGainRel()
Gets the value of the gainRel property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setGainDB(Double value)
Sets the value of the gainDB property.
|
void |
setGainRel(Double value)
Sets the value of the gainRel property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected Double gainDB
protected Double gainRel
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Double getGainDB()
Doublepublic void setGainDB(Double value)
value - allowed object is
Doublepublic Double getGainRel()
DoubleCopyright © 2020 Tethys. All rights reserved.