|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.OperationRequest
public class OperationRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}HTTPHeaders" minOccurs="0"/> <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Arguments" minOccurs="0"/> <element ref="{http://webservices.amazon.com/AWSECommerceService/2007-04-04}Errors" minOccurs="0"/> <element name="RequestProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Arguments |
arguments
|
protected Errors |
errors
|
protected HTTPHeaders |
httpHeaders
|
protected java.lang.String |
requestId
|
protected java.lang.Float |
requestProcessingTime
|
Constructor Summary | |
---|---|
OperationRequest()
|
Method Summary | |
---|---|
Arguments |
getArguments()
Gets the value of the arguments property. |
Errors |
getErrors()
Gets the value of the errors property. |
HTTPHeaders |
getHTTPHeaders()
Gets the value of the httpHeaders property. |
java.lang.String |
getRequestId()
Gets the value of the requestId property. |
java.lang.Float |
getRequestProcessingTime()
Gets the value of the requestProcessingTime property. |
void |
setArguments(Arguments value)
Sets the value of the arguments property. |
void |
setErrors(Errors value)
Sets the value of the errors property. |
void |
setHTTPHeaders(HTTPHeaders value)
Sets the value of the httpHeaders property. |
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property. |
void |
setRequestProcessingTime(java.lang.Float value)
Sets the value of the requestProcessingTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected HTTPHeaders httpHeaders
protected java.lang.String requestId
protected Arguments arguments
protected Errors errors
protected java.lang.Float requestProcessingTime
Constructor Detail |
---|
public OperationRequest()
Method Detail |
---|
public HTTPHeaders getHTTPHeaders()
HTTPHeaders
public void setHTTPHeaders(HTTPHeaders value)
value
- allowed object is
HTTPHeaders
public java.lang.String getRequestId()
String
public void setRequestId(java.lang.String value)
value
- allowed object is
String
public Arguments getArguments()
Arguments
public void setArguments(Arguments value)
value
- allowed object is
Arguments
public Errors getErrors()
Errors
public void setErrors(Errors value)
value
- allowed object is
Errors
public java.lang.Float getRequestProcessingTime()
Float
public void setRequestProcessingTime(java.lang.Float value)
value
- allowed object is
Float
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |