public static interface CapabilityDocument.Capability
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CapabilityDocument.Capability.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 |
|---|---|
ExceptionDocument.Exception |
addNewException()
Appends and returns a new empty "Exception" element
|
org.apache.xmlbeans.XmlObject |
addNewExtendedCapabilities()
Appends and returns a new empty value (as xml) as the last "_ExtendedCapabilities" element
|
LayerDocument.Layer |
addNewLayer()
Appends and returns a new empty "Layer" element
|
RequestDocument.Request |
addNewRequest()
Appends and returns a new empty "Request" element
|
ExceptionDocument.Exception |
getException()
Gets the "Exception" element
|
org.apache.xmlbeans.XmlObject[] |
getExtendedCapabilitiesArray()
Gets array of all "_ExtendedCapabilities" elements
|
org.apache.xmlbeans.XmlObject |
getExtendedCapabilitiesArray(int i)
Gets ith "_ExtendedCapabilities" element
|
LayerDocument.Layer |
getLayer()
Gets the "Layer" element
|
RequestDocument.Request |
getRequest()
Gets the "Request" element
|
org.apache.xmlbeans.XmlObject |
insertNewExtendedCapabilities(int i)
Inserts and returns a new empty value (as xml) as the ith "_ExtendedCapabilities" element
|
boolean |
isSetLayer()
True if has "Layer" element
|
void |
removeExtendedCapabilities(int i)
Removes the ith "_ExtendedCapabilities" element
|
void |
setException(ExceptionDocument.Exception exception)
Sets the "Exception" element
|
void |
setExtendedCapabilitiesArray(int i,
org.apache.xmlbeans.XmlObject extendedCapabilities)
Sets ith "_ExtendedCapabilities" element
|
void |
setExtendedCapabilitiesArray(org.apache.xmlbeans.XmlObject[] extendedCapabilitiesArray)
Sets array of all "_ExtendedCapabilities" element
|
void |
setLayer(LayerDocument.Layer layer)
Sets the "Layer" element
|
void |
setRequest(RequestDocument.Request request)
Sets the "Request" element
|
int |
sizeOfExtendedCapabilitiesArray()
Returns number of "_ExtendedCapabilities" element
|
void |
unsetLayer()
Unsets the "Layer" 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, xmlTextRequestDocument.Request getRequest()
void setRequest(RequestDocument.Request request)
RequestDocument.Request addNewRequest()
ExceptionDocument.Exception getException()
void setException(ExceptionDocument.Exception exception)
ExceptionDocument.Exception addNewException()
org.apache.xmlbeans.XmlObject[] getExtendedCapabilitiesArray()
org.apache.xmlbeans.XmlObject getExtendedCapabilitiesArray(int i)
int sizeOfExtendedCapabilitiesArray()
void setExtendedCapabilitiesArray(org.apache.xmlbeans.XmlObject[] extendedCapabilitiesArray)
void setExtendedCapabilitiesArray(int i,
org.apache.xmlbeans.XmlObject extendedCapabilities)
org.apache.xmlbeans.XmlObject insertNewExtendedCapabilities(int i)
org.apache.xmlbeans.XmlObject addNewExtendedCapabilities()
void removeExtendedCapabilities(int i)
LayerDocument.Layer getLayer()
boolean isSetLayer()
void setLayer(LayerDocument.Layer layer)
LayerDocument.Layer addNewLayer()
void unsetLayer()
Copyright © 2015 52north.org. All rights reserved.