Class TLcdAtomUri
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomUri
- 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 thelangattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the value of the property that maps to thebaseattribute.Returns the value of the property that maps to thelangattribute.getUri()Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to thebaseattribute.voidsetLanguage(String aValue) Sets the value of the property that maps to thelangattribute.voidSets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
URI_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofURI. -
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
-
TLcdAtomUri
public TLcdAtomUri() -
TLcdAtomUri
-
-
Method Details
-
getUri
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
URI_PROPERTYproperty.
-
setUri
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theURI_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.
-