public class DetectionEffortKind extends Object
Java class for DetectionEffortKind complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetectionEffortKind"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="FrequencyMeasurements_Hz" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Granularity" type="{http://tethys.sdsu.edu/schema/1.0}granularityType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
DetectionEffortKind.Parameters
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
call |
protected GranularityType |
granularity |
protected DetectionEffortKind.Parameters |
parameters |
protected SpeciesIDType |
speciesId |
Constructor and Description |
---|
DetectionEffortKind() |
Modifier and Type | Method and Description |
---|---|
String |
getCall()
Gets the value of the call property.
|
GranularityType |
getGranularity()
Gets the value of the granularity property.
|
DetectionEffortKind.Parameters |
getParameters()
Gets the value of the parameters property.
|
SpeciesIDType |
getSpeciesId()
Gets the value of the speciesId property.
|
void |
setCall(String value)
Sets the value of the call property.
|
void |
setGranularity(GranularityType value)
Sets the value of the granularity property.
|
void |
setParameters(DetectionEffortKind.Parameters value)
Sets the value of the parameters property.
|
void |
setSpeciesId(SpeciesIDType value)
Sets the value of the speciesId property.
|
protected SpeciesIDType speciesId
protected String call
protected DetectionEffortKind.Parameters parameters
protected GranularityType granularity
public SpeciesIDType getSpeciesId()
SpeciesIDType
public void setSpeciesId(SpeciesIDType value)
value
- allowed object is
SpeciesIDType
public String getCall()
String
public void setCall(String value)
value
- allowed object is
String
public DetectionEffortKind.Parameters getParameters()
DetectionEffortKind.Parameters
public void setParameters(DetectionEffortKind.Parameters value)
value
- allowed object is
DetectionEffortKind.Parameters
public GranularityType getGranularity()
GranularityType
public void setGranularity(GranularityType value)
value
- allowed object is
GranularityType
Copyright © 2024 Tethys. All rights reserved.