public interface RestResourceConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
RestResourceConfig.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 |
---|---|
RestMethodConfig |
addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
RestParametersConfig |
addNewParameters()
Appends and returns a new empty "parameters" element
|
OldRestRequestConfig |
addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
RestResourceConfig |
addNewResource()
Appends and returns a new empty value (as xml) as the last "resource" element
|
RestMethodConfig[] |
getMethodArray()
Deprecated.
|
RestMethodConfig |
getMethodArray(int i)
Gets ith "method" element
|
List<RestMethodConfig> |
getMethodList()
Gets a List of "method" elements
|
RestParametersConfig |
getParameters()
Gets the "parameters" element
|
String |
getPath()
Gets the "path" attribute
|
OldRestRequestConfig[] |
getRequestArray()
Deprecated.
|
OldRestRequestConfig |
getRequestArray(int i)
Gets ith "request" element
|
List<OldRestRequestConfig> |
getRequestList()
Gets a List of "request" elements
|
RestResourceConfig[] |
getResourceArray()
Deprecated.
|
RestResourceConfig |
getResourceArray(int i)
Gets ith "resource" element
|
List<RestResourceConfig> |
getResourceList()
Gets a List of "resource" elements
|
String |
getWadlId()
Gets the "wadlId" attribute
|
RestMethodConfig |
insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
OldRestRequestConfig |
insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
RestResourceConfig |
insertNewResource(int i)
Inserts and returns a new empty value (as xml) as the ith "resource" element
|
boolean |
isSetPath()
True if has "path" attribute
|
boolean |
isSetWadlId()
True if has "wadlId" attribute
|
void |
removeMethod(int i)
Removes the ith "method" element
|
void |
removeRequest(int i)
Removes the ith "request" element
|
void |
removeResource(int i)
Removes the ith "resource" element
|
void |
setMethodArray(int i,
RestMethodConfig method)
Sets ith "method" element
|
void |
setMethodArray(RestMethodConfig[] methodArray)
Sets array of all "method" element
|
void |
setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
setPath(String path)
Sets the "path" attribute
|
void |
setRequestArray(int i,
OldRestRequestConfig request)
Sets ith "request" element
|
void |
setRequestArray(OldRestRequestConfig[] requestArray)
Sets array of all "request" element
|
void |
setResourceArray(int i,
RestResourceConfig resource)
Sets ith "resource" element
|
void |
setResourceArray(RestResourceConfig[] resourceArray)
Sets array of all "resource" element
|
void |
setWadlId(String wadlId)
Sets the "wadlId" attribute
|
int |
sizeOfMethodArray()
Returns number of "method" element
|
int |
sizeOfRequestArray()
Returns number of "request" element
|
int |
sizeOfResourceArray()
Returns number of "resource" element
|
void |
unsetPath()
Unsets the "path" attribute
|
void |
unsetWadlId()
Unsets the "wadlId" attribute
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" attribute
|
org.apache.xmlbeans.XmlString |
xgetWadlId()
Gets (as xml) the "wadlId" attribute
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
|
void |
xsetWadlId(org.apache.xmlbeans.XmlString wadlId)
Sets (as xml) the "wadlId" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
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
RestParametersConfig getParameters()
void setParameters(RestParametersConfig parameters)
RestParametersConfig addNewParameters()
List<OldRestRequestConfig> getRequestList()
OldRestRequestConfig[] getRequestArray()
OldRestRequestConfig getRequestArray(int i)
int sizeOfRequestArray()
void setRequestArray(OldRestRequestConfig[] requestArray)
void setRequestArray(int i, OldRestRequestConfig request)
OldRestRequestConfig insertNewRequest(int i)
OldRestRequestConfig addNewRequest()
void removeRequest(int i)
List<RestResourceConfig> getResourceList()
RestResourceConfig[] getResourceArray()
RestResourceConfig getResourceArray(int i)
int sizeOfResourceArray()
void setResourceArray(RestResourceConfig[] resourceArray)
void setResourceArray(int i, RestResourceConfig resource)
RestResourceConfig insertNewResource(int i)
RestResourceConfig addNewResource()
void removeResource(int i)
List<RestMethodConfig> getMethodList()
RestMethodConfig[] getMethodArray()
RestMethodConfig getMethodArray(int i)
int sizeOfMethodArray()
void setMethodArray(RestMethodConfig[] methodArray)
void setMethodArray(int i, RestMethodConfig method)
RestMethodConfig insertNewMethod(int i)
RestMethodConfig addNewMethod()
void removeMethod(int i)
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
String getWadlId()
org.apache.xmlbeans.XmlString xgetWadlId()
boolean isSetWadlId()
void setWadlId(String wadlId)
void xsetWadlId(org.apache.xmlbeans.XmlString wadlId)
void unsetWadlId()
Copyright © 2019. All Rights Reserved.