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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theid
attribute.static final TLcdDataProperty
Data property that maps to thelocale
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the value of the property that maps to theid
attribute.Returns the value of the property that maps to thelocale
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to theid
attribute.void
Sets the value of the property that maps to thelocale
attribute.void
setValueObject
(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 theid
attribute. The possible values for this property are instances ofString
. -
LOCALE_PROPERTY
Data property that maps to thelocale
attribute. 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_PROPERTY
property.
-
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_PROPERTY
property.
-
getId
Returns the value of the property that maps to theid
attribute.- Returns:
- the value of the
ID_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.- Parameters:
aValue
- the value to set for theID_PROPERTY
property.
-
getLocale
Returns the value of the property that maps to thelocale
attribute.- Returns:
- the value of the
LOCALE_PROPERTY
property.
-
setLocale
Sets the value of the property that maps to thelocale
attribute.- Parameters:
aValue
- the value to set for theLOCALE_PROPERTY
property.
-