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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content.static final TLcdDataProperty
Data property that maps to thelang
attribute. -
Constructor Summary
ConstructorDescriptionTLcdAtomId
(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 thebase
attribute.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 thelang
attribute.void
Sets the value of the property that maps to thebase
attribute.void
Sets the value of the property that maps to the value defined by the simple content.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.
-
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 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
.
-
-
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_PROPERTY
property.
-
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_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.
-