public interface RestMethodConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
RestMethodConfig.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 |
---|---|
RestParametersConfig |
addNewParameters()
Appends and returns a new empty "parameters" element
|
RestResourceRepresentationConfig |
addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RestRequestConfig |
addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
String |
getMethod()
Gets the "method" attribute
|
RestParametersConfig |
getParameters()
Gets the "parameters" element
|
RestResourceRepresentationConfig[] |
getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig |
getRepresentationArray(int i)
Gets ith "representation" element
|
List<RestResourceRepresentationConfig> |
getRepresentationList()
Gets a List of "representation" elements
|
RestRequestConfig[] |
getRequestArray()
Deprecated.
|
RestRequestConfig |
getRequestArray(int i)
Gets ith "request" element
|
List<RestRequestConfig> |
getRequestList()
Gets a List of "request" elements
|
String |
getWadlId()
Gets the "wadlId" attribute
|
RestResourceRepresentationConfig |
insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RestRequestConfig |
insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
boolean |
isSetMethod()
True if has "method" attribute
|
boolean |
isSetWadlId()
True if has "wadlId" attribute
|
void |
removeRepresentation(int i)
Removes the ith "representation" element
|
void |
removeRequest(int i)
Removes the ith "request" element
|
void |
setMethod(String method)
Sets the "method" attribute
|
void |
setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
void |
setRequestArray(int i,
RestRequestConfig request)
Sets ith "request" element
|
void |
setRequestArray(RestRequestConfig[] requestArray)
Sets array of all "request" element
|
void |
setWadlId(String wadlId)
Sets the "wadlId" attribute
|
int |
sizeOfRepresentationArray()
Returns number of "representation" element
|
int |
sizeOfRequestArray()
Returns number of "request" element
|
void |
unsetMethod()
Unsets the "method" attribute
|
void |
unsetWadlId()
Unsets the "wadlId" attribute
|
org.apache.xmlbeans.XmlString |
xgetMethod()
Gets (as xml) the "method" attribute
|
org.apache.xmlbeans.XmlString |
xgetWadlId()
Gets (as xml) the "wadlId" attribute
|
void |
xsetMethod(org.apache.xmlbeans.XmlString method)
Sets (as xml) the "method" 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<RestResourceRepresentationConfig> getRepresentationList()
RestResourceRepresentationConfig[] getRepresentationArray()
RestResourceRepresentationConfig getRepresentationArray(int i)
int sizeOfRepresentationArray()
void setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
void setRepresentationArray(int i, RestResourceRepresentationConfig representation)
RestResourceRepresentationConfig insertNewRepresentation(int i)
RestResourceRepresentationConfig addNewRepresentation()
void removeRepresentation(int i)
List<RestRequestConfig> getRequestList()
RestRequestConfig[] getRequestArray()
RestRequestConfig getRequestArray(int i)
int sizeOfRequestArray()
void setRequestArray(RestRequestConfig[] requestArray)
void setRequestArray(int i, RestRequestConfig request)
RestRequestConfig insertNewRequest(int i)
RestRequestConfig addNewRequest()
void removeRequest(int i)
String getMethod()
org.apache.xmlbeans.XmlString xgetMethod()
boolean isSetMethod()
void setMethod(String method)
void xsetMethod(org.apache.xmlbeans.XmlString method)
void unsetMethod()
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.