All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.RatedPackage

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

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


Constructor Index

 o RatedPackage()

Method Index

 o getBillingWeight()
Returns the instance variable value for RatedPackage Billing Weight.
 o getBillingWeightUOMCode()
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
 o getBillingWeightUOMDesc()
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
 o getReferenceNumbers()
Returns the instance variable value for RatedPackage Reference Numbers
 o getServiceOptionsCurrencyCode()
Returns the instance variable value for RatedPackage Service Options Currency Code
 o getServiceOptionsValue()
Returns the instance variable value for RatedPackage Service Options Charge
 o getTotalCurrencyCode()
Returns the instance variable value for RatedPackage Total Charge Currency Code
 o getTotalValue()
Returns the instance variable value for RatedPackage Total Charge
 o getTransportationCurrencyCode()
Returns the instance variable value for RatedPackage Transportation Charge Currency Code
 o getTransportationValue()
Returns the instance variable value for RatedPackage Transportation Charge
 o getWeight()
Returns the instance variable value for RatedPackage Weight
 o setBillingWeight(String)
Sets the instance variable value for RatedPackage Billing Weight
 o setBillingWeightUOMCode(String)
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
 o setBillingWeightUOMDesc(String)
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
 o setReferenceNumbers(Vector)
Sets the instance variable value for RatedPackage Reference Numbers
 o setServiceOptionsCurrencyCode(String)
Sets the instance variable value for RatedPackage Service Options Currency Code
 o setServiceOptionsValue(String)
Sets the instance variable value for RatedPackage Service Options Charge
 o setTotalCurrencyCode(String)
Sets the instance variable value for RatedPackage Total Charges Currency Code
 o setTotalValue(String)
Sets the instance variable value for RatedPackage Total Charge
 o setTransportationCurrencyCode(String)
Sets the instance variable value for RatedPackage Transportation Charge Currency Code
 o setTransportationValue(String)
Sets the instance variable value for RatedPackage Transportation Charges
 o setWeight(String)
Sets the instance variable value for RatedPackage Weight
 o toString()
Returns a String representation of the ShipmentNotification's state, token delimeted (=).

Constructors

 o RatedPackage
 public RatedPackage()

Methods

 o getBillingWeight
 public String getBillingWeight()
Returns the instance variable value for RatedPackage Billing Weight.

Returns:
java.lang.String
 o getBillingWeightUOMCode
 public String getBillingWeightUOMCode()
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Code

Returns:
java.lang.String
 o getBillingWeightUOMDesc
 public String getBillingWeightUOMDesc()
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Description

Returns:
java.lang.String
 o getReferenceNumbers
 public Vector getReferenceNumbers()
Returns the instance variable value for RatedPackage Reference Numbers

Returns:
java.util.Vector
 o getServiceOptionsCurrencyCode
 public String getServiceOptionsCurrencyCode()
Returns the instance variable value for RatedPackage Service Options Currency Code

Returns:
java.lang.String
 o getServiceOptionsValue
 public String getServiceOptionsValue()
Returns the instance variable value for RatedPackage Service Options Charge

Returns:
java.lang.String
 o getTotalCurrencyCode
 public String getTotalCurrencyCode()
Returns the instance variable value for RatedPackage Total Charge Currency Code

Returns:
java.lang.String
 o getTotalValue
 public String getTotalValue()
Returns the instance variable value for RatedPackage Total Charge

Returns:
java.lang.String
 o getTransportationCurrencyCode
 public String getTransportationCurrencyCode()
Returns the instance variable value for RatedPackage Transportation Charge Currency Code

Returns:
java.lang.String
 o getTransportationValue
 public String getTransportationValue()
Returns the instance variable value for RatedPackage Transportation Charge

Returns:
java.lang.String
 o getWeight
 public String getWeight()
Returns the instance variable value for RatedPackage Weight

Returns:
java.lang.String
 o setBillingWeight
 public void setBillingWeight(String newBillingWeight)
Sets the instance variable value for RatedPackage Billing Weight

Returns:
java.lang.String
 o setBillingWeightUOMCode
 public void setBillingWeightUOMCode(String newBillingWeightUOMCode)
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Code

Returns:
java.lang.String
 o setBillingWeightUOMDesc
 public void setBillingWeightUOMDesc(String newBillingWeightUOMDesc)
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Description

Returns:
java.lang.String
 o setReferenceNumbers
 public void setReferenceNumbers(Vector newReferenceNumbers)
Sets the instance variable value for RatedPackage Reference Numbers

Parameters:
newReferenceNumbers - java.util.Vector
 o setServiceOptionsCurrencyCode
 public void setServiceOptionsCurrencyCode(String newServiceOptionsCurrencyCode)
Sets the instance variable value for RatedPackage Service Options Currency Code

Parameters:
newServiceOptionsCurrencyCode - java.lang.String
 o setServiceOptionsValue
 public void setServiceOptionsValue(String newServiceOptionsValue)
Sets the instance variable value for RatedPackage Service Options Charge

Parameters:
newServiceOptionsValue - java.lang.String
 o setTotalCurrencyCode
 public void setTotalCurrencyCode(String newTotalCurrencyCode)
Sets the instance variable value for RatedPackage Total Charges Currency Code

Parameters:
newTotalCurrencyCode - java.lang.String
 o setTotalValue
 public void setTotalValue(String newTotalValue)
Sets the instance variable value for RatedPackage Total Charge

Parameters:
newTotalValue - java.lang.String
 o setTransportationCurrencyCode
 public void setTransportationCurrencyCode(String newTransportationCurrencyCode)
Sets the instance variable value for RatedPackage Transportation Charge Currency Code

Parameters:
newTransportationCurrencyCode - java.lang.String
 o setTransportationValue
 public void setTransportationValue(String newTransportationValue)
Sets the instance variable value for RatedPackage Transportation Charges

Parameters:
newTransportationValue - java.lang.String
 o setWeight
 public void setWeight(String newWeight)
Sets the instance variable value for RatedPackage Weight

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index