All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.Request

java.lang.Object
   |
   +----com.ups.xmlsdk.xpci.Request

public class Request
extends Object
implements Serializable

Constructor Index

 o Request()

Method Index

 o getCustomerContext()
Returns the instance variable value for Response Customer Context
 o getRequestAction()
 o getRequestOption()
 o getXpciVersion()
Returns the instance variable value for Response XPCI Version
 o setCustomerContext(String)
Sets the instance variable value for Response Customer Context
 o setRequestAction(String)
 o setRequestOption(String[])
 o setXpciVersion(String)
Sets the instance variable value for Response XPCI Version
 o toString()
Returns a String that represents the value of this object.

Constructors

 o Request
 public Request()

Methods

 o getCustomerContext
 public String getCustomerContext()
Returns the instance variable value for Response Customer Context

Returns:
java.lang.String
 o getRequestAction
 public String getRequestAction()
Returns:
java.lang.String
 o getRequestOption
 public String[] getRequestOption()
Returns:
java.lang.String[]
 o getXpciVersion
 public String getXpciVersion()
Returns the instance variable value for Response XPCI Version

Returns:
java.lang.String
 o setCustomerContext
 public void setCustomerContext(String newCustomerContext)
Sets the instance variable value for Response Customer Context

Parameters:
newCustomerContext - java.lang.String
 o setRequestAction
 public void setRequestAction(String newRequestAction)
Parameters:
newRequestAction - java.lang.String
 o setRequestOption
 public void setRequestOption(String newRequestOption[])
Parameters:
newRequestOption - java.lang.String[]
 o setXpciVersion
 public void setXpciVersion(String newXpciVersion)
Sets the instance variable value for Response XPCI Version

Parameters:
newXpciVersion - java.lang.String
 o toString
 public String toString()
Returns a String that represents the value of this object.

Returns:
a string representation of the receiver
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index