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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebegin
element.static final TLcdDataProperty
Data property that maps to theend
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBegin()
Returns the value of the property that maps to thebegin
element.getEnd()
Returns the value of the property that maps to theend
element.void
setBegin
(XMLGregorianCalendar aValue) Sets the value of the property that maps to thebegin
element.void
setEnd
(XMLGregorianCalendar aValue) Sets the value of the property that maps to theend
element.
-
Field Details
-
BEGIN_PROPERTY
Data property that maps to thebegin
element. The possible values for this property are instances ofXMLGregorianCalendar
. -
END_PROPERTY
Data property that maps to theend
element. 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 thebegin
element.- Returns:
- the value of the
BEGIN_PROPERTY
property.
-
setBegin
Sets the value of the property that maps to thebegin
element.- Parameters:
aValue
- the value to set for theBEGIN_PROPERTY
property.
-
getEnd
Returns the value of the property that maps to theend
element.- Returns:
- the value of the
END_PROPERTY
property.
-
setEnd
Sets the value of the property that maps to theend
element.- Parameters:
aValue
- the value to set for theEND_PROPERTY
property.
-