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()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Double getGainDB()
Double
public void setGainDB(Double value)
value
- allowed object is
Double
public Double getGainRel()
Double
Copyright © 2024 Tethys. All rights reserved.