Package gov.nasa.gsfc.sscweb.schema
Class TimeInterval
java.lang.Object
gov.nasa.gsfc.sscweb.schema.TimeInterval
Time interval.
<p>Java class for TimeInterval complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="TimeInterval">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarEnding time of interval.protected XMLGregorianCalendarBegining time of interval. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Ending time of interval.getStart()Begining time of interval.voidsetEnd(XMLGregorianCalendar value) Sets the value of the end property.voidsetStart(XMLGregorianCalendar value) Sets the value of the start property.
-
Field Details
-
start
Begining time of interval. -
end
Ending time of interval.
-
-
Constructor Details
-
TimeInterval
public TimeInterval()
-
-
Method Details
-
getStart
Begining time of interval.- Returns:
- possible object is
XMLGregorianCalendar
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-
getEnd
Ending time of interval.- Returns:
- possible object is
XMLGregorianCalendar
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isXMLGregorianCalendar- See Also:
-