Class TLcdISO19115UomAlternativeExpression
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.gml32.model.TLcdGML32UnitDefinition
com.luciad.format.metadata.model.uomitem.TLcdISO19115UomAlternativeExpression
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory
- Since:
- 2013.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecodeSpaceattribute.static final TLcdDataPropertyData property that maps to thelocaleelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
CATALOG_SYMBOL_PROPERTY, QUANTITY_TYPE_PROPERTY, QUANTITY_TYPE_REFERENCE_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeSpaceattribute.Returns the role value contained in the value of theLOCALE_PROPERTYproperty.voidsetCodeSpace(URI aValue) Sets the value of the property that maps to thecodeSpaceattribute.voidsetLocale(TLcdISO19115Locale aValue) Sets the value of the property that maps to thelocaleelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
getCatalogSymbol, getQuantityType, getQuantityTypeReference, setCatalogSymbol, setQuantityType, setQuantityTypeReferenceMethods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpaceattribute. The possible values for this property are instances ofURI. -
LOCALE_PROPERTY
Data property that maps to thelocaleelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Locale>.
-
-
Constructor Details
-
TLcdISO19115UomAlternativeExpression
public TLcdISO19115UomAlternativeExpression() -
TLcdISO19115UomAlternativeExpression
-
-
Method Details
-
getCodeSpace
Returns the value of the property that maps to thecodeSpaceattribute.- Returns:
- the value of the
CODE_SPACE_PROPERTYproperty.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpaceattribute.- Parameters:
aValue- the value to set for theCODE_SPACE_PROPERTYproperty.
-
getLocale
Returns the role value contained in the value of theLOCALE_PROPERTYproperty. Returnsnullif the value of theLOCALE_PROPERTYproperty isnull.- Returns:
- the role value of the
LOCALE_PROPERTYproperty. - See Also:
-
setLocale
Sets the value of the property that maps to thelocaleelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theLOCALE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLOCALE_PROPERTYproperty.
-