Class TLcdISO19115Identifier
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115ReferenceSystemIdentifier
Value uniquely identifying an object within a namespace
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theauthorityelement.static final TLcdDataPropertyData property that maps to thecodeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theAUTHORITY_PROPERTYproperty.getCode()Returns the role value contained in the value of theCODE_PROPERTYproperty.voidsetAuthority(TLcdISO19115Citation aValue) Sets the value of the property that maps to theauthorityelement.voidSets the value of the property that maps to thecodeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
AUTHORITY_PROPERTY
Data property that maps to theauthorityelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>. -
CODE_PROPERTY
Data property that maps to thecodeelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115Identifier
public TLcdISO19115Identifier() -
TLcdISO19115Identifier
-
-
Method Details
-
getAuthority
Returns the role value contained in the value of theAUTHORITY_PROPERTYproperty. Returnsnullif the value of theAUTHORITY_PROPERTYproperty isnull.- Returns:
- the role value of the
AUTHORITY_PROPERTYproperty. - See Also:
-
setAuthority
Sets the value of the property that maps to theauthorityelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theAUTHORITY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theAUTHORITY_PROPERTYproperty.
-
getCode
Returns the role value contained in the value of theCODE_PROPERTYproperty. Returnsnullif the value of theCODE_PROPERTYproperty isnull.- Returns:
- the role value of the
CODE_PROPERTYproperty. - See Also:
-
setCode
Sets the value of the property that maps to thecodeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCODE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCODE_PROPERTYproperty.
-