Interface ContactInfoDocument.ContactInfo

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ContactInfoDocumentImpl.ContactInfoImpl
    Enclosing interface:
    ContactInfoDocument

    public static interface ContactInfoDocument.ContactInfo
    extends org.apache.xmlbeans.XmlObject
    An XML contactInfo(@http://www.opengis.net/sensorML/1.0.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
      • unsetPhone

        void unsetPhone()
        Unsets the "phone" element
      • isSetAddress

        boolean isSetAddress()
        True if has "address" element
      • unsetAddress

        void unsetAddress()
        Unsets the "address" element
      • sizeOfOnlineResourceArray

        int sizeOfOnlineResourceArray()
        Returns number of "onlineResource" element
      • removeOnlineResource

        void removeOnlineResource​(int i)
        Removes the ith "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