Class ResponsiblePartyType


  • public class ResponsiblePartyType
    extends Object
    Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.

    Java class for ResponsiblePartyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ResponsiblePartyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.opengis.net/ows}IndividualName" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}OrganisationName" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}PositionName" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}ContactInfo" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}Role"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResponsiblePartyType

        public ResponsiblePartyType()
        Default no-arg constructor
    • Method Detail

      • getIndividualName

        public IndividualName getIndividualName()
        Gets the value of the individualName property.
        Returns:
        possible object is IndividualName
      • setIndividualName

        public void setIndividualName​(IndividualName value)
        Sets the value of the individualName property.
        Parameters:
        value - allowed object is IndividualName
      • getOrganisationName

        public OrganisationName getOrganisationName()
        Gets the value of the organisationName property.
        Returns:
        possible object is OrganisationName
      • setOrganisationName

        public void setOrganisationName​(OrganisationName value)
        Sets the value of the organisationName property.
        Parameters:
        value - allowed object is OrganisationName
      • getPositionName

        public PositionName getPositionName()
        Gets the value of the positionName property.
        Returns:
        possible object is PositionName
      • setPositionName

        public void setPositionName​(PositionName value)
        Sets the value of the positionName property.
        Parameters:
        value - allowed object is PositionName
      • getContactInfo

        public ContactInfo getContactInfo()
        Gets the value of the contactInfo property.
        Returns:
        possible object is ContactInfo
      • setContactInfo

        public void setContactInfo​(ContactInfo value)
        Sets the value of the contactInfo property.
        Parameters:
        value - allowed object is ContactInfo
      • getRole

        public Role getRole()
        Gets the value of the role property.
        Returns:
        possible object is Role
      • setRole

        public void setRole​(Role value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is Role