public interface RequestType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RequestType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
RequestType.Method
An XML method(@http://grinder.sourceforge.net/tcpproxy/http/1.0).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
void |
addComment(String comment)
Appends the value as the last "comment" element
|
BodyType |
addNewBody()
Appends and returns a new empty "body" element
|
CommentType |
addNewComment()
Appends and returns a new empty value (as xml) as the last "comment" element
|
HeadersType |
addNewHeaders()
Appends and returns a new empty "headers" element
|
ResponseType |
addNewResponse()
Appends and returns a new empty "response" element
|
RelativeURIType |
addNewUri()
Appends and returns a new empty "uri" element
|
String |
getAnnotation()
Gets the "annotation" element
|
BodyType |
getBody()
Gets the "body" element
|
String[] |
getCommentArray()
Gets array of all "comment" elements
|
String |
getCommentArray(int i)
Gets ith "comment" element
|
String |
getDescription()
Gets the "description" element
|
HeadersType |
getHeaders()
Gets the "headers" element
|
RequestType.Method.Enum |
getMethod()
Gets the "method" element
|
ResponseType |
getResponse()
Gets the "response" element
|
long |
getSleepTime()
Gets the "sleep-time" element
|
Calendar |
getTime()
Gets the "time" element
|
RelativeURIType |
getUri()
Gets the "uri" element
|
void |
insertComment(int i,
String comment)
Inserts the value as the ith "comment" element
|
CommentType |
insertNewComment(int i)
Inserts and returns a new empty value (as xml) as the ith "comment" element
|
boolean |
isSetAnnotation()
True if has "annotation" element
|
boolean |
isSetBody()
True if has "body" element
|
boolean |
isSetSleepTime()
True if has "sleep-time" element
|
void |
removeComment(int i)
Removes the ith "comment" element
|
void |
setAnnotation(String annotation)
Sets the "annotation" element
|
void |
setBody(BodyType body)
Sets the "body" element
|
void |
setCommentArray(int i,
String comment)
Sets ith "comment" element
|
void |
setCommentArray(String[] commentArray)
Sets array of all "comment" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setHeaders(HeadersType headers)
Sets the "headers" element
|
void |
setMethod(RequestType.Method.Enum method)
Sets the "method" element
|
void |
setResponse(ResponseType response)
Sets the "response" element
|
void |
setSleepTime(long sleepTime)
Sets the "sleep-time" element
|
void |
setTime(Calendar time)
Sets the "time" element
|
void |
setUri(RelativeURIType uri)
Sets the "uri" element
|
int |
sizeOfCommentArray()
Returns number of "comment" element
|
void |
unsetAnnotation()
Unsets the "annotation" element
|
void |
unsetBody()
Unsets the "body" element
|
void |
unsetSleepTime()
Unsets the "sleep-time" element
|
org.apache.xmlbeans.XmlNormalizedString |
xgetAnnotation()
Gets (as xml) the "annotation" element
|
CommentType[] |
xgetCommentArray()
Gets (as xml) array of all "comment" elements
|
CommentType |
xgetCommentArray(int i)
Gets (as xml) ith "comment" element
|
org.apache.xmlbeans.XmlNormalizedString |
xgetDescription()
Gets (as xml) the "description" element
|
RequestType.Method |
xgetMethod()
Gets (as xml) the "method" element
|
org.apache.xmlbeans.XmlUnsignedInt |
xgetSleepTime()
Gets (as xml) the "sleep-time" element
|
org.apache.xmlbeans.XmlDateTime |
xgetTime()
Gets (as xml) the "time" element
|
void |
xsetAnnotation(org.apache.xmlbeans.XmlNormalizedString annotation)
Sets (as xml) the "annotation" element
|
void |
xsetCommentArray(CommentType[] commentArray)
Sets (as xml) array of all "comment" element
|
void |
xsetCommentArray(int i,
CommentType comment)
Sets (as xml) ith "comment" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlNormalizedString description)
Sets (as xml) the "description" element
|
void |
xsetMethod(RequestType.Method method)
Sets (as xml) the "method" element
|
void |
xsetSleepTime(org.apache.xmlbeans.XmlUnsignedInt sleepTime)
Sets (as xml) the "sleep-time" element
|
void |
xsetTime(org.apache.xmlbeans.XmlDateTime time)
Sets (as xml) the "time" element
|
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
String[] getCommentArray()
String getCommentArray(int i)
CommentType[] xgetCommentArray()
CommentType xgetCommentArray(int i)
int sizeOfCommentArray()
void setCommentArray(String[] commentArray)
void setCommentArray(int i, String comment)
void xsetCommentArray(CommentType[] commentArray)
void xsetCommentArray(int i, CommentType comment)
void insertComment(int i, String comment)
void addComment(String comment)
CommentType insertNewComment(int i)
CommentType addNewComment()
void removeComment(int i)
Calendar getTime()
org.apache.xmlbeans.XmlDateTime xgetTime()
void setTime(Calendar time)
void xsetTime(org.apache.xmlbeans.XmlDateTime time)
RequestType.Method.Enum getMethod()
RequestType.Method xgetMethod()
void setMethod(RequestType.Method.Enum method)
void xsetMethod(RequestType.Method method)
RelativeURIType getUri()
void setUri(RelativeURIType uri)
RelativeURIType addNewUri()
HeadersType getHeaders()
void setHeaders(HeadersType headers)
HeadersType addNewHeaders()
String getDescription()
org.apache.xmlbeans.XmlNormalizedString xgetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlNormalizedString description)
String getAnnotation()
org.apache.xmlbeans.XmlNormalizedString xgetAnnotation()
boolean isSetAnnotation()
void setAnnotation(String annotation)
void xsetAnnotation(org.apache.xmlbeans.XmlNormalizedString annotation)
void unsetAnnotation()
long getSleepTime()
org.apache.xmlbeans.XmlUnsignedInt xgetSleepTime()
boolean isSetSleepTime()
void setSleepTime(long sleepTime)
void xsetSleepTime(org.apache.xmlbeans.XmlUnsignedInt sleepTime)
void unsetSleepTime()
BodyType getBody()
boolean isSetBody()
void setBody(BodyType body)
BodyType addNewBody()
void unsetBody()
ResponseType getResponse()
void setResponse(ResponseType response)
ResponseType addNewResponse()
Copyright © 2000-2014. All Rights Reserved.