org.ota.air
Class Fulfillment.Receipt

java.lang.Object
  extended by org.ota.air.Fulfillment.Receipt
Enclosing class:
Fulfillment

public static class Fulfillment.Receipt
extends java.lang.Object

Specifies the requested distribution method for the ticket receipt. 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="Receipt" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" name="DistribType"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fulfillment.Receipt()
           
 
Method Summary
 java.lang.String getDistrib()
          Get the 'DistribType' attribute 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

Fulfillment.Receipt

public Fulfillment.Receipt()
Method Detail

getDistrib

public java.lang.String getDistrib()
Get the 'DistribType' attribute value. Refer to OpenTravel Code List Distribution Type (DTB).

Returns:
value

setDistrib

public void setDistrib(java.lang.String distrib)
Set the 'DistribType' attribute value. Refer to OpenTravel Code List Distribution Type (DTB).

Parameters:
distrib -