public class Request extends Object
Java class for Request complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="http_method" type="{}HttpMethod"/>
<element ref="{}headers" minOccurs="0"/>
<element ref="{}url" minOccurs="0"/>
<element ref="{}body" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Body |
body |
protected Headers |
headers |
protected HttpMethod |
httpMethod |
protected Url |
url |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
Body |
getBody()
Gets the value of the body property.
|
Headers |
getHeaders()
Gets the value of the headers property.
|
HttpMethod |
getHttpMethod()
Gets the value of the httpMethod property.
|
Url |
getUrl()
Gets the value of the url property.
|
boolean |
isSetBody() |
boolean |
isSetHeaders() |
boolean |
isSetHttpMethod() |
boolean |
isSetUrl() |
void |
setBody(Body value)
Sets the value of the body property.
|
void |
setHeaders(Headers value)
Sets the value of the headers property.
|
void |
setHttpMethod(HttpMethod value)
Sets the value of the httpMethod property.
|
void |
setUrl(Url value)
Sets the value of the url property.
|
protected HttpMethod httpMethod
protected Headers headers
protected Url url
protected Body body
public HttpMethod getHttpMethod()
HttpMethodpublic void setHttpMethod(HttpMethod value)
value - allowed object is
HttpMethodpublic boolean isSetHttpMethod()
public Headers getHeaders()
Headerspublic void setHeaders(Headers value)
value - allowed object is
Headerspublic boolean isSetHeaders()
public void setUrl(Url value)
value - allowed object is
Urlpublic boolean isSetUrl()
public void setBody(Body value)
value - allowed object is
Bodypublic boolean isSetBody()
Copyright © 2012. All Rights Reserved.