org.ota.misc
Class PurchaseItemRS.PurchaseItemInfo

java.lang.Object
  extended by org.ota.misc.PurchaseItemRS.PurchaseItemInfo
Enclosing class:
PurchaseItemRS

public static class PurchaseItemRS.PurchaseItemInfo
extends java.lang.Object

Information related to the a purchase item request. 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="PurchaseItemInfo" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:OrdersType" name="Orders" minOccurs="0"/>
       <xs:element type="ns:RecipientInfosType" name="RecipientInfos" minOccurs="0"/>
       <xs:element type="ns:PaymentDetailType" name="PaymentInformation" minOccurs="0"/>
       <xs:element name="Comments" minOccurs="0">
         <xs:complexType>
           <xs:sequence>
             <xs:element type="ns:ParagraphType" name="Comment"/>
           </xs:sequence>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PurchaseItemRS.PurchaseItemInfo()
           
 
Method Summary
 Paragraph getComment()
          Get the 'Comment' element value.
 Orders getOrders()
          Get the 'Orders' element value.
 PaymentDetail getPaymentInformation()
          Get the 'PaymentInformation' element value.
 RecipientInfos getRecipientInfos()
          Get the 'RecipientInfos' element value.
 void setComment(Paragraph comment)
          Set the 'Comment' element value.
 void setOrders(Orders orders)
          Set the 'Orders' element value.
 void setPaymentInformation(PaymentDetail paymentInformation)
          Set the 'PaymentInformation' element value.
 void setRecipientInfos(RecipientInfos recipientInfos)
          Set the 'RecipientInfos' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseItemRS.PurchaseItemInfo

public PurchaseItemRS.PurchaseItemInfo()
Method Detail

getOrders

public Orders getOrders()
Get the 'Orders' element value. A collection of orders.

Returns:
value

setOrders

public void setOrders(Orders orders)
Set the 'Orders' element value. A collection of orders.

Parameters:
orders -

getRecipientInfos

public RecipientInfos getRecipientInfos()
Get the 'RecipientInfos' element value. A collection of recipient infos.

Returns:
value

setRecipientInfos

public void setRecipientInfos(RecipientInfos recipientInfos)
Set the 'RecipientInfos' element value. A collection of recipient infos.

Parameters:
recipientInfos -

getPaymentInformation

public PaymentDetail getPaymentInformation()
Get the 'PaymentInformation' element value. Payment information for the purchaser of the order.

Returns:
value

setPaymentInformation

public void setPaymentInformation(PaymentDetail paymentInformation)
Set the 'PaymentInformation' element value. Payment information for the purchaser of the order.

Parameters:
paymentInformation -

getComment

public Paragraph getComment()
Get the 'Comment' element value. Comments pertaining to the orders.

Returns:
value

setComment

public void setComment(Paragraph comment)
Set the 'Comment' element value. Comments pertaining to the orders.

Parameters:
comment -