Class TLcdAtomId
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomId
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
The Atom id construct is defined in section 4.2.6 of the format spec.
- 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
ConstructorsConstructorDescriptionTLcdAtomId(TLcdDataType aType) TLcdAtomId(URI aValueObject) Convenience constructor that sets the given value object -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the value of the property that maps to thebaseattribute.getId()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.voidSets 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
-
ID_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
-
TLcdAtomId
public TLcdAtomId() -
TLcdAtomId
-
TLcdAtomId
Convenience constructor that sets the given value object- Parameters:
aValueObject- the value object to set
-
-
Method Details
-
getId
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theID_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.
-