Class TLcdAtomContent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomContent
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The Atom content construct is defined in section 4.1.3 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 thesrc
attribute.static final TLcdDataProperty
Data property that maps to thetype
attribute. -
Constructor Summary
-
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.getSrc()
Returns the value of the property that maps to thesrc
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
Sets the value of the property that maps to thesrc
attribute.void
Sets the value of the property that maps to thetype
attribute.
-
Field Details
-
SRC_PROPERTY
Data property that maps to thesrc
attribute. The possible values for this property are instances ofURI
. -
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
-
TLcdAtomContent
public TLcdAtomContent() -
TLcdAtomContent
-
-
Method Details
-
getSrc
Returns the value of the property that maps to thesrc
attribute.- Returns:
- the value of the
SRC_PROPERTY
property.
-
setSrc
Sets the value of the property that maps to thesrc
attribute.- Parameters:
aValue
- the value to set for theSRC_PROPERTY
property.
-
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.
-