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" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="unverified"/>
<enumeration value="valid"/>
<enumeration value="invalid"/>
</restriction>
</simpleType>
</element>
<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="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 maxOccurs="unbounded" minOccurs="0">
<any processContents='skip' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
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 Double |
maxFreqHz |
protected Double |
minFreqHz |
protected Double |
peakFreqHz |
protected List<Double> |
peaksHz |
protected String |
qualityAssurance |
protected Double |
receivedLevelDB |
protected Double |
score |
protected List<Double> |
sidebandHz |
protected String |
subtype |
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.
|
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.
|
String |
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.
|
String |
getSubtype()
Gets the value of the subtype 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(String 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 |
setSubtype(String value)
Sets the value of the subtype property.
|
void |
setUserDefined(Detection.Parameters.UserDefined value)
Sets the value of the userDefined property.
|
protected String subtype
protected Double score
protected Double confidence
protected String qualityAssurance
protected Double receivedLevelDB
protected Double minFreqHz
protected Double maxFreqHz
protected Double peakFreqHz
protected Double durationS
protected Detection.Parameters.UserDefined userDefined
public String getSubtype()
Stringpublic void setSubtype(String value)
value - allowed object is
Stringpublic Double getScore()
Doublepublic void setScore(Double value)
value - allowed object is
Doublepublic Double getConfidence()
Doublepublic void setConfidence(Double value)
value - allowed object is
Doublepublic String getQualityAssurance()
Stringpublic void setQualityAssurance(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 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.UserDefinedpublic void setUserDefined(Detection.Parameters.UserDefined value)
value - allowed object is
Detection.Parameters.UserDefinedCopyright © 2020 Tethys. All rights reserved.