Interface RequestMethodType

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

    public interface RequestMethodType
    extends OnlineResourceType
    An XML RequestMethodType(@http://www.opengis.net/ows/1.1). This is a complex type.
    • Field Detail

      • type

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

      • getConstraintArray

        DomainType[] getConstraintArray()
        Gets array of all "Constraint" elements
      • getConstraintArray

        DomainType getConstraintArray​(int i)
        Gets ith "Constraint" element
      • sizeOfConstraintArray

        int sizeOfConstraintArray()
        Returns number of "Constraint" element
      • setConstraintArray

        void setConstraintArray​(DomainType[] constraintArray)
        Sets array of all "Constraint" element
      • setConstraintArray

        void setConstraintArray​(int i,
                                DomainType constraint)
        Sets ith "Constraint" element
      • insertNewConstraint

        DomainType insertNewConstraint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Constraint" element
      • addNewConstraint

        DomainType addNewConstraint()
        Appends and returns a new empty value (as xml) as the last "Constraint" element
      • removeConstraint

        void removeConstraint​(int i)
        Removes the ith "Constraint" element