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> <sequence maxOccurs="unbounded"> <element name="Kind" type="{http://tethys.sdsu.edu/schema/1.0}DetectionEffortKind"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
end |
protected List<DetectionEffortKind> |
kind |
protected XMLGregorianCalendar |
start |
Constructor and Description |
---|
DetectionEffort() |
Modifier and Type | Method and Description |
---|---|
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 |
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 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 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 © 2020 Tethys. All rights reserved.