Interface GetCapabilitiesType

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

    public interface GetCapabilitiesType
    extends GetCapabilitiesType
    An XML GetCapabilitiesType(@http://www.opengis.net/sos/2.0). This is a complex type.
    • Field Detail

      • type

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

      • getExtensionArray

        org.apache.xmlbeans.XmlObject[] getExtensionArray()
        Gets array of all "extension" elements
      • getExtensionArray

        org.apache.xmlbeans.XmlObject getExtensionArray​(int i)
        Gets ith "extension" element
      • sizeOfExtensionArray

        int sizeOfExtensionArray()
        Returns number of "extension" element
      • setExtensionArray

        void setExtensionArray​(org.apache.xmlbeans.XmlObject[] extensionArray)
        Sets array of all "extension" element
      • setExtensionArray

        void setExtensionArray​(int i,
                               org.apache.xmlbeans.XmlObject extension)
        Sets ith "extension" element
      • insertNewExtension

        org.apache.xmlbeans.XmlObject insertNewExtension​(int i)
        Inserts and returns a new empty value (as xml) as the ith "extension" element
      • addNewExtension

        org.apache.xmlbeans.XmlObject addNewExtension()
        Appends and returns a new empty value (as xml) as the last "extension" element
      • removeExtension

        void removeExtension​(int i)
        Removes the ith "extension" element
      • getService

        String getService()
        Gets the "service" attribute
      • xgetService

        org.apache.xmlbeans.XmlString xgetService()
        Gets (as xml) the "service" attribute
      • isSetService

        boolean isSetService()
        True if has "service" attribute
      • setService

        void setService​(String service)
        Sets the "service" attribute
      • xsetService

        void xsetService​(org.apache.xmlbeans.XmlString service)
        Sets (as xml) the "service" attribute
      • unsetService

        void unsetService()
        Unsets the "service" attribute