public static interface RequestDocument.Request
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestDocument.Request.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextOperationType 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)
Copyright © 2015 52north.org. All rights reserved.