public static class OffEffortDetection.Parameters 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="Subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReceivedLevel_dB" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MinFreq_Hz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MaxFreq_Hz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PeakFreq_Hz" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Peaks_Hz" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
<element name="Duration_s" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Sideband_Hz" minOccurs="0">
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}double" />
</simpleType>
</element>
<element name="UserDefined" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OffEffortDetection.Parameters.UserDefined
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Double |
durationS |
protected Double |
maxFreqHz |
protected Double |
minFreqHz |
protected Double |
peakFreqHz |
protected List<Double> |
peaksHz |
protected Double |
receivedLevelDB |
protected List<Double> |
sidebandHz |
protected String |
subtype |
protected OffEffortDetection.Parameters.UserDefined |
userDefined |
| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDurationS()
Gets the value of the durationS property.
|
Double |
getMaxFreqHz()
Gets the value of the maxFreqHz property.
|
Double |
getMinFreqHz()
Gets the value of the minFreqHz property.
|
Double |
getPeakFreqHz()
Gets the value of the peakFreqHz property.
|
List<Double> |
getPeaksHz()
Gets the value of the peaksHz property.
|
Double |
getReceivedLevelDB()
Gets the value of the receivedLevelDB property.
|
List<Double> |
getSidebandHz()
Gets the value of the sidebandHz property.
|
String |
getSubtype()
Gets the value of the subtype property.
|
OffEffortDetection.Parameters.UserDefined |
getUserDefined()
Gets the value of the userDefined property.
|
void |
setDurationS(Double value)
Sets the value of the durationS property.
|
void |
setMaxFreqHz(Double value)
Sets the value of the maxFreqHz property.
|
void |
setMinFreqHz(Double value)
Sets the value of the minFreqHz property.
|
void |
setPeakFreqHz(Double value)
Sets the value of the peakFreqHz property.
|
void |
setReceivedLevelDB(Double value)
Sets the value of the receivedLevelDB property.
|
void |
setSubtype(String value)
Sets the value of the subtype property.
|
void |
setUserDefined(OffEffortDetection.Parameters.UserDefined value)
Sets the value of the userDefined property.
|
protected String subtype
protected Double receivedLevelDB
protected Double minFreqHz
protected Double maxFreqHz
protected Double peakFreqHz
protected Double durationS
protected OffEffortDetection.Parameters.UserDefined userDefined
public String getSubtype()
Stringpublic void setSubtype(String value)
value - allowed object is
Stringpublic Double getReceivedLevelDB()
Doublepublic void setReceivedLevelDB(Double value)
value - allowed object is
Doublepublic Double getMinFreqHz()
Doublepublic void setMinFreqHz(Double value)
value - allowed object is
Doublepublic Double getMaxFreqHz()
Doublepublic void setMaxFreqHz(Double value)
value - allowed object is
Doublepublic Double getPeakFreqHz()
Doublepublic void setPeakFreqHz(Double value)
value - allowed object is
Doublepublic List<Double> getPeaksHz()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the peaksHz property.
For example, to add a new item, do as follows:
getPeaksHz().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getDurationS()
Doublepublic void setDurationS(Double value)
value - allowed object is
Doublepublic List<Double> getSidebandHz()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sidebandHz property.
For example, to add a new item, do as follows:
getSidebandHz().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public OffEffortDetection.Parameters.UserDefined getUserDefined()
OffEffortDetection.Parameters.UserDefinedpublic void setUserDefined(OffEffortDetection.Parameters.UserDefined value)
value - allowed object is
OffEffortDetection.Parameters.UserDefinedCopyright © 2020 Tethys. All rights reserved.