org.ota.shared
Class RecipientInfos.RecipientInfo.ShippingInfo

java.lang.Object
  extended by org.ota.shared.RecipientInfos.RecipientInfo.ShippingInfo
Enclosing class:
RecipientInfos.RecipientInfo

public static class RecipientInfos.RecipientInfo.ShippingInfo
extends java.lang.Object

Informtion pertaining to the shipment of a product to the recipient. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ShippingInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ShippingType"/>
     <xs:attribute type="xs:string" use="optional" name="ShippingCarrier"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RecipientInfos.RecipientInfo.ShippingInfo()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.String getShipping()
          Get the 'ShippingType' attribute value.
 java.lang.String getShippingCarrier()
          Get the 'ShippingCarrier' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setShipping(java.lang.String shipping)
          Set the 'ShippingType' attribute value.
 void setShippingCarrier(java.lang.String shippingCarrier)
          Set the 'ShippingCarrier' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientInfos.RecipientInfo.ShippingInfo

public RecipientInfos.RecipientInfo.ShippingInfo()
Method Detail

getShipping

public java.lang.String getShipping()
Get the 'ShippingType' attribute value. The method of shipment (e.g., air, ground, pickup).

Returns:
value

setShipping

public void setShipping(java.lang.String shipping)
Set the 'ShippingType' attribute value. The method of shipment (e.g., air, ground, pickup).

Parameters:
shipping -

getShippingCarrier

public java.lang.String getShippingCarrier()
Get the 'ShippingCarrier' attribute value. The shipping carrier (e.g., USPS, UPS, FedEx).

Returns:
value

setShippingCarrier

public void setShippingCarrier(java.lang.String shippingCarrier)
Set the 'ShippingCarrier' attribute value. The shipping carrier (e.g., USPS, UPS, FedEx).

Parameters:
shippingCarrier -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. The charges associated with shipment of the item.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. The charges associated with shipment of the item.

Parameters:
currencyAmountGroup -