public static interface MethodDocument.Method
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MethodDocument.Method.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 |
---|---|
DocDocument.Doc |
addNewDoc()
Appends and returns a new empty value (as xml) as the last "doc" element
|
RequestDocument.Request |
addNewRequest()
Appends and returns a new empty "request" element
|
ResponseDocument.Response |
addNewResponse()
Appends and returns a new empty value (as xml) as the last "response" element
|
DocDocument.Doc[] |
getDocArray()
Deprecated.
|
DocDocument.Doc |
getDocArray(int i)
Gets ith "doc" element
|
List<DocDocument.Doc> |
getDocList()
Gets a List of "doc" elements
|
String |
getHref()
Gets the "href" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
RequestDocument.Request |
getRequest()
Gets the "request" element
|
ResponseDocument.Response[] |
getResponseArray()
Deprecated.
|
ResponseDocument.Response |
getResponseArray(int i)
Gets ith "response" element
|
List<ResponseDocument.Response> |
getResponseList()
Gets a List of "response" elements
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
ResponseDocument.Response |
insertNewResponse(int i)
Inserts and returns a new empty value (as xml) as the ith "response" element
|
boolean |
isSetHref()
True if has "href" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetRequest()
True if has "request" element
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
removeResponse(int i)
Removes the ith "response" element
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setHref(String href)
Sets the "href" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setRequest(RequestDocument.Request request)
Sets the "request" element
|
void |
setResponseArray(int i,
ResponseDocument.Response response)
Sets ith "response" element
|
void |
setResponseArray(ResponseDocument.Response[] responseArray)
Sets array of all "response" element
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
int |
sizeOfResponseArray()
Returns number of "response" element
|
void |
unsetHref()
Unsets the "href" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetRequest()
Unsets the "request" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetHref()
Gets (as xml) the "href" attribute
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
Method |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetHref(org.apache.xmlbeans.XmlAnyURI href)
Sets (as xml) the "href" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
|
void |
xsetName(Method name)
Sets (as xml) the "name" attribute
|
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
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
List<DocDocument.Doc> getDocList()
DocDocument.Doc[] getDocArray()
DocDocument.Doc getDocArray(int i)
int sizeOfDocArray()
void setDocArray(DocDocument.Doc[] docArray)
void setDocArray(int i, DocDocument.Doc doc)
DocDocument.Doc insertNewDoc(int i)
DocDocument.Doc addNewDoc()
void removeDoc(int i)
RequestDocument.Request getRequest()
boolean isSetRequest()
void setRequest(RequestDocument.Request request)
RequestDocument.Request addNewRequest()
void unsetRequest()
List<ResponseDocument.Response> getResponseList()
ResponseDocument.Response[] getResponseArray()
ResponseDocument.Response getResponseArray(int i)
int sizeOfResponseArray()
void setResponseArray(ResponseDocument.Response[] responseArray)
void setResponseArray(int i, ResponseDocument.Response response)
ResponseDocument.Response insertNewResponse(int i)
ResponseDocument.Response addNewResponse()
void removeResponse(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
String getName()
Method xgetName()
boolean isSetName()
void setName(String name)
void xsetName(Method name)
void unsetName()
String getHref()
org.apache.xmlbeans.XmlAnyURI xgetHref()
boolean isSetHref()
void setHref(String href)
void xsetHref(org.apache.xmlbeans.XmlAnyURI href)
void unsetHref()
Copyright © 2019. All Rights Reserved.