com.amazon.webservices.awsecommerceservice._2007_04_04
Class OperationRequest

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.OperationRequest

public class OperationRequest
extends java.lang.Object

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

httpHeaders

protected HTTPHeaders httpHeaders

requestId

protected java.lang.String requestId

arguments

protected Arguments arguments

errors

protected Errors errors

requestProcessingTime

protected java.lang.Float requestProcessingTime
Constructor Detail

OperationRequest

public OperationRequest()
Method Detail

getHTTPHeaders

public HTTPHeaders getHTTPHeaders()
Gets the value of the httpHeaders property.

Returns:
possible object is HTTPHeaders

setHTTPHeaders

public void setHTTPHeaders(HTTPHeaders value)
Sets the value of the httpHeaders property.

Parameters:
value - allowed object is HTTPHeaders

getRequestId

public java.lang.String getRequestId()
Gets the value of the requestId property.

Returns:
possible object is String

setRequestId

public void setRequestId(java.lang.String value)
Sets the value of the requestId property.

Parameters:
value - allowed object is String

getArguments

public Arguments getArguments()
Gets the value of the arguments property.

Returns:
possible object is Arguments

setArguments

public void setArguments(Arguments value)
Sets the value of the arguments property.

Parameters:
value - allowed object is Arguments

getErrors

public Errors getErrors()
Gets the value of the errors property.

Returns:
possible object is Errors

setErrors

public void setErrors(Errors value)
Sets the value of the errors property.

Parameters:
value - allowed object is Errors

getRequestProcessingTime

public java.lang.Float getRequestProcessingTime()
Gets the value of the requestProcessingTime property.

Returns:
possible object is Float

setRequestProcessingTime

public void setRequestProcessingTime(java.lang.Float value)
Sets the value of the requestProcessingTime property.

Parameters:
value - allowed object is Float


Copyright © 2007 orange-cafe.de. All Rights Reserved.