|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HTTPDocument.HTTP
An XML HTTP(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
HTTPDocument.HTTP.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
RequestMethodType |
addNewGet()
Appends and returns a new empty value (as xml) as the last "Get" element |
RequestMethodType |
addNewPost()
Appends and returns a new empty value (as xml) as the last "Post" element |
RequestMethodType[] |
getGetArray()
Gets array of all "Get" elements |
RequestMethodType |
getGetArray(int i)
Gets ith "Get" element |
RequestMethodType[] |
getPostArray()
Gets array of all "Post" elements |
RequestMethodType |
getPostArray(int i)
Gets ith "Post" element |
RequestMethodType |
insertNewGet(int i)
Inserts and returns a new empty value (as xml) as the ith "Get" element |
RequestMethodType |
insertNewPost(int i)
Inserts and returns a new empty value (as xml) as the ith "Post" element |
void |
removeGet(int i)
Removes the ith "Get" element |
void |
removePost(int i)
Removes the ith "Post" element |
void |
setGetArray(int i,
RequestMethodType get)
Sets ith "Get" element |
void |
setGetArray(RequestMethodType[] getArray)
Sets array of all "Get" element |
void |
setPostArray(int i,
RequestMethodType post)
Sets ith "Post" element |
void |
setPostArray(RequestMethodType[] postArray)
Sets array of all "Post" element |
int |
sizeOfGetArray()
Returns number of "Get" element |
int |
sizeOfPostArray()
Returns number of "Post" element |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, 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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
RequestMethodType[] getGetArray()
RequestMethodType getGetArray(int i)
int sizeOfGetArray()
void setGetArray(RequestMethodType[] getArray)
void setGetArray(int i,
RequestMethodType get)
RequestMethodType insertNewGet(int i)
RequestMethodType addNewGet()
void removeGet(int i)
RequestMethodType[] getPostArray()
RequestMethodType getPostArray(int i)
int sizeOfPostArray()
void setPostArray(RequestMethodType[] postArray)
void setPostArray(int i,
RequestMethodType post)
RequestMethodType insertNewPost(int i)
RequestMethodType addNewPost()
void removePost(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||