public interface OldRestRequestConfig extends AbstractRequestConfig
Modifier and Type | Interface and Description |
---|---|
static class |
OldRestRequestConfig.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
|
String |
getAccept()
Gets the "accept" attribute
|
String |
getFullPath()
Gets the "fullPath" attribute
|
String |
getMediaType()
Gets the "mediaType" attribute
|
String |
getMethod()
Gets the "method" attribute
|
RestParametersConfig |
getParameters()
Gets the "parameters" element
|
boolean |
getPostQueryString()
Gets the "postQueryString" attribute
|
RestResourceRepresentationConfig[] |
getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig |
getRepresentationArray(int i)
Gets ith "representation" element
|
List<RestResourceRepresentationConfig> |
getRepresentationList()
Gets a List of "representation" 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
|
boolean |
isSetAccept()
True if has "accept" attribute
|
boolean |
isSetFullPath()
True if has "fullPath" attribute
|
boolean |
isSetMediaType()
True if has "mediaType" attribute
|
boolean |
isSetMethod()
True if has "method" attribute
|
boolean |
isSetPostQueryString()
True if has "postQueryString" attribute
|
boolean |
isSetWadlId()
True if has "wadlId" attribute
|
void |
removeRepresentation(int i)
Removes the ith "representation" element
|
void |
setAccept(String accept)
Sets the "accept" attribute
|
void |
setFullPath(String fullPath)
Sets the "fullPath" attribute
|
void |
setMediaType(String mediaType)
Sets the "mediaType" attribute
|
void |
setMethod(String method)
Sets the "method" attribute
|
void |
setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
setPostQueryString(boolean postQueryString)
Sets the "postQueryString" attribute
|
void |
setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
void |
setWadlId(String wadlId)
Sets the "wadlId" attribute
|
int |
sizeOfRepresentationArray()
Returns number of "representation" element
|
void |
unsetAccept()
Unsets the "accept" attribute
|
void |
unsetFullPath()
Unsets the "fullPath" attribute
|
void |
unsetMediaType()
Unsets the "mediaType" attribute
|
void |
unsetMethod()
Unsets the "method" attribute
|
void |
unsetPostQueryString()
Unsets the "postQueryString" attribute
|
void |
unsetWadlId()
Unsets the "wadlId" attribute
|
org.apache.xmlbeans.XmlString |
xgetAccept()
Gets (as xml) the "accept" attribute
|
org.apache.xmlbeans.XmlString |
xgetFullPath()
Gets (as xml) the "fullPath" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" attribute
|
org.apache.xmlbeans.XmlString |
xgetMethod()
Gets (as xml) the "method" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetPostQueryString()
Gets (as xml) the "postQueryString" attribute
|
org.apache.xmlbeans.XmlString |
xgetWadlId()
Gets (as xml) the "wadlId" attribute
|
void |
xsetAccept(org.apache.xmlbeans.XmlString accept)
Sets (as xml) the "accept" attribute
|
void |
xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
Sets (as xml) the "fullPath" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" attribute
|
void |
xsetMethod(org.apache.xmlbeans.XmlString method)
Sets (as xml) the "method" attribute
|
void |
xsetPostQueryString(org.apache.xmlbeans.XmlBoolean postQueryString)
Sets (as xml) the "postQueryString" attribute
|
void |
xsetWadlId(org.apache.xmlbeans.XmlString wadlId)
Sets (as xml) the "wadlId" attribute
|
addNewAssertion, addNewAttachment, addNewCredentials, addNewJmsConfig, addNewJmsPropertyConfig, addNewRequest, getAssertionArray, getAssertionArray, getAssertionList, getAttachmentArray, getAttachmentArray, getAttachmentList, getCredentials, getEncoding, getEndpoint, getJmsConfig, getJmsPropertyConfig, getOriginalUri, getRequest, getSslKeystore, getTimeout, insertNewAssertion, insertNewAttachment, isSetJmsConfig, isSetJmsPropertyConfig, isSetOriginalUri, isSetSslKeystore, isSetTimeout, removeAssertion, removeAttachment, setAssertionArray, setAssertionArray, setAttachmentArray, setAttachmentArray, setCredentials, setEncoding, setEndpoint, setJmsConfig, setJmsPropertyConfig, setOriginalUri, setRequest, setSslKeystore, setTimeout, sizeOfAssertionArray, sizeOfAttachmentArray, unsetJmsConfig, unsetJmsPropertyConfig, unsetOriginalUri, unsetSslKeystore, unsetTimeout, xgetEncoding, xgetEndpoint, xgetOriginalUri, xgetSslKeystore, xgetTimeout, xsetEncoding, xsetEndpoint, xsetOriginalUri, xsetSslKeystore, xsetTimeout
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)
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()
String getFullPath()
org.apache.xmlbeans.XmlString xgetFullPath()
boolean isSetFullPath()
void setFullPath(String fullPath)
void xsetFullPath(org.apache.xmlbeans.XmlString fullPath)
void unsetFullPath()
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
boolean isSetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
void unsetMediaType()
boolean getPostQueryString()
org.apache.xmlbeans.XmlBoolean xgetPostQueryString()
boolean isSetPostQueryString()
void setPostQueryString(boolean postQueryString)
void xsetPostQueryString(org.apache.xmlbeans.XmlBoolean postQueryString)
void unsetPostQueryString()
String getAccept()
org.apache.xmlbeans.XmlString xgetAccept()
boolean isSetAccept()
void setAccept(String accept)
void xsetAccept(org.apache.xmlbeans.XmlString accept)
void unsetAccept()
Copyright © 2019. All Rights Reserved.