Class ResponsiblePartySubsetType


  • public class ResponsiblePartySubsetType
    extends Object
    For OWS use in the ServiceProvider section of a service metadata document, the optional organizationName element was removed, since this type is always used with the ProviderName element which provides that information. The mandatory "role" element was changed to optional, since no clear use of this information is known in the ServiceProvider section.

    Java class for ResponsiblePartySubsetType complex type.

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

     <complexType name="ResponsiblePartySubsetType">
       <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}PositionName" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}ContactInfo" minOccurs="0"/>
             <element ref="{http://www.opengis.net/ows}Role" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ResponsiblePartySubsetType

        public ResponsiblePartySubsetType()
        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
      • 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