All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ups.xmlsdk.xpci.ShipmentCharges

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

public class ShipmentCharges
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 ShipmentCharges()

Method Index

 o getCallTagARSCurrencyCode()
Returns the instance variable value for ShipmentCharges Call Tag ARS Currency Code.
 o getCallTagARSValue()
Returns the instance variable value for ShipmentCharges Call Tag ARS Monetary Value.
 o getHandlingChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Handling Charge Currency Code.
 o getHandlingChargeValue()
Returns the instance variable value for ShipmentCharges Handling Charge Monetary Value.
 o getInsuredValueCharge()
Returns the instance variable value for ShipmentCharges Insured Value Charge.
 o getInsuredValueChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Insured Value Charge Currency Code.
 o getSatDeliveryCharge()
Returns the instance variable value for ShipmentCharges Saturday Delivery Charge.
 o getSatDeliveryChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Saturday Delivery Charge Currency Code.
 o getSatPickupCharge()
Returns the instance variable value for ShipmentCharges Saturday Pickup Charge.
 o getSatPickupChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Saturday Pickup Charge Currency Code.
 o getServiceOptionsCurrencyCode()
Returns the instance variable value for ShipmentCharges Service Options Charge Currency Code.
 o getServiceOptionsValue()
Returns the instance variable value for ShipmentCharges Service Options Charge.
 o getShipNotificationCharge()
Returns the instance variable value for ShipmentCharges Shipment Notification Charge.
 o getShipNotificationChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Shipment Notification Charge Currency Code.
 o getTotalCurrencyCode()
Returns the instance variable value for ShipmentCharges Total Charge Currency Code.
 o getTotalValue()
Returns the instance variable value for ShipmentCharges Total Charge.
 o getTransportationCurrencyCode()
Returns the instance variable value for ShipmentCharges Transportation Charge Currency Code.
 o getTransportationValue()
Returns the instance variable value for ShipmentCharges Transportation Charge.
 o setCallTagARSCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Call Tag ARS Currency Code.
 o setCallTagARSValue(String)
Sets the instance variable value for ShipmentCharges Call Tag ARS Charge.
 o setHandlingChargeCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Handling Charge Currency Code.
 o setHandlingChargeValue(String)
Sets the instance variable value for ShipmentCharges Handling Charge
 o setInsuredValueCharge(String)
Sets the instance variable value for ShipmentCharges Insured Value Charge
 o setInsuredValueChargeCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Insured Value Charge Currency Code.
 o setSatDeliveryCharge(String)
Sets the instance variable value for ShipmentCharges Saturday Delivery Charge
 o setSatDeliveryChargeCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Saturday Delivery Charge Currency Code
 o setSatPickupCharge(String)
Sets the instance variable value for ShipmentCharges Saturday Pickup Charge
 o setSatPickupChargeCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Saturday Pickup Charge Currency Code
 o setServiceOptionsCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Service Options Charge Currency Code
 o setServiceOptionsValue(String)
Sets the instance variable value for ShipmentCharges Service Options Value
 o setShipNotificationCharge(String)
Sets the instance variable value for ShipmentCharges Shipment Notification Charge
 o setShipNotificationChargeCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Shipment Notification Charge Currency Code
 o setTotalCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Total Charges Currency Code
 o setTotalValue(String)
Sets the instance variable value for ShipmentCharges Total Charges
 o setTransportationCurrencyCode(String)
Sets the instance variable value for ShipmentCharges Transportation Charges Currency Code
 o setTransportationValue(String)
Sets the instance variable value for ShipmentCharges Transportation Charges
 o toString()
Returns a String representation of the ShipmentNotification's state, token delimeted (=).

Constructors

 o ShipmentCharges
 public ShipmentCharges()

Methods

 o getCallTagARSCurrencyCode
 public String getCallTagARSCurrencyCode()
Returns the instance variable value for ShipmentCharges Call Tag ARS Currency Code.

Returns:
java.lang.String
 o getCallTagARSValue
 public String getCallTagARSValue()
Returns the instance variable value for ShipmentCharges Call Tag ARS Monetary Value.

Returns:
java.lang.String
 o getHandlingChargeCurrencyCode
 public String getHandlingChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Handling Charge Currency Code.

Returns:
java.lang.String
 o getHandlingChargeValue
 public String getHandlingChargeValue()
Returns the instance variable value for ShipmentCharges Handling Charge Monetary Value.

Returns:
java.lang.String
 o getInsuredValueCharge
 public String getInsuredValueCharge()
Returns the instance variable value for ShipmentCharges Insured Value Charge.

Returns:
java.lang.String
 o getInsuredValueChargeCurrencyCode
 public String getInsuredValueChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Insured Value Charge Currency Code.

Returns:
java.lang.String
 o getSatDeliveryCharge
 public String getSatDeliveryCharge()
Returns the instance variable value for ShipmentCharges Saturday Delivery Charge.

Returns:
java.lang.String
 o getSatDeliveryChargeCurrencyCode
 public String getSatDeliveryChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Saturday Delivery Charge Currency Code.

Returns:
java.lang.String
 o getSatPickupCharge
 public String getSatPickupCharge()
Returns the instance variable value for ShipmentCharges Saturday Pickup Charge.

Returns:
java.lang.String
 o getSatPickupChargeCurrencyCode
 public String getSatPickupChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Saturday Pickup Charge Currency Code.

Returns:
java.lang.String
 o getServiceOptionsCurrencyCode
 public String getServiceOptionsCurrencyCode()
Returns the instance variable value for ShipmentCharges Service Options Charge Currency Code.

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

Returns:
java.lang.String
 o getShipNotificationCharge
 public String getShipNotificationCharge()
Returns the instance variable value for ShipmentCharges Shipment Notification Charge.

Returns:
java.lang.String
 o getShipNotificationChargeCurrencyCode
 public String getShipNotificationChargeCurrencyCode()
Returns the instance variable value for ShipmentCharges Shipment Notification Charge Currency Code.

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

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

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

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

Returns:
java.lang.String
 o setCallTagARSCurrencyCode
 public void setCallTagARSCurrencyCode(String newCallTagARSCurrencyCode)
Sets the instance variable value for ShipmentCharges Call Tag ARS Currency Code.

Parameters:
newCallTagARSCurrencyCode - java.lang.String
 o setCallTagARSValue
 public void setCallTagARSValue(String newCallTagARSValue)
Sets the instance variable value for ShipmentCharges Call Tag ARS Charge.

Parameters:
newCallTagARSValue - java.lang.String
 o setHandlingChargeCurrencyCode
 public void setHandlingChargeCurrencyCode(String newHandlingChargeCurrencyCode)
Sets the instance variable value for ShipmentCharges Handling Charge Currency Code.

Parameters:
newHandlingChargeCurrencyCode - java.lang.String
 o setHandlingChargeValue
 public void setHandlingChargeValue(String newHandlingChargeValue)
Sets the instance variable value for ShipmentCharges Handling Charge

Parameters:
newHandlingChargeValue - java.lang.String
 o setInsuredValueCharge
 public void setInsuredValueCharge(String newInsuredValueCharge)
Sets the instance variable value for ShipmentCharges Insured Value Charge

Parameters:
newInsuredValueCharge - java.lang.String
 o setInsuredValueChargeCurrencyCode
 public void setInsuredValueChargeCurrencyCode(String newInsuredValueChargeCurrencyCode)
Sets the instance variable value for ShipmentCharges Insured Value Charge Currency Code.

Parameters:
newInsuredValueChargeCurrencyCode - java.lang.String
 o setSatDeliveryCharge
 public void setSatDeliveryCharge(String newSatDeliveryCharge)
Sets the instance variable value for ShipmentCharges Saturday Delivery Charge

Parameters:
newSatDeliveryCharge - java.lang.String
 o setSatDeliveryChargeCurrencyCode
 public void setSatDeliveryChargeCurrencyCode(String newSatDeliveryChargeCurrencyCode)
Sets the instance variable value for ShipmentCharges Saturday Delivery Charge Currency Code

Parameters:
newSatDeliveryChargeCurrencyCode - java.lang.String
 o setSatPickupCharge
 public void setSatPickupCharge(String newSatPickupCharge)
Sets the instance variable value for ShipmentCharges Saturday Pickup Charge

Parameters:
newSatPickupCharge - java.lang.String
 o setSatPickupChargeCurrencyCode
 public void setSatPickupChargeCurrencyCode(String newSatPickupChargeCurrencyCode)
Sets the instance variable value for ShipmentCharges Saturday Pickup Charge Currency Code

Parameters:
newSatPickupChargeCurrencyCode - java.lang.String
 o setServiceOptionsCurrencyCode
 public void setServiceOptionsCurrencyCode(String newServiceOptionsCurrencyCode)
Sets the instance variable value for ShipmentCharges Service Options Charge Currency Code

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

Parameters:
newServiceOptionsValue - java.lang.String
 o setShipNotificationCharge
 public void setShipNotificationCharge(String newShipNotificationCharge)
Sets the instance variable value for ShipmentCharges Shipment Notification Charge

Parameters:
newShipNotificationCharge - java.lang.String
 o setShipNotificationChargeCurrencyCode
 public void setShipNotificationChargeCurrencyCode(String newShipNotificationChargeCurrencyCode)
Sets the instance variable value for ShipmentCharges Shipment Notification Charge Currency Code

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

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

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

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

Parameters:
newTransportationValue - 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