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.
-
HandlingCharge()
-
-
getFlatRateCurrencyCode()
- Returns the instance variable value for HandlingCharge Flat Rate Currency Code.
-
getFlatRateValue()
- Returns the instance variable value for HandlingCharge Flat Rate Value.
-
getPercentage()
- Returns the instance variable value for HandlingCharge Percentage.
-
setFlatRateCurrencyCode(String)
- Sets the instance variable value for HandlingCharge Flat Rate Currency Code.
-
setFlatRateValue(String)
- Sets the instance variable value for HandlingCharge Flat Rate Value.
-
setPercentage(String)
- Sets the instance variable value for HandlingCharge Percentage.
-
toString()
- Returns a String representation of the HandlingCharge's state, token delimeted (=).
HandlingCharge
public HandlingCharge()
getFlatRateCurrencyCode
public String getFlatRateCurrencyCode()
- Returns the instance variable value for HandlingCharge Flat Rate Currency Code.
- Returns:
- java.lang.String
getFlatRateValue
public String getFlatRateValue()
- Returns the instance variable value for HandlingCharge Flat Rate Value.
- Returns:
- java.lang.String
getPercentage
public String getPercentage()
- Returns the instance variable value for HandlingCharge Percentage.
- Returns:
- java.lang.String
setFlatRateCurrencyCode
public void setFlatRateCurrencyCode(String newFlatRateCurrencyCode)
- Sets the instance variable value for HandlingCharge Flat Rate Currency Code.
- Parameters:
- newFlatRateCurrencyCode - java.lang.String
setFlatRateValue
public void setFlatRateValue(String newFlatRateValue)
- Sets the instance variable value for HandlingCharge Flat Rate Value.
- Parameters:
- newFlatRateValue - java.lang.String
setPercentage
public void setPercentage(String newPercentage)
- Sets the instance variable value for HandlingCharge Percentage.
- Parameters:
- newPercentage - java.lang.String
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