Class TLcdISO19115Locale

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Locale extends TLcdISO19118Object
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115Locale

      public TLcdISO19115Locale()
    • TLcdISO19115Locale

      public TLcdISO19115Locale(TLcdDataType aType)
  • Method Details

    • getLanguageCode

      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

      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

      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

      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

      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

      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.