Class TLcdAtomText
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomText
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The Atom text construct is defined in section 3.1 of the format spec.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data content property.static final TLcdDataProperty
Data property that maps to thelang
attribute.static final TLcdDataProperty
Data property that maps to thetype
attribute. -
Constructor Summary
ConstructorDescriptionTLcdAtomText
(TLcdDataType aType) TLcdAtomText
(String aContent) Convenience constructor that adds the given content togetContent()
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the value of the property that maps to thebase
attribute.Returns the value of the content property.Returns the value of the property that maps to thelang
attribute.getType()
Returns the value of the property that maps to thetype
attribute.void
Sets the value of the property that maps to thebase
attribute.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.void
setType
(ELcdAtomTextType aValue) Sets the value of the property that maps to thetype
attribute.
-
Field Details
-
TYPE_PROPERTY
Data property that maps to thetype
attribute. The possible values for this property are the publicQName
constants defined in this class. -
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
. -
CONTENT_PROPERTY
Data content property. The possible values for this property are instances ofList<Object>
.
-
-
Constructor Details
-
TLcdAtomText
public TLcdAtomText() -
TLcdAtomText
-
TLcdAtomText
Convenience constructor that adds the given content togetContent()
- Parameters:
aContent
- the content to add
-
-
Method Details
-
getType
Returns the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that maps to thetype
attribute.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_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.
-
getContent
Returns the value of the content property.- Returns:
- the value of the
CONTENT_PROPERTY
property.
-