Class TLcdISO19115Keywords
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.identification.TLcdISO19115Keywords
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Keywords, their type and reference source
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thekeywordelement.static final TLcdDataPropertyData property that maps to thethesaurusNameelement.static final TLcdDataPropertyData property that maps to thetypeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theKEYWORD_PROPERTYproperty adapted to a list ofStringinstances.Returns the role value contained in the value of theTHESAURUS_NAME_PROPERTYproperty.getType()Returns the role value contained in the value of theTYPE_PROPERTYproperty.voidsetThesaurusName(TLcdISO19115Citation aValue) Sets the value of the property that maps to thethesaurusNameelement.voidsetType(TLcdISO19115KeywordTypeCode aValue) Sets the value of the property that maps to thetypeelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
KEYWORD_PROPERTY
Data property that maps to thekeywordelement. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>. -
TYPE_PROPERTY
Data property that maps to thetypeelement. The possible values for this property are the publicQNameconstants defined in this class. -
THESAURUS_NAME_PROPERTY
Data property that maps to thethesaurusNameelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Citation>.
-
-
Constructor Details
-
TLcdISO19115Keywords
public TLcdISO19115Keywords() -
TLcdISO19115Keywords
-
-
Method Details
-
getKeyword
Gets the value of theKEYWORD_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
KEYWORD_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-
getType
Returns the role value contained in the value of theTYPE_PROPERTYproperty. Returnsnullif the value of theTYPE_PROPERTYproperty isnull.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the role value of the
TYPE_PROPERTYproperty. - See Also:
-
setType
Sets the value of the property that maps to thetypeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theTYPE_PROPERTYproperty is set tonull.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the role value to set for theTYPE_PROPERTYproperty.
-
getThesaurusName
Returns the role value contained in the value of theTHESAURUS_NAME_PROPERTYproperty. Returnsnullif the value of theTHESAURUS_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
THESAURUS_NAME_PROPERTYproperty. - See Also:
-
setThesaurusName
Sets the value of the property that maps to thethesaurusNameelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theTHESAURUS_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theTHESAURUS_NAME_PROPERTYproperty.
-