Interface HTTPDocument.HTTP

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    HTTPDocumentImpl.HTTPImpl
    Enclosing interface:
    HTTPDocument

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  HTTPDocument.HTTP.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
    • Field Detail

      • type

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

      • sizeOfGetArray

        int sizeOfGetArray()
        Returns number of "Get" element
      • setGetArray

        void setGetArray​(RequestMethodType[] getArray)
        Sets array of all "Get" element
      • setGetArray

        void setGetArray​(int i,
                         RequestMethodType get)
        Sets ith "Get" element
      • insertNewGet

        RequestMethodType insertNewGet​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Get" element
      • addNewGet

        RequestMethodType addNewGet()
        Appends and returns a new empty value (as xml) as the last "Get" element
      • removeGet

        void removeGet​(int i)
        Removes the ith "Get" element
      • sizeOfPostArray

        int sizeOfPostArray()
        Returns number of "Post" element
      • setPostArray

        void setPostArray​(RequestMethodType[] postArray)
        Sets array of all "Post" element
      • setPostArray

        void setPostArray​(int i,
                          RequestMethodType post)
        Sets ith "Post" element
      • insertNewPost

        RequestMethodType insertNewPost​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Post" element
      • addNewPost

        RequestMethodType addNewPost()
        Appends and returns a new empty value (as xml) as the last "Post" element
      • removePost

        void removePost​(int i)
        Removes the ith "Post" element