|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RequestDocument.Request
An XML Request(@http://www.opengis.net/wms). This is a complex type.
Nested Class Summary | |
---|---|
static class |
RequestDocument.Request.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 | |
---|---|
OperationType |
addNewExtendedOperation()
Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element |
OperationType |
addNewGetCapabilities()
Appends and returns a new empty "GetCapabilities" element |
OperationType |
addNewGetFeatureInfo()
Appends and returns a new empty "GetFeatureInfo" element |
OperationType |
addNewGetMap()
Appends and returns a new empty "GetMap" element |
OperationType[] |
getExtendedOperationArray()
Gets array of all "_ExtendedOperation" elements |
OperationType |
getExtendedOperationArray(int i)
Gets ith "_ExtendedOperation" element |
OperationType |
getGetCapabilities()
Gets the "GetCapabilities" element |
OperationType |
getGetFeatureInfo()
Gets the "GetFeatureInfo" element |
OperationType |
getGetMap()
Gets the "GetMap" element |
OperationType |
insertNewExtendedOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "_ExtendedOperation" element |
boolean |
isSetGetFeatureInfo()
True if has "GetFeatureInfo" element |
void |
removeExtendedOperation(int i)
Removes the ith "_ExtendedOperation" element |
void |
setExtendedOperationArray(int i,
OperationType extendedOperation)
Sets ith "_ExtendedOperation" element |
void |
setExtendedOperationArray(OperationType[] extendedOperationArray)
Sets array of all "_ExtendedOperation" element |
void |
setGetCapabilities(OperationType getCapabilities)
Sets the "GetCapabilities" element |
void |
setGetFeatureInfo(OperationType getFeatureInfo)
Sets the "GetFeatureInfo" element |
void |
setGetMap(OperationType getMap)
Sets the "GetMap" element |
int |
sizeOfExtendedOperationArray()
Returns number of "_ExtendedOperation" element |
void |
unsetGetFeatureInfo()
Unsets the "GetFeatureInfo" element |
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
OperationType getGetCapabilities()
void setGetCapabilities(OperationType getCapabilities)
OperationType addNewGetCapabilities()
OperationType getGetMap()
void setGetMap(OperationType getMap)
OperationType addNewGetMap()
OperationType getGetFeatureInfo()
boolean isSetGetFeatureInfo()
void setGetFeatureInfo(OperationType getFeatureInfo)
OperationType addNewGetFeatureInfo()
void unsetGetFeatureInfo()
OperationType[] getExtendedOperationArray()
OperationType getExtendedOperationArray(int i)
int sizeOfExtendedOperationArray()
void setExtendedOperationArray(OperationType[] extendedOperationArray)
void setExtendedOperationArray(int i, OperationType extendedOperation)
OperationType insertNewExtendedOperation(int i)
OperationType addNewExtendedOperation()
void removeExtendedOperation(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |