Class TLcdISO19115Locale

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Locale extends TLcdISO19118Object
Since:
10.0
  • Field Details Link icon

  • Constructor Details Link icon

    • TLcdISO19115Locale Link icon

      public TLcdISO19115Locale()
    • TLcdISO19115Locale Link icon

      public TLcdISO19115Locale(TLcdDataType aType)
  • Method Details Link icon

    • getLanguageCode Link icon

      public TLcdISO19115LanguageCode getLanguageCode()
      Returns the role value contained in the value of the LANGUAGE_CODE_PROPERTY property. Returns null if the value of the LANGUAGE_CODE_PROPERTY property is null.
      Returns:
      the role value of the LANGUAGE_CODE_PROPERTY property.
      See Also:
    • setLanguageCode Link icon

      public void setLanguageCode(TLcdISO19115LanguageCode aValue)
      Sets the value of the property that maps to the languageCode 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 LANGUAGE_CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the LANGUAGE_CODE_PROPERTY property.
    • getCountry Link icon

      public TLcdISO19115CountryCode getCountry()
      Returns the role value contained in the value of the COUNTRY_PROPERTY property. Returns null if the value of the COUNTRY_PROPERTY property is null.
      Returns:
      the role value of the COUNTRY_PROPERTY property.
      See Also:
    • setCountry Link icon

      public void setCountry(TLcdISO19115CountryCode aValue)
      Sets the value of the property that maps to the country 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 COUNTRY_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the COUNTRY_PROPERTY property.
    • getCharacterEncoding Link icon

      public TLcdISO19115CharacterSetCode getCharacterEncoding()
      Returns the role value contained in the value of the CHARACTER_ENCODING_PROPERTY property. Returns null if the value of the CHARACTER_ENCODING_PROPERTY property is null.
      Returns:
      the role value of the CHARACTER_ENCODING_PROPERTY property.
      See Also:
    • setCharacterEncoding Link icon

      public void setCharacterEncoding(TLcdISO19115CharacterSetCode aValue)
      Sets the value of the property that maps to the characterEncoding 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 CHARACTER_ENCODING_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CHARACTER_ENCODING_PROPERTY property.