Class TLcdISO19115ResponsibleParty

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.citation.TLcdISO19115ResponsibleParty
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115ResponsibleParty extends TLcdISO19118Object
Identification of, and means of communication with, person(s) and organisations associated with the dataset
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115ResponsibleParty

      public TLcdISO19115ResponsibleParty()
    • TLcdISO19115ResponsibleParty

      public TLcdISO19115ResponsibleParty(TLcdDataType aType)
  • Method Details

    • getIndividualName

      public String getIndividualName()
      Returns the role value contained in the value of the INDIVIDUAL_NAME_PROPERTY property. Returns null if the value of the INDIVIDUAL_NAME_PROPERTY property is null.
      Returns:
      the role value of the INDIVIDUAL_NAME_PROPERTY property.
      See Also:
    • setIndividualName

      public void setIndividualName(String aValue)
      Sets the value of the property that maps to the individualName 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 INDIVIDUAL_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the INDIVIDUAL_NAME_PROPERTY property.
    • getOrganisationName

      public String getOrganisationName()
      Returns the role value contained in the value of the ORGANISATION_NAME_PROPERTY property. Returns null if the value of the ORGANISATION_NAME_PROPERTY property is null.
      Returns:
      the role value of the ORGANISATION_NAME_PROPERTY property.
      See Also:
    • setOrganisationName

      public void setOrganisationName(String aValue)
      Sets the value of the property that maps to the organisationName 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 ORGANISATION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the ORGANISATION_NAME_PROPERTY property.
    • getPositionName

      public String getPositionName()
      Returns the role value contained in the value of the POSITION_NAME_PROPERTY property. Returns null if the value of the POSITION_NAME_PROPERTY property is null.
      Returns:
      the role value of the POSITION_NAME_PROPERTY property.
      See Also:
    • setPositionName

      public void setPositionName(String aValue)
      Sets the value of the property that maps to the positionName 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 POSITION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the POSITION_NAME_PROPERTY property.
    • getContactInfo

      public TLcdISO19115Contact getContactInfo()
      Returns the role value contained in the value of the CONTACT_INFO_PROPERTY property. Returns null if the value of the CONTACT_INFO_PROPERTY property is null.
      Returns:
      the role value of the CONTACT_INFO_PROPERTY property.
      See Also:
    • setContactInfo

      public void setContactInfo(TLcdISO19115Contact aValue)
      Sets the value of the property that maps to the contactInfo 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 CONTACT_INFO_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CONTACT_INFO_PROPERTY property.
    • getRole

      public TLcdISO19115RoleCode getRole()
      Returns the role value contained in the value of the ROLE_PROPERTY property. Returns null if the value of the ROLE_PROPERTY property is null.
      Returns:
      the role value of the ROLE_PROPERTY property.
      See Also:
    • setRole

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