Class TLcdISO19115Contact

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Contact extends TLcdISO19118Object
Information required enabling contact with the responsible person and/or organisation
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115Contact

      public TLcdISO19115Contact()
    • TLcdISO19115Contact

      public TLcdISO19115Contact(TLcdDataType aType)
  • Method Details

    • getPhone

      public TLcdISO19115Telephone getPhone()
      Returns the role value contained in the value of the PHONE_PROPERTY property. Returns null if the value of the PHONE_PROPERTY property is null.
      Returns:
      the role value of the PHONE_PROPERTY property.
      See Also:
    • setPhone

      public void setPhone(TLcdISO19115Telephone aValue)
      Sets the value of the property that maps to the phone 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 PHONE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the PHONE_PROPERTY property.
    • getAddress

      public TLcdISO19115Address getAddress()
      Returns the role value contained in the value of the ADDRESS_PROPERTY property. Returns null if the value of the ADDRESS_PROPERTY property is null.
      Returns:
      the role value of the ADDRESS_PROPERTY property.
      See Also:
    • setAddress

      public void setAddress(TLcdISO19115Address aValue)
      Sets the value of the property that maps to the address 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 ADDRESS_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ADDRESS_PROPERTY property.
    • getOnlineResource

      public TLcdISO19115OnlineResource getOnlineResource()
      Returns the role value contained in the value of the ONLINE_RESOURCE_PROPERTY property. Returns null if the value of the ONLINE_RESOURCE_PROPERTY property is null.
      Returns:
      the role value of the ONLINE_RESOURCE_PROPERTY property.
      See Also:
    • setOnlineResource

      public void setOnlineResource(TLcdISO19115OnlineResource aValue)
      Sets the value of the property that maps to the onlineResource 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 ONLINE_RESOURCE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ONLINE_RESOURCE_PROPERTY property.
    • getHoursOfService

      public String getHoursOfService()
      Returns the role value contained in the value of the HOURS_OF_SERVICE_PROPERTY property. Returns null if the value of the HOURS_OF_SERVICE_PROPERTY property is null.
      Returns:
      the role value of the HOURS_OF_SERVICE_PROPERTY property.
      See Also:
    • setHoursOfService

      public void setHoursOfService(String aValue)
      Sets the value of the property that maps to the hoursOfService 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 HOURS_OF_SERVICE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the HOURS_OF_SERVICE_PROPERTY property.
    • getContactInstructions

      public String getContactInstructions()
      Returns the role value contained in the value of the CONTACT_INSTRUCTIONS_PROPERTY property. Returns null if the value of the CONTACT_INSTRUCTIONS_PROPERTY property is null.
      Returns:
      the role value of the CONTACT_INSTRUCTIONS_PROPERTY property.
      See Also:
    • setContactInstructions

      public void setContactInstructions(String aValue)
      Sets the value of the property that maps to the contactInstructions 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 CONTACT_INSTRUCTIONS_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CONTACT_INSTRUCTIONS_PROPERTY property.