Package net.opengis.ows.x11
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRequestMethodType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainTypeaddNewConstraint()Appends and returns a new empty value (as xml) as the last "Constraint" elementDomainType[]getConstraintArray()Gets array of all "Constraint" elementsDomainTypegetConstraintArray(int i)Gets ith "Constraint" elementDomainTypeinsertNewConstraint(int i)Inserts and returns a new empty value (as xml) as the ith "Constraint" elementvoidremoveConstraint(int i)Removes the ith "Constraint" elementvoidsetConstraintArray(int i, DomainType constraint)Sets ith "Constraint" elementvoidsetConstraintArray(DomainType[] constraintArray)Sets array of all "Constraint" elementintsizeOfConstraintArray()Returns number of "Constraint" element-
Methods inherited from interface net.opengis.ows.x11.OnlineResourceType
getActuate, getArcrole, getHref, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRole, unsetShow, unsetTitle, unsetType, xgetActuate, xgetArcrole, xgetHref, xgetRole, xgetShow, xgetTitle, xgetType, xsetActuate, xsetArcrole, xsetHref, xsetRole, xsetShow, xsetTitle, xsetType
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
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
-
-