public class OffEffortDetection extends Object
Java class for OffEffortDetection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OffEffortDetection">
<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" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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" 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="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>
</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 |
OffEffortDetection.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
audio |
protected CallType |
call |
protected BigInteger |
channel |
protected String |
comment |
protected XMLGregorianCalendar |
end |
protected String |
event |
protected String |
image |
protected String |
inputFile |
protected OffEffortDetection.Parameters |
parameters |
protected SpeciesIDType |
speciesID |
protected XMLGregorianCalendar |
start |
protected BigInteger |
unitID |
| Constructor and Description |
|---|
OffEffortDetection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudio()
Gets the value of the audio property.
|
CallType |
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.
|
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.
|
OffEffortDetection.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 |
setCall(CallType value)
Sets the value of the call property.
|
void |
setChannel(BigInteger value)
Sets the value of the channel property.
|
void |
setComment(String value)
Sets the value of the comment 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(OffEffortDetection.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 String event
protected BigInteger unitID
protected BigInteger channel
protected SpeciesIDType speciesID
protected CallType call
protected OffEffortDetection.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 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 CallType getCall()
CallTypepublic void setCall(CallType value)
value - allowed object is
CallTypepublic OffEffortDetection.Parameters getParameters()
OffEffortDetection.Parameterspublic void setParameters(OffEffortDetection.Parameters value)
value - allowed object is
OffEffortDetection.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 © 2020 Tethys. All rights reserved.