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()
SpeciesIDTypepublic void setSpeciesId(SpeciesIDType value)
value - allowed object is
SpeciesIDTypepublic String getCall()
Stringpublic void setCall(String value)
value - allowed object is
Stringpublic DetectionEffortKind.Parameters getParameters()
DetectionEffortKind.Parameterspublic void setParameters(DetectionEffortKind.Parameters value)
value - allowed object is
DetectionEffortKind.Parameterspublic GranularityType getGranularity()
GranularityTypepublic void setGranularity(GranularityType value)
value - allowed object is
GranularityTypeCopyright © 2024 Tethys. All rights reserved.