public static class Detection.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="Score" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Confidence" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0"/> <maxInclusive value="1"/> </restriction> </simpleType> </element> <element name="QualityAssurance" type="{http://tethys.sdsu.edu/schema/1.0}QualityValueBasic" minOccurs="0"/> <element name="ReceivedLevel_dB" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="FrequencyMeasurements_dB" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> <element name="SNR_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="Tonal" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Offset_s"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> <element name="Hz"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> <element name="dB" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="EventRef" type="{http://tethys.sdsu.edu/schema/1.0}EventType" maxOccurs="unbounded" minOccurs="0"/> <element name="UserDefined" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Detection.Parameters.Tonal
Java class for anonymous complex type.
|
static class |
Detection.Parameters.UserDefined
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Double |
confidence |
protected Double |
durationS |
protected List<String> |
eventRef |
protected List<Double> |
frequencyMeasurementsDB |
protected Double |
maxFreqHz |
protected Double |
minFreqHz |
protected Double |
peakFreqHz |
protected List<Double> |
peaksHz |
protected QualityValueBasic |
qualityAssurance |
protected Double |
receivedLevelDB |
protected Double |
score |
protected List<Double> |
sidebandHz |
protected Double |
snrdb |
protected String |
subtype |
protected Detection.Parameters.Tonal |
tonal |
protected Detection.Parameters.UserDefined |
userDefined |
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence()
Gets the value of the confidence property.
|
Double |
getDurationS()
Gets the value of the durationS property.
|
List<String> |
getEventRef()
Gets the value of the eventRef property.
|
List<Double> |
getFrequencyMeasurementsDB()
Gets the value of the frequencyMeasurementsDB 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.
|
QualityValueBasic |
getQualityAssurance()
Gets the value of the qualityAssurance property.
|
Double |
getReceivedLevelDB()
Gets the value of the receivedLevelDB property.
|
Double |
getScore()
Gets the value of the score property.
|
List<Double> |
getSidebandHz()
Gets the value of the sidebandHz property.
|
Double |
getSNRDB()
Gets the value of the snrdb property.
|
String |
getSubtype()
Gets the value of the subtype property.
|
Detection.Parameters.Tonal |
getTonal()
Gets the value of the tonal property.
|
Detection.Parameters.UserDefined |
getUserDefined()
Gets the value of the userDefined property.
|
void |
setConfidence(Double value)
Sets the value of the confidence 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 |
setQualityAssurance(QualityValueBasic value)
Sets the value of the qualityAssurance property.
|
void |
setReceivedLevelDB(Double value)
Sets the value of the receivedLevelDB property.
|
void |
setScore(Double value)
Sets the value of the score property.
|
void |
setSNRDB(Double value)
Sets the value of the snrdb property.
|
void |
setSubtype(String value)
Sets the value of the subtype property.
|
void |
setTonal(Detection.Parameters.Tonal value)
Sets the value of the tonal property.
|
void |
setUserDefined(Detection.Parameters.UserDefined value)
Sets the value of the userDefined property.
|
protected String subtype
protected Double score
protected Double confidence
protected QualityValueBasic qualityAssurance
protected Double receivedLevelDB
protected Double snrdb
protected Double minFreqHz
protected Double maxFreqHz
protected Double peakFreqHz
protected Double durationS
protected Detection.Parameters.Tonal tonal
protected Detection.Parameters.UserDefined userDefined
public String getSubtype()
String
public void setSubtype(String value)
value
- allowed object is
String
public Double getScore()
Double
public void setScore(Double value)
value
- allowed object is
Double
public Double getConfidence()
Double
public void setConfidence(Double value)
value
- allowed object is
Double
public QualityValueBasic getQualityAssurance()
QualityValueBasic
public void setQualityAssurance(QualityValueBasic value)
value
- allowed object is
QualityValueBasic
public Double getReceivedLevelDB()
Double
public void setReceivedLevelDB(Double value)
value
- allowed object is
Double
public List<Double> getFrequencyMeasurementsDB()
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 frequencyMeasurementsDB property.
For example, to add a new item, do as follows:
getFrequencyMeasurementsDB().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getSNRDB()
Double
public void setSNRDB(Double value)
value
- allowed object is
Double
public Double getMinFreqHz()
Double
public void setMinFreqHz(Double value)
value
- allowed object is
Double
public Double getMaxFreqHz()
Double
public void setMaxFreqHz(Double value)
value
- allowed object is
Double
public Double getPeakFreqHz()
Double
public void setPeakFreqHz(Double value)
value
- allowed object is
Double
public 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()
Double
public void setDurationS(Double value)
value
- allowed object is
Double
public 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 Detection.Parameters.Tonal getTonal()
Detection.Parameters.Tonal
public void setTonal(Detection.Parameters.Tonal value)
value
- allowed object is
Detection.Parameters.Tonal
public List<String> getEventRef()
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 eventRef property.
For example, to add a new item, do as follows:
getEventRef().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Detection.Parameters.UserDefined getUserDefined()
Detection.Parameters.UserDefined
public void setUserDefined(Detection.Parameters.UserDefined value)
value
- allowed object is
Detection.Parameters.UserDefined
Copyright © 2024 Tethys. All rights reserved.