Class TLcdISO19115Address

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Address extends TLcdISO19118Object
Location of the responsible individual or organisation
Since:
10.0
  • Field Details

    • DELIVERY_POINT_PROPERTY

      public static final TLcdDataProperty DELIVERY_POINT_PROPERTY
      Data property that maps to the deliveryPoint element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
    • CITY_PROPERTY

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

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

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

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

      public static final TLcdDataProperty ELECTRONIC_MAIL_ADDRESS_PROPERTY
      Data property that maps to the electronicMailAddress element. The possible values for this property are instances of List<TLcdISO19115Optional<String>>.
  • Constructor Details

    • TLcdISO19115Address

      public TLcdISO19115Address()
    • TLcdISO19115Address

      public TLcdISO19115Address(TLcdDataType aType)
  • Method Details

    • getDeliveryPoint

      public List<String> getDeliveryPoint()
      Gets the value of the DELIVERY_POINT_PROPERTY property adapted to a list of String instances.
      Returns:
      the value of the DELIVERY_POINT_PROPERTY property adapted to a list of String instances.
      See Also:
    • getCity

      public String getCity()
      Returns the role value contained in the value of the CITY_PROPERTY property. Returns null if the value of the CITY_PROPERTY property is null.
      Returns:
      the role value of the CITY_PROPERTY property.
      See Also:
    • setCity

      public void setCity(String aValue)
      Sets the value of the property that maps to the city 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 CITY_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CITY_PROPERTY property.
    • getAdministrativeArea

      public String getAdministrativeArea()
      Returns the role value contained in the value of the ADMINISTRATIVE_AREA_PROPERTY property. Returns null if the value of the ADMINISTRATIVE_AREA_PROPERTY property is null.
      Returns:
      the role value of the ADMINISTRATIVE_AREA_PROPERTY property.
      See Also:
    • setAdministrativeArea

      public void setAdministrativeArea(String aValue)
      Sets the value of the property that maps to the administrativeArea 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 ADMINISTRATIVE_AREA_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ADMINISTRATIVE_AREA_PROPERTY property.
    • getPostalCode

      public String getPostalCode()
      Returns the role value contained in the value of the POSTAL_CODE_PROPERTY property. Returns null if the value of the POSTAL_CODE_PROPERTY property is null.
      Returns:
      the role value of the POSTAL_CODE_PROPERTY property.
      See Also:
    • setPostalCode

      public void setPostalCode(String aValue)
      Sets the value of the property that maps to the postalCode 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 POSTAL_CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the POSTAL_CODE_PROPERTY property.
    • getCountry

      public String 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(String 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.
    • getElectronicMailAddress

      public List<String> getElectronicMailAddress()
      Gets the value of the ELECTRONIC_MAIL_ADDRESS_PROPERTY property adapted to a list of String instances.
      Returns:
      the value of the ELECTRONIC_MAIL_ADDRESS_PROPERTY property adapted to a list of String instances.
      See Also: