public static class DetectionEffort.AnalysisGaps.Aperiodic extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
end |
protected String |
reason |
protected XMLGregorianCalendar |
start |
| Constructor and Description |
|---|
Aperiodic() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
String |
getReason()
Gets the value of the reason property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected String reason
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getReason()
StringCopyright © 2024 Tethys. All rights reserved.