|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.PurchaseItemRQ
public class PurchaseItemRQ
Used to electronically purchase various types of items. 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="OTA_PurchaseItemRQ">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
<xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
<xs:element type="ns:OrdersType" name="Orders" minOccurs="0"/>
<xs:element type="ns:RecipientInfosType" name="RecipientInfos" minOccurs="0"/>
<xs:element name="PurchaserInfo" minOccurs="0">
<!-- Reference to inner class PurchaserInfo -->
</xs:element>
<xs:element type="ns:PaymentDetailType" name="PaymentInformation" minOccurs="0"/>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
| Nested Class Summary | |
|---|---|
static class |
PurchaseItemRQ.Comments
A collection of comments. |
static class |
PurchaseItemRQ.PurchaserInfo
Contact and loyalty information for the purchaser of the order(s). |
| Constructor Summary | |
|---|---|
PurchaseItemRQ()
|
|
| Method Summary | |
|---|---|
PurchaseItemRQ.Comments |
getComments()
Get the 'Comments' element value. |
Orders |
getOrders()
Get the 'Orders' element value. |
OTAPayloadStdAttributes |
getPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
PaymentDetail |
getPaymentInformation()
Get the 'PaymentInformation' element value. |
POS |
getPOS()
Get the 'POS' element value. |
PurchaseItemRQ.PurchaserInfo |
getPurchaserInfo()
Get the 'PurchaserInfo' element value. |
RecipientInfos |
getRecipientInfos()
Get the 'RecipientInfos' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setComments(PurchaseItemRQ.Comments comments)
Set the 'Comments' element value. |
void |
setOrders(Orders orders)
Set the 'Orders' element value. |
void |
setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPaymentInformation(PaymentDetail paymentInformation)
Set the 'PaymentInformation' element value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setPurchaserInfo(PurchaseItemRQ.PurchaserInfo purchaserInfo)
Set the 'PurchaserInfo' element value. |
void |
setRecipientInfos(RecipientInfos recipientInfos)
Set the 'RecipientInfos' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PurchaseItemRQ()
| Method Detail |
|---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - public POS getPOS()
public void setPOS(POS POS)
POS - public Orders getOrders()
public void setOrders(Orders orders)
orders - public RecipientInfos getRecipientInfos()
public void setRecipientInfos(RecipientInfos recipientInfos)
recipientInfos - public PurchaseItemRQ.PurchaserInfo getPurchaserInfo()
public void setPurchaserInfo(PurchaseItemRQ.PurchaserInfo purchaserInfo)
purchaserInfo - public PaymentDetail getPaymentInformation()
public void setPaymentInformation(PaymentDetail paymentInformation)
paymentInformation - public PurchaseItemRQ.Comments getComments()
public void setComments(PurchaseItemRQ.Comments comments)
comments - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public OTAPayloadStdAttributes getPayloadStdAttributes()
public void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
payloadStdAttributes -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||