Class TLcdISO19115LocalisedCharacterString

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.localization.TLcdISO19115LocalisedCharacterString
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115LocalisedCharacterString extends TLcdDataObject
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of String.
    • ID_PROPERTY

      public static final TLcdDataProperty ID_PROPERTY
      Data property that maps to the id attribute. The possible values for this property are instances of String.
    • LOCALE_PROPERTY

      public static final TLcdDataProperty LOCALE_PROPERTY
      Data property that maps to the locale attribute. The possible values for this property are instances of URI.
  • Constructor Details

    • TLcdISO19115LocalisedCharacterString

      public TLcdISO19115LocalisedCharacterString()
    • TLcdISO19115LocalisedCharacterString

      public TLcdISO19115LocalisedCharacterString(TLcdDataType aType)
  • Method Details

    • getValueObject

      public String 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

      public void setValueObject(String aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getId

      public String getId()
      Returns the value of the property that maps to the id attribute.
      Returns:
      the value of the ID_PROPERTY property.
    • setId

      public void setId(String aValue)
      Sets the value of the property that maps to the id attribute.
      Parameters:
      aValue - the value to set for the ID_PROPERTY property.
    • getLocale

      public URI getLocale()
      Returns the value of the property that maps to the locale attribute.
      Returns:
      the value of the LOCALE_PROPERTY property.
    • setLocale

      public void setLocale(URI aValue)
      Sets the value of the property that maps to the locale attribute.
      Parameters:
      aValue - the value to set for the LOCALE_PROPERTY property.