Class TLcdISO19115LocalisedCharacterString
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.localization.TLcdISO19115LocalisedCharacterString
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theidattribute.static final TLcdDataPropertyData property that maps to thelocaleattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()Returns the value of the property that maps to theidattribute.Returns the value of the property that maps to thelocaleattribute.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to theidattribute.voidSets the value of the property that maps to thelocaleattribute.voidsetValueObject(String aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofString. -
ID_PROPERTY
Data property that maps to theidattribute. The possible values for this property are instances ofString. -
LOCALE_PROPERTY
Data property that maps to thelocaleattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdISO19115LocalisedCharacterString
public TLcdISO19115LocalisedCharacterString() -
TLcdISO19115LocalisedCharacterString
-
-
Method Details
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getId
Returns the value of the property that maps to theidattribute.- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.- Parameters:
aValue- the value to set for theID_PROPERTYproperty.
-
getLocale
Returns the value of the property that maps to thelocaleattribute.- Returns:
- the value of the
LOCALE_PROPERTYproperty.
-
setLocale
Sets the value of the property that maps to thelocaleattribute.- Parameters:
aValue- the value to set for theLOCALE_PROPERTYproperty.
-