public class Detection extends Object
Java class for Detection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Detection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Input_file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Start">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="End" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Event" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UnitId" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="Channel" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="SpeciesId" type="{http://tethys.sdsu.edu/schema/1.0}SpeciesIDType"/>
<element name="Call" type="{http://tethys.sdsu.edu/schema/1.0}CallType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Parameters" minOccurs="0">
<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>
</element>
<element name="Image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Audio" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Detection.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
audio |
protected List<String> |
call |
protected BigInteger |
channel |
protected String |
comment |
protected BigInteger |
count |
protected XMLGregorianCalendar |
end |
protected String |
event |
protected String |
image |
protected String |
inputFile |
protected Detection.Parameters |
parameters |
protected SpeciesIDType |
speciesId |
protected XMLGregorianCalendar |
start |
protected BigInteger |
unitId |
| Constructor and Description |
|---|
Detection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudio()
Gets the value of the audio property.
|
List<String> |
getCall()
Gets the value of the call property.
|
BigInteger |
getChannel()
Gets the value of the channel property.
|
String |
getComment()
Gets the value of the comment property.
|
BigInteger |
getCount()
Gets the value of the count property.
|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
String |
getEvent()
Gets the value of the event property.
|
String |
getImage()
Gets the value of the image property.
|
String |
getInputFile()
Gets the value of the inputFile property.
|
Detection.Parameters |
getParameters()
Gets the value of the parameters property.
|
SpeciesIDType |
getSpeciesId()
Gets the value of the speciesId property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
BigInteger |
getUnitId()
Gets the value of the unitId property.
|
void |
setAudio(String value)
Sets the value of the audio property.
|
void |
setChannel(BigInteger value)
Sets the value of the channel property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setCount(BigInteger value)
Sets the value of the count property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setEvent(String value)
Sets the value of the event property.
|
void |
setImage(String value)
Sets the value of the image property.
|
void |
setInputFile(String value)
Sets the value of the inputFile property.
|
void |
setParameters(Detection.Parameters value)
Sets the value of the parameters property.
|
void |
setSpeciesId(SpeciesIDType value)
Sets the value of the speciesId property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
void |
setUnitId(BigInteger value)
Sets the value of the unitId property.
|
protected String inputFile
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected BigInteger count
protected String event
protected BigInteger unitId
protected BigInteger channel
protected SpeciesIDType speciesId
protected Detection.Parameters parameters
protected String image
protected String audio
protected String comment
public String getInputFile()
Stringpublic void setInputFile(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigIntegerpublic String getEvent()
Stringpublic void setEvent(String value)
value - allowed object is
Stringpublic BigInteger getUnitId()
BigIntegerpublic void setUnitId(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getChannel()
BigIntegerpublic void setChannel(BigInteger value)
value - allowed object is
BigIntegerpublic SpeciesIDType getSpeciesId()
SpeciesIDTypepublic void setSpeciesId(SpeciesIDType value)
value - allowed object is
SpeciesIDTypepublic List<String> getCall()
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 call property.
For example, to add a new item, do as follows:
getCall().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Detection.Parameters getParameters()
Detection.Parameterspublic void setParameters(Detection.Parameters value)
value - allowed object is
Detection.Parameterspublic String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic String getAudio()
Stringpublic void setAudio(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2024 Tethys. All rights reserved.