Class TLcdNVG20Content.TimeSpan
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.nvg.nvg20.model.TLcdNVG20Content.TimeSpan
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Enclosing class:
TLcdNVG20Content
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebeginelement.static final TLcdDataPropertyData property that maps to theendelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBegin()Returns the value of the property that maps to thebeginelement.getEnd()Returns the value of the property that maps to theendelement.voidsetBegin(XMLGregorianCalendar aValue) Sets the value of the property that maps to thebeginelement.voidsetEnd(XMLGregorianCalendar aValue) Sets the value of the property that maps to theendelement.
-
Field Details
-
BEGIN_PROPERTY
Data property that maps to thebeginelement. The possible values for this property are instances ofXMLGregorianCalendar. -
END_PROPERTY
Data property that maps to theendelement. The possible values for this property are instances ofXMLGregorianCalendar.
-
-
Constructor Details
-
TimeSpan
public TimeSpan() -
TimeSpan
-
-
Method Details
-
getBegin
Returns the value of the property that maps to thebeginelement.- Returns:
- the value of the
BEGIN_PROPERTYproperty.
-
setBegin
Sets the value of the property that maps to thebeginelement.- Parameters:
aValue- the value to set for theBEGIN_PROPERTYproperty.
-
getEnd
Returns the value of the property that maps to theendelement.- Returns:
- the value of the
END_PROPERTYproperty.
-
setEnd
Sets the value of the property that maps to theendelement.- Parameters:
aValue- the value to set for theEND_PROPERTYproperty.
-