public static interface ResourceDocument.Resource
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ResourceDocument.Resource.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
|
MethodDocument.Method |
addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
ParamDocument.Param |
addNewParam()
Appends and returns a new empty value (as xml) as the last "param" element
|
ResourceDocument.Resource |
addNewResource()
Appends and returns a new empty value (as xml) as the last "resource" 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 |
getId()
Gets the "id" attribute
|
MethodDocument.Method[] |
getMethodArray()
Deprecated.
|
MethodDocument.Method |
getMethodArray(int i)
Gets ith "method" element
|
List<MethodDocument.Method> |
getMethodList()
Gets a List of "method" elements
|
ParamDocument.Param[] |
getParamArray()
Deprecated.
|
ParamDocument.Param |
getParamArray(int i)
Gets ith "param" element
|
List<ParamDocument.Param> |
getParamList()
Gets a List of "param" elements
|
String |
getPath()
Gets the "path" attribute
|
String |
getQueryType()
Gets the "queryType" attribute
|
ResourceDocument.Resource[] |
getResourceArray()
Deprecated.
|
ResourceDocument.Resource |
getResourceArray(int i)
Gets ith "resource" element
|
List<ResourceDocument.Resource> |
getResourceList()
Gets a List of "resource" elements
|
List |
getType()
Gets the "type" attribute
|
DocDocument.Doc |
insertNewDoc(int i)
Inserts and returns a new empty value (as xml) as the ith "doc" element
|
MethodDocument.Method |
insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
ParamDocument.Param |
insertNewParam(int i)
Inserts and returns a new empty value (as xml) as the ith "param" element
|
ResourceDocument.Resource |
insertNewResource(int i)
Inserts and returns a new empty value (as xml) as the ith "resource" element
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetPath()
True if has "path" attribute
|
boolean |
isSetQueryType()
True if has "queryType" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
removeDoc(int i)
Removes the ith "doc" element
|
void |
removeMethod(int i)
Removes the ith "method" element
|
void |
removeParam(int i)
Removes the ith "param" element
|
void |
removeResource(int i)
Removes the ith "resource" element
|
void |
setDocArray(DocDocument.Doc[] docArray)
Sets array of all "doc" element
|
void |
setDocArray(int i,
DocDocument.Doc doc)
Sets ith "doc" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
void |
setParamArray(int i,
ParamDocument.Param param)
Sets ith "param" element
|
void |
setParamArray(ParamDocument.Param[] paramArray)
Sets array of all "param" element
|
void |
setPath(String path)
Sets the "path" attribute
|
void |
setQueryType(String queryType)
Sets the "queryType" attribute
|
void |
setResourceArray(int i,
ResourceDocument.Resource resource)
Sets ith "resource" element
|
void |
setResourceArray(ResourceDocument.Resource[] resourceArray)
Sets array of all "resource" element
|
void |
setType(List type)
Sets the "type" attribute
|
int |
sizeOfDocArray()
Returns number of "doc" element
|
int |
sizeOfMethodArray()
Returns number of "method" element
|
int |
sizeOfParamArray()
Returns number of "param" element
|
int |
sizeOfResourceArray()
Returns number of "resource" element
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetPath()
Unsets the "path" attribute
|
void |
unsetQueryType()
Unsets the "queryType" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" attribute
|
org.apache.xmlbeans.XmlString |
xgetQueryType()
Gets (as xml) the "queryType" attribute
|
ResourceTypeList |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
|
void |
xsetQueryType(org.apache.xmlbeans.XmlString queryType)
Sets (as xml) the "queryType" attribute
|
void |
xsetType(ResourceTypeList type)
Sets (as xml) the "type" 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<MethodDocument.Method> getMethodList()
MethodDocument.Method[] getMethodArray()
MethodDocument.Method getMethodArray(int i)
int sizeOfMethodArray()
void setMethodArray(MethodDocument.Method[] methodArray)
void setMethodArray(int i, MethodDocument.Method method)
MethodDocument.Method insertNewMethod(int i)
MethodDocument.Method addNewMethod()
void removeMethod(int i)
List<ResourceDocument.Resource> getResourceList()
ResourceDocument.Resource[] getResourceArray()
ResourceDocument.Resource getResourceArray(int i)
int sizeOfResourceArray()
void setResourceArray(ResourceDocument.Resource[] resourceArray)
void setResourceArray(int i, ResourceDocument.Resource resource)
ResourceDocument.Resource insertNewResource(int i)
ResourceDocument.Resource addNewResource()
void removeResource(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
List getType()
ResourceTypeList xgetType()
boolean isSetType()
void setType(List type)
void xsetType(ResourceTypeList type)
void unsetType()
String getQueryType()
org.apache.xmlbeans.XmlString xgetQueryType()
boolean isSetQueryType()
void setQueryType(String queryType)
void xsetQueryType(org.apache.xmlbeans.XmlString queryType)
void unsetQueryType()
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
Copyright © 2019. All Rights Reserved.