public class DetectionEffort extends Object
Java class for DetectionEffort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetectionEffort"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="End"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="AnalysisGaps" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Periodic" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Regimen" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="AnalysisDuration_s"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> <attribute name="Offfset_s" type="{http://www.w3.org/2001/XMLSchema}double" default="0" /> </extension> </simpleContent> </complexType> </element> <element name="AnalysisInterval_s"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>double"> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Aperiodic" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="End"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <whiteSpace value="collapse"/> </restriction> </simpleType> </element> <element name="Reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="dBReferenceIntensity_uPa" type="{http://tethys.sdsu.edu/schema/1.0}dbReferenceIntensity" minOccurs="0"/> <element name="Kind" type="{http://tethys.sdsu.edu/schema/1.0}DetectionEffortKind" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
DetectionEffort.AnalysisGaps
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected DetectionEffort.AnalysisGaps |
analysisGaps |
protected Double |
dbReferenceIntensityUPa |
protected XMLGregorianCalendar |
end |
protected List<DetectionEffortKind> |
kind |
protected XMLGregorianCalendar |
start |
Constructor and Description |
---|
DetectionEffort() |
Modifier and Type | Method and Description |
---|---|
DetectionEffort.AnalysisGaps |
getAnalysisGaps()
Gets the value of the analysisGaps property.
|
Double |
getDBReferenceIntensityUPa()
Gets the value of the dbReferenceIntensityUPa property.
|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
List<DetectionEffortKind> |
getKind()
Gets the value of the kind property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
void |
setAnalysisGaps(DetectionEffort.AnalysisGaps value)
Sets the value of the analysisGaps property.
|
void |
setDBReferenceIntensityUPa(Double value)
Sets the value of the dbReferenceIntensityUPa property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected DetectionEffort.AnalysisGaps analysisGaps
protected Double dbReferenceIntensityUPa
protected List<DetectionEffortKind> kind
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 DetectionEffort.AnalysisGaps getAnalysisGaps()
DetectionEffort.AnalysisGaps
public void setAnalysisGaps(DetectionEffort.AnalysisGaps value)
value
- allowed object is
DetectionEffort.AnalysisGaps
public Double getDBReferenceIntensityUPa()
Double
public void setDBReferenceIntensityUPa(Double value)
value
- allowed object is
Double
public List<DetectionEffortKind> getKind()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the kind property.
For example, to add a new item, do as follows:
getKind().add(newItem);
Objects of the following type(s) are allowed in the list
DetectionEffortKind
Copyright © 2024 Tethys. All rights reserved.