Class TLcdISO19115LocaleContainer

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

public class TLcdISO19115LocaleContainer extends TLcdDataObject
Since:
10.0
  • Field Details

    • DESCRIPTION_PROPERTY

      public static final TLcdDataProperty DESCRIPTION_PROPERTY
      Data property that maps to the description element. The possible values for this property are instances of TLcdISO19115Optional<String>.
    • LOCALE_PROPERTY

      public static final TLcdDataProperty LOCALE_PROPERTY
      Data property that maps to the locale element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Locale>.
    • DATE_PROPERTY

      public static final TLcdDataProperty DATE_PROPERTY
      Data property that maps to the date element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115Date>>.
    • RESPONSIBLE_PARTY_PROPERTY

      public static final TLcdDataProperty RESPONSIBLE_PARTY_PROPERTY
      Data property that maps to the responsibleParty element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>.
    • LOCALISED_STRING_PROPERTY

      public static final TLcdDataProperty LOCALISED_STRING_PROPERTY
      Data property that maps to the localisedString element. The possible values for this property are instances of List<TLcdISO19118Property<TLcdISO19115LocalisedCharacterString>>.
  • Constructor Details

    • TLcdISO19115LocaleContainer

      public TLcdISO19115LocaleContainer()
    • TLcdISO19115LocaleContainer

      public TLcdISO19115LocaleContainer(TLcdDataType aType)
  • Method Details

    • getDescription

      public String getDescription()
      Returns the role value contained in the value of the DESCRIPTION_PROPERTY property. Returns null if the value of the DESCRIPTION_PROPERTY property is null.
      Returns:
      the role value of the DESCRIPTION_PROPERTY property.
      See Also:
    • setDescription

      public void setDescription(String aValue)
      Sets the value of the property that maps to the description element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the DESCRIPTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DESCRIPTION_PROPERTY property.
    • getLocale

      public TLcdISO19115Locale getLocale()
      Returns the role value contained in the value of the LOCALE_PROPERTY property. Returns null if the value of the LOCALE_PROPERTY property is null.
      Returns:
      the role value of the LOCALE_PROPERTY property.
      See Also:
    • setLocale

      public void setLocale(TLcdISO19115Locale aValue)
      Sets the value of the property that maps to the locale element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the LOCALE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the LOCALE_PROPERTY property.
    • getDate

      public List<TLcdISO19115Date> getDate()
      Gets the value of the DATE_PROPERTY property adapted to a list of TLcdISO19115Date instances.
      Returns:
      the value of the DATE_PROPERTY property adapted to a list of TLcdISO19115Date instances.
      See Also:
    • getResponsibleParty

      public List<TLcdISO19115ResponsibleParty> getResponsibleParty()
      Gets the value of the RESPONSIBLE_PARTY_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      Returns:
      the value of the RESPONSIBLE_PARTY_PROPERTY property adapted to a list of TLcdISO19115ResponsibleParty instances.
      See Also:
    • getLocalisedString

      public List<TLcdISO19115LocalisedCharacterString> getLocalisedString()
      Gets the value of the LOCALISED_STRING_PROPERTY property adapted to a list of TLcdISO19115LocalisedCharacterString instances.
      Returns:
      the value of the LOCALISED_STRING_PROPERTY property adapted to a list of TLcdISO19115LocalisedCharacterString instances.
      See Also: