Interface ResponsiblePartyType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ResponsiblePartyTypeImpl

    public interface ResponsiblePartyType
    extends org.apache.xmlbeans.XmlObject
    An XML ResponsiblePartyType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ResponsiblePartyType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContactType addNewContactInfo()
      Appends and returns a new empty "ContactInfo" element
      CodeType addNewRole()
      Appends and returns a new empty "Role" element
      ContactType getContactInfo()
      Gets the "ContactInfo" element
      String getIndividualName()
      Gets the "IndividualName" element
      String getOrganisationName()
      Gets the "OrganisationName" element
      String getPositionName()
      Gets the "PositionName" element
      CodeType getRole()
      Gets the "Role" element
      boolean isSetContactInfo()
      True if has "ContactInfo" element
      boolean isSetIndividualName()
      True if has "IndividualName" element
      boolean isSetOrganisationName()
      True if has "OrganisationName" element
      boolean isSetPositionName()
      True if has "PositionName" element
      void setContactInfo​(ContactType contactInfo)
      Sets the "ContactInfo" element
      void setIndividualName​(String individualName)
      Sets the "IndividualName" element
      void setOrganisationName​(String organisationName)
      Sets the "OrganisationName" element
      void setPositionName​(String positionName)
      Sets the "PositionName" element
      void setRole​(CodeType role)
      Sets the "Role" element
      void unsetContactInfo()
      Unsets the "ContactInfo" element
      void unsetIndividualName()
      Unsets the "IndividualName" element
      void unsetOrganisationName()
      Unsets the "OrganisationName" element
      void unsetPositionName()
      Unsets the "PositionName" element
      org.apache.xmlbeans.XmlString xgetIndividualName()
      Gets (as xml) the "IndividualName" element
      org.apache.xmlbeans.XmlString xgetOrganisationName()
      Gets (as xml) the "OrganisationName" element
      org.apache.xmlbeans.XmlString xgetPositionName()
      Gets (as xml) the "PositionName" element
      void xsetIndividualName​(org.apache.xmlbeans.XmlString individualName)
      Sets (as xml) the "IndividualName" element
      void xsetOrganisationName​(org.apache.xmlbeans.XmlString organisationName)
      Sets (as xml) the "OrganisationName" element
      void xsetPositionName​(org.apache.xmlbeans.XmlString positionName)
      Sets (as xml) the "PositionName" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getIndividualName

        String getIndividualName()
        Gets the "IndividualName" element
      • xgetIndividualName

        org.apache.xmlbeans.XmlString xgetIndividualName()
        Gets (as xml) the "IndividualName" element
      • isSetIndividualName

        boolean isSetIndividualName()
        True if has "IndividualName" element
      • setIndividualName

        void setIndividualName​(String individualName)
        Sets the "IndividualName" element
      • xsetIndividualName

        void xsetIndividualName​(org.apache.xmlbeans.XmlString individualName)
        Sets (as xml) the "IndividualName" element
      • unsetIndividualName

        void unsetIndividualName()
        Unsets the "IndividualName" element
      • getOrganisationName

        String getOrganisationName()
        Gets the "OrganisationName" element
      • xgetOrganisationName

        org.apache.xmlbeans.XmlString xgetOrganisationName()
        Gets (as xml) the "OrganisationName" element
      • isSetOrganisationName

        boolean isSetOrganisationName()
        True if has "OrganisationName" element
      • setOrganisationName

        void setOrganisationName​(String organisationName)
        Sets the "OrganisationName" element
      • xsetOrganisationName

        void xsetOrganisationName​(org.apache.xmlbeans.XmlString organisationName)
        Sets (as xml) the "OrganisationName" element
      • unsetOrganisationName

        void unsetOrganisationName()
        Unsets the "OrganisationName" element
      • getPositionName

        String getPositionName()
        Gets the "PositionName" element
      • xgetPositionName

        org.apache.xmlbeans.XmlString xgetPositionName()
        Gets (as xml) the "PositionName" element
      • isSetPositionName

        boolean isSetPositionName()
        True if has "PositionName" element
      • setPositionName

        void setPositionName​(String positionName)
        Sets the "PositionName" element
      • xsetPositionName

        void xsetPositionName​(org.apache.xmlbeans.XmlString positionName)
        Sets (as xml) the "PositionName" element
      • unsetPositionName

        void unsetPositionName()
        Unsets the "PositionName" element
      • getContactInfo

        ContactType getContactInfo()
        Gets the "ContactInfo" element
      • isSetContactInfo

        boolean isSetContactInfo()
        True if has "ContactInfo" element
      • setContactInfo

        void setContactInfo​(ContactType contactInfo)
        Sets the "ContactInfo" element
      • addNewContactInfo

        ContactType addNewContactInfo()
        Appends and returns a new empty "ContactInfo" element
      • unsetContactInfo

        void unsetContactInfo()
        Unsets the "ContactInfo" element
      • getRole

        CodeType getRole()
        Gets the "Role" element
      • setRole

        void setRole​(CodeType role)
        Sets the "Role" element
      • addNewRole

        CodeType addNewRole()
        Appends and returns a new empty "Role" element