public static interface ResponseDocument.Response
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ResponseDocument.Response.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
|
ParamDocument.Param |
addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
RepresentationDocument.Representation |
addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
DocDocument.Doc[] |
getDocArray()
Deprecated.
|
DocDocument.Doc |
getDocArray(int i)
Gets ith "doc" element
|
List<DocDocument.Doc> |
getDocList()
Gets a List of "doc" elements
|
ParamDocument.Param[] |
getParamArray()
Deprecated.
|
ParamDocument.Param |
getParamArray(int i)
Gets ith "param" element
|
List<ParamDocument.Param> |
getParamList()
Gets a List of "param" elements
|
RepresentationDocument.Representation[] |
getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation |
getRepresentationArray(int i)
Gets ith "representation" element
|
List<RepresentationDocument.Representation> |
getRepresentationList()
Gets a List of "representation" elements
|
List |
getStatus()
Gets the "status" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
ParamDocument.Param |
insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
RepresentationDocument.Representation |
insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
boolean |
isSetStatus()
True if has "status" attribute
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
removeParam(int i)
Removes the ith "param" element
|
void |
removeRepresentation(int i)
Removes the ith "representation" element
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setParamArray(int i,
ParamDocument.Param param)
Sets ith "param" element
|
void |
setParamArray(ParamDocument.Param[] paramArray)
Sets array of all "param" element
|
void |
setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
void |
setStatus(List status)
Sets the "status" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
int |
sizeOfParamArray()
Returns number of "param" element
|
int |
sizeOfRepresentationArray()
Returns number of "representation" element
|
void |
unsetStatus()
Unsets the "status" attribute
|
StatusCodeList |
xgetStatus()
Gets (as xml) the "status" attribute
|
void |
xsetStatus(StatusCodeList status)
Sets (as xml) the "status" 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)
List<ParamDocument.Param> getParamList()
ParamDocument.Param[] getParamArray()
ParamDocument.Param getParamArray(int i)
int sizeOfParamArray()
void setParamArray(ParamDocument.Param[] paramArray)
void setParamArray(int i, ParamDocument.Param param)
ParamDocument.Param insertNewParam(int i)
ParamDocument.Param addNewParam()
void removeParam(int i)
List<RepresentationDocument.Representation> getRepresentationList()
RepresentationDocument.Representation[] getRepresentationArray()
RepresentationDocument.Representation getRepresentationArray(int i)
int sizeOfRepresentationArray()
void setRepresentationArray(RepresentationDocument.Representation[] representationArray)
void setRepresentationArray(int i, RepresentationDocument.Representation representation)
RepresentationDocument.Representation insertNewRepresentation(int i)
RepresentationDocument.Representation addNewRepresentation()
void removeRepresentation(int i)
List getStatus()
StatusCodeList xgetStatus()
boolean isSetStatus()
void setStatus(List status)
void xsetStatus(StatusCodeList status)
void unsetStatus()
Copyright © 2019. All Rights Reserved.