org.ota.air
Class PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo

java.lang.Object
  extended by org.ota.air.PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo
Enclosing class:
PricedItineraries.PricedItinerary.TicketingInfo

public static class PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo
extends java.lang.Object

Shipping information for the ticket. 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="DeliveryInfo" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="DistribType"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.String getDistrib()
          Get the 'DistribType' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setDistrib(java.lang.String distrib)
          Set the 'DistribType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo

public PricedItineraries.PricedItinerary.TicketingInfo.DeliveryInfo()
Method Detail

getDistrib

public java.lang.String getDistrib()
Get the 'DistribType' attribute value. Specifies the manner in which a ticket will be sent to the traveler. Refer to OpenTravel Code List Distribution Type (DTB).

Returns:
value

setDistrib

public void setDistrib(java.lang.String distrib)
Set the 'DistribType' attribute value. Specifies the manner in which a ticket will be sent to the traveler. Refer to OpenTravel Code List Distribution Type (DTB).

Parameters:
distrib -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. Specifies the cost of the ticket delivery option.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. Specifies the cost of the ticket delivery option.

Parameters:
currencyAmountGroup -