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()
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 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 CallType getCall()
CallType
public void setCall(CallType value)
value
- allowed object is
CallType
public OffEffortDetection.Parameters getParameters()
OffEffortDetection.Parameters
public void setParameters(OffEffortDetection.Parameters value)
value
- allowed object is
OffEffortDetection.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.