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" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://tethys.sdsu.edu/schema/1.0>CallType"> <attribute name="Count" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </simpleContent> </complexType> </element> <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" 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> </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.Call
Java class for anonymous complex type.
|
static class |
Detection.Parameters
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
audio |
protected List<Detection.Call> |
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<Detection.Call> |
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 List<Detection.Call> call
protected Detection.Parameters parameters
protected String image
protected String audio
protected String comment
public String getInputFile()
String
public void setInputFile(String value)
value
- allowed object is
String
public XMLGregorianCalendar getStart()
XMLGregorianCalendar
public void setStart(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEnd()
XMLGregorianCalendar
public void setEnd(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public BigInteger getCount()
BigInteger
public void setCount(BigInteger value)
value
- allowed object is
BigInteger
public String getEvent()
String
public void setEvent(String value)
value
- allowed object is
String
public BigInteger getUnitID()
BigInteger
public void setUnitID(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getChannel()
BigInteger
public void setChannel(BigInteger value)
value
- allowed object is
BigInteger
public SpeciesIDType getSpeciesID()
SpeciesIDType
public void setSpeciesID(SpeciesIDType value)
value
- allowed object is
SpeciesIDType
public List<Detection.Call> 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
Detection.Call
public Detection.Parameters getParameters()
Detection.Parameters
public void setParameters(Detection.Parameters value)
value
- allowed object is
Detection.Parameters
public String getImage()
String
public void setImage(String value)
value
- allowed object is
String
public String getAudio()
String
public void setAudio(String value)
value
- allowed object is
String
public String getComment()
String
Copyright © 2020 Tethys. All rights reserved.