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
-
Request()
-
-
getCustomerContext()
- Returns the instance variable value for Response Customer Context
-
getRequestAction()
-
-
getRequestOption()
-
-
getXpciVersion()
- Returns the instance variable value for Response XPCI Version
-
setCustomerContext(String)
- Sets the instance variable value for Response Customer Context
-
setRequestAction(String)
-
-
setRequestOption(String[])
-
-
setXpciVersion(String)
- Sets the instance variable value for Response XPCI Version
-
toString()
- Returns a String that represents the value of this object.
Request
public Request()
getCustomerContext
public String getCustomerContext()
- Returns the instance variable value for Response Customer Context
- Returns:
- java.lang.String
getRequestAction
public String getRequestAction()
- Returns:
- java.lang.String
getRequestOption
public String[] getRequestOption()
- Returns:
- java.lang.String[]
getXpciVersion
public String getXpciVersion()
- Returns the instance variable value for Response XPCI Version
- Returns:
- java.lang.String
setCustomerContext
public void setCustomerContext(String newCustomerContext)
- Sets the instance variable value for Response Customer Context
- Parameters:
- newCustomerContext - java.lang.String
setRequestAction
public void setRequestAction(String newRequestAction)
- Parameters:
- newRequestAction - java.lang.String
setRequestOption
public void setRequestOption(String newRequestOption[])
- Parameters:
- newRequestOption - java.lang.String[]
setXpciVersion
public void setXpciVersion(String newXpciVersion)
- Sets the instance variable value for Response XPCI Version
- Parameters:
- newXpciVersion - java.lang.String
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