public static class ChannelInfo.Sampling.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="SampleRate_kHz" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="SampleBits" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
sampleBits |
protected double |
sampleRateKHz |
protected XMLGregorianCalendar |
timeStamp |
| Constructor and Description |
|---|
Regimen() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSampleBits()
Gets the value of the sampleBits property.
|
double |
getSampleRateKHz()
Gets the value of the sampleRateKHz property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setSampleBits(int value)
Sets the value of the sampleBits property.
|
void |
setSampleRateKHz(double value)
Sets the value of the sampleRateKHz property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected double sampleRateKHz
protected int sampleBits
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendarpublic void setTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic double getSampleRateKHz()
public void setSampleRateKHz(double value)
public int getSampleBits()
public void setSampleBits(int value)
Copyright © 2020 Tethys. All rights reserved.