Interface ContactType

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

    public interface ContactType
    extends org.apache.xmlbeans.XmlObject
    An XML ContactType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

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

      • isSetPhone

        boolean isSetPhone()
        True if has "Phone" element
      • setPhone

        void setPhone​(TelephoneType phone)
        Sets the "Phone" element
      • addNewPhone

        TelephoneType addNewPhone()
        Appends and returns a new empty "Phone" element
      • unsetPhone

        void unsetPhone()
        Unsets the "Phone" element
      • getAddress

        AddressType getAddress()
        Gets the "Address" element
      • isSetAddress

        boolean isSetAddress()
        True if has "Address" element
      • setAddress

        void setAddress​(AddressType address)
        Sets the "Address" element
      • addNewAddress

        AddressType addNewAddress()
        Appends and returns a new empty "Address" element
      • unsetAddress

        void unsetAddress()
        Unsets the "Address" element
      • getOnlineResource

        OnlineResourceType getOnlineResource()
        Gets the "OnlineResource" element
      • isSetOnlineResource

        boolean isSetOnlineResource()
        True if has "OnlineResource" element
      • setOnlineResource

        void setOnlineResource​(OnlineResourceType onlineResource)
        Sets the "OnlineResource" element
      • addNewOnlineResource

        OnlineResourceType addNewOnlineResource()
        Appends and returns a new empty "OnlineResource" element
      • unsetOnlineResource

        void unsetOnlineResource()
        Unsets the "OnlineResource" element
      • getHoursOfService

        String getHoursOfService()
        Gets the "HoursOfService" element
      • xgetHoursOfService

        org.apache.xmlbeans.XmlString xgetHoursOfService()
        Gets (as xml) the "HoursOfService" element
      • isSetHoursOfService

        boolean isSetHoursOfService()
        True if has "HoursOfService" element
      • setHoursOfService

        void setHoursOfService​(String hoursOfService)
        Sets the "HoursOfService" element
      • xsetHoursOfService

        void xsetHoursOfService​(org.apache.xmlbeans.XmlString hoursOfService)
        Sets (as xml) the "HoursOfService" element
      • unsetHoursOfService

        void unsetHoursOfService()
        Unsets the "HoursOfService" element
      • getContactInstructions

        String getContactInstructions()
        Gets the "ContactInstructions" element
      • xgetContactInstructions

        org.apache.xmlbeans.XmlString xgetContactInstructions()
        Gets (as xml) the "ContactInstructions" element
      • isSetContactInstructions

        boolean isSetContactInstructions()
        True if has "ContactInstructions" element
      • setContactInstructions

        void setContactInstructions​(String contactInstructions)
        Sets the "ContactInstructions" element
      • xsetContactInstructions

        void xsetContactInstructions​(org.apache.xmlbeans.XmlString contactInstructions)
        Sets (as xml) the "ContactInstructions" element
      • unsetContactInstructions

        void unsetContactInstructions()
        Unsets the "ContactInstructions" element