org.ota.rail
Class BookRQ.Fulfillment

java.lang.Object
  extended by org.ota.rail.BookRQ.Fulfillment
Enclosing class:
BookRQ

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

Information on the fullfilment of the ticket, that is, who will be issuing 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="Fulfillment" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:AddressType" name="DeliveryAddress" minOccurs="0"/>
       <xs:element type="ns:PersonNameType" name="Name" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
BookRQ.Fulfillment()
           
 
Method Summary
 Address getDeliveryAddress()
          Get the 'DeliveryAddress' element value.
 PersonName getName()
          Get the 'Name' element value.
 void setDeliveryAddress(Address deliveryAddress)
          Set the 'DeliveryAddress' element value.
 void setName(PersonName name)
          Set the 'Name' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookRQ.Fulfillment

public BookRQ.Fulfillment()
Method Detail

getDeliveryAddress

public Address getDeliveryAddress()
Get the 'DeliveryAddress' element value. Address to which the ticket is to be delivered.

Returns:
value

setDeliveryAddress

public void setDeliveryAddress(Address deliveryAddress)
Set the 'DeliveryAddress' element value. Address to which the ticket is to be delivered.

Parameters:
deliveryAddress -

getName

public PersonName getName()
Get the 'Name' element value. Name associated with the issuance of the ticket.

Returns:
value

setName

public void setName(PersonName name)
Set the 'Name' element value. Name associated with the issuance of the ticket.

Parameters:
name -