All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.HandlingCharge

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

public class HandlingCharge
extends Object
implements Serializable
The HandlingCharge Class is to be used as a data container. The instance variables available in the HandlingCharge Class are those provided by the XPCI for package activity.


Constructor Index

 o HandlingCharge()

Method Index

 o getFlatRateCurrencyCode()
Returns the instance variable value for HandlingCharge Flat Rate Currency Code.
 o getFlatRateValue()
Returns the instance variable value for HandlingCharge Flat Rate Value.
 o getPercentage()
Returns the instance variable value for HandlingCharge Percentage.
 o setFlatRateCurrencyCode(String)
Sets the instance variable value for HandlingCharge Flat Rate Currency Code.
 o setFlatRateValue(String)
Sets the instance variable value for HandlingCharge Flat Rate Value.
 o setPercentage(String)
Sets the instance variable value for HandlingCharge Percentage.
 o toString()
Returns a String representation of the HandlingCharge's state, token delimeted (=).

Constructors

 o HandlingCharge
 public HandlingCharge()

Methods

 o getFlatRateCurrencyCode
 public String getFlatRateCurrencyCode()
Returns the instance variable value for HandlingCharge Flat Rate Currency Code.

Returns:
java.lang.String
 o getFlatRateValue
 public String getFlatRateValue()
Returns the instance variable value for HandlingCharge Flat Rate Value.

Returns:
java.lang.String
 o getPercentage
 public String getPercentage()
Returns the instance variable value for HandlingCharge Percentage.

Returns:
java.lang.String
 o setFlatRateCurrencyCode
 public void setFlatRateCurrencyCode(String newFlatRateCurrencyCode)
Sets the instance variable value for HandlingCharge Flat Rate Currency Code.

Parameters:
newFlatRateCurrencyCode - java.lang.String
 o setFlatRateValue
 public void setFlatRateValue(String newFlatRateValue)
Sets the instance variable value for HandlingCharge Flat Rate Value.

Parameters:
newFlatRateValue - java.lang.String
 o setPercentage
 public void setPercentage(String newPercentage)
Sets the instance variable value for HandlingCharge Percentage.

Parameters:
newPercentage - java.lang.String
 o toString
 public String toString()
Returns a String representation of the HandlingCharge's state, token delimeted (=).

Returns:
java.lang.String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index