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.
-
RatedPackage()
-
-
getBillingWeight()
-
Returns the instance variable value for RatedPackage Billing Weight.
-
getBillingWeightUOMCode()
-
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
-
getBillingWeightUOMDesc()
-
Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
-
getReferenceNumbers()
-
Returns the instance variable value for RatedPackage Reference Numbers
-
getServiceOptionsCurrencyCode()
-
Returns the instance variable value for RatedPackage Service Options Currency Code
-
getServiceOptionsValue()
-
Returns the instance variable value for RatedPackage Service Options Charge
-
getTotalCurrencyCode()
-
Returns the instance variable value for RatedPackage Total Charge Currency Code
-
getTotalValue()
-
Returns the instance variable value for RatedPackage Total Charge
-
getTransportationCurrencyCode()
-
Returns the instance variable value for RatedPackage Transportation Charge Currency Code
-
getTransportationValue()
-
Returns the instance variable value for RatedPackage Transportation Charge
-
getWeight()
-
Returns the instance variable value for RatedPackage Weight
-
setBillingWeight(String)
-
Sets the instance variable value for RatedPackage Billing Weight
-
setBillingWeightUOMCode(String)
-
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
-
setBillingWeightUOMDesc(String)
-
Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
-
setReferenceNumbers(Vector)
-
Sets the instance variable value for RatedPackage Reference Numbers
-
setServiceOptionsCurrencyCode(String)
-
Sets the instance variable value for RatedPackage Service Options Currency Code
-
setServiceOptionsValue(String)
-
Sets the instance variable value for RatedPackage Service Options Charge
-
setTotalCurrencyCode(String)
-
Sets the instance variable value for RatedPackage Total Charges Currency Code
-
setTotalValue(String)
-
Sets the instance variable value for RatedPackage Total Charge
-
setTransportationCurrencyCode(String)
-
Sets the instance variable value for RatedPackage Transportation Charge Currency Code
-
setTransportationValue(String)
-
Sets the instance variable value for RatedPackage Transportation Charges
-
setWeight(String)
-
Sets the instance variable value for RatedPackage Weight
-
toString()
- Returns a String representation of the ShipmentNotification's state, token delimeted (=).
RatedPackage
public RatedPackage()
getBillingWeight
public String getBillingWeight()
- Returns the instance variable value for RatedPackage Billing Weight.
- Returns:
- java.lang.String
getBillingWeightUOMCode
public String getBillingWeightUOMCode()
- Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
- Returns:
- java.lang.String
getBillingWeightUOMDesc
public String getBillingWeightUOMDesc()
- Returns the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
- Returns:
- java.lang.String
getReferenceNumbers
public Vector getReferenceNumbers()
- Returns the instance variable value for RatedPackage Reference Numbers
- Returns:
- java.util.Vector
getServiceOptionsCurrencyCode
public String getServiceOptionsCurrencyCode()
- Returns the instance variable value for RatedPackage Service Options Currency Code
- Returns:
- java.lang.String
getServiceOptionsValue
public String getServiceOptionsValue()
- Returns the instance variable value for RatedPackage Service Options Charge
- Returns:
- java.lang.String
getTotalCurrencyCode
public String getTotalCurrencyCode()
- Returns the instance variable value for RatedPackage Total Charge Currency Code
- Returns:
- java.lang.String
getTotalValue
public String getTotalValue()
- Returns the instance variable value for RatedPackage Total Charge
- Returns:
- java.lang.String
getTransportationCurrencyCode
public String getTransportationCurrencyCode()
- Returns the instance variable value for RatedPackage Transportation Charge Currency Code
- Returns:
- java.lang.String
getTransportationValue
public String getTransportationValue()
- Returns the instance variable value for RatedPackage Transportation Charge
- Returns:
- java.lang.String
getWeight
public String getWeight()
- Returns the instance variable value for RatedPackage Weight
- Returns:
- java.lang.String
setBillingWeight
public void setBillingWeight(String newBillingWeight)
- Sets the instance variable value for RatedPackage Billing Weight
- Returns:
- java.lang.String
setBillingWeightUOMCode
public void setBillingWeightUOMCode(String newBillingWeightUOMCode)
- Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Code
- Returns:
- java.lang.String
setBillingWeightUOMDesc
public void setBillingWeightUOMDesc(String newBillingWeightUOMDesc)
- Sets the instance variable value for RatedPackage Billing Weight Unit of Measurement Description
- Returns:
- java.lang.String
setReferenceNumbers
public void setReferenceNumbers(Vector newReferenceNumbers)
- Sets the instance variable value for RatedPackage Reference Numbers
- Parameters:
- newReferenceNumbers - java.util.Vector
setServiceOptionsCurrencyCode
public void setServiceOptionsCurrencyCode(String newServiceOptionsCurrencyCode)
- Sets the instance variable value for RatedPackage Service Options Currency Code
- Parameters:
- newServiceOptionsCurrencyCode - java.lang.String
setServiceOptionsValue
public void setServiceOptionsValue(String newServiceOptionsValue)
- Sets the instance variable value for RatedPackage Service Options Charge
- Parameters:
- newServiceOptionsValue - java.lang.String
setTotalCurrencyCode
public void setTotalCurrencyCode(String newTotalCurrencyCode)
- Sets the instance variable value for RatedPackage Total Charges Currency Code
- Parameters:
- newTotalCurrencyCode - java.lang.String
setTotalValue
public void setTotalValue(String newTotalValue)
- Sets the instance variable value for RatedPackage Total Charge
- Parameters:
- newTotalValue - java.lang.String
setTransportationCurrencyCode
public void setTransportationCurrencyCode(String newTransportationCurrencyCode)
- Sets the instance variable value for RatedPackage Transportation Charge Currency Code
- Parameters:
- newTransportationCurrencyCode - java.lang.String
setTransportationValue
public void setTransportationValue(String newTransportationValue)
- Sets the instance variable value for RatedPackage Transportation Charges
- Parameters:
- newTransportationValue - java.lang.String
setWeight
public void setWeight(String newWeight)
- Sets the instance variable value for RatedPackage Weight
- Parameters:
- newWeight - java.lang.String
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