|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.PurchaseItemRS.PurchaseItemInfo
public static class PurchaseItemRS.PurchaseItemInfo
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 |
---|
public PurchaseItemRS.PurchaseItemInfo()
Method Detail |
---|
public Orders getOrders()
public void setOrders(Orders orders)
orders
- public RecipientInfos getRecipientInfos()
public void setRecipientInfos(RecipientInfos recipientInfos)
recipientInfos
- public PaymentDetail getPaymentInformation()
public void setPaymentInformation(PaymentDetail paymentInformation)
paymentInformation
- public Paragraph getComment()
public void setComment(Paragraph comment)
comment
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |