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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thebaseattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content.static final TLcdDataPropertyData property that maps to thelangattribute. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdAtomDateTime(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 thebaseattribute.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 thelangattribute.voidSets the value of the property that maps to thebaseattribute.voidsetDateTime(XMLGregorianCalendar aValue) Sets the value of the property that maps to the value defined by the simple content.voidsetLanguage(String aValue) Sets the value of the property that maps to thelangattribute.
-
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 thebaseattribute. The possible values for this property are instances ofURI. -
LANGUAGE_PROPERTY
Data property that maps to thelangattribute. 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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getBase
Returns the value of the property that maps to thebaseattribute.- Returns:
- the value of the
BASE_PROPERTYproperty.
-
setBase
Sets the value of the property that maps to thebaseattribute.- Parameters:
aValue- the value to set for theBASE_PROPERTYproperty.
-
getLanguage
Returns the value of the property that maps to thelangattribute.- Returns:
- the value of the
LANGUAGE_PROPERTYproperty.
-
setLanguage
Sets the value of the property that maps to thelangattribute.- Parameters:
aValue- the value to set for theLANGUAGE_PROPERTYproperty.
-