Class TLcdAtomDateTime
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomDateTime
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content.static final TLcdDataProperty
Data property that maps to thelang
attribute. -
Constructor Summary
ConstructorDescriptionTLcdAtomDateTime
(TLcdDataType aType) TLcdAtomDateTime
(XMLGregorianCalendar aCalendar) Convenience constructor that sets the given calendar -
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the value of the property that maps to thebase
attribute.Returns the value of the property that maps to the value defined by the simple content.Returns the value of the property that maps to thelang
attribute.void
Sets the value of the property that maps to thebase
attribute.void
setDateTime
(XMLGregorianCalendar aValue) Sets the value of the property that maps to the value defined by the simple content.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.
-
Field Details
-
DATE_TIME_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofXMLGregorianCalendar
. -
BASE_PROPERTY
Data property that maps to thebase
attribute. The possible values for this property are instances ofURI
. -
LANGUAGE_PROPERTY
Data property that maps to thelang
attribute. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdAtomDateTime
public TLcdAtomDateTime() -
TLcdAtomDateTime
-
TLcdAtomDateTime
Convenience constructor that sets the given calendar- Parameters:
aCalendar
- the calendar to set
-
-
Method Details
-
getDateTime
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
DATE_TIME_PROPERTY
property.
-
setDateTime
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theDATE_TIME_PROPERTY
property.
-
getBase
Returns the value of the property that maps to thebase
attribute.- Returns:
- the value of the
BASE_PROPERTY
property.
-
setBase
Sets the value of the property that maps to thebase
attribute.- Parameters:
aValue
- the value to set for theBASE_PROPERTY
property.
-
getLanguage
Returns the value of the property that maps to thelang
attribute.- Returns:
- the value of the
LANGUAGE_PROPERTY
property.
-
setLanguage
Sets the value of the property that maps to thelang
attribute.- Parameters:
aValue
- the value to set for theLANGUAGE_PROPERTY
property.
-