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"/>
<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"/>
</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 CallType |
call |
protected GranularityType |
granularity |
protected DetectionEffortKind.Parameters |
parameters |
protected SpeciesIDType |
speciesID |
| Constructor and Description |
|---|
DetectionEffortKind() |
| Modifier and Type | Method and Description |
|---|---|
CallType |
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(CallType 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 CallType call
protected DetectionEffortKind.Parameters parameters
protected GranularityType granularity
public SpeciesIDType getSpeciesID()
SpeciesIDTypepublic void setSpeciesID(SpeciesIDType value)
value - allowed object is
SpeciesIDTypepublic CallType getCall()
CallTypepublic void setCall(CallType value)
value - allowed object is
CallTypepublic 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 © 2020 Tethys. All rights reserved.