|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.BookRS
public class BookRS
Confirmation of a package booking. 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_PkgBookRS">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element type="ns:SuccessType" name="Success"/>
<xs:element type="ns:WarningsType" name="Warnings" minOccurs="0"/>
<xs:element type="ns:PkgReservation" name="PackageReservation"/>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:element type="ns:ErrorsType" name="Errors"/>
</xs:choice>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
</xs:element>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SuccessType"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PkgReservation">
<xs:sequence>
<xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
<xs:element type="ns:UniqueID_Type" name="UniqueID"/>
<xs:element type="ns:PackageResponseType" name="Package"/>
<xs:element type="ns:ContactPersonType" name="ContactDetail"/>
<xs:element name="PassengerListItems">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:PkgPassengerListItem" name="PassengerListItem" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OwnInsuranceChoices" minOccurs="0">
<!-- Reference to inner class OwnInsuranceChoices -->
</xs:element>
<xs:element name="TicketingInfo" minOccurs="0">
<!-- Reference to inner class TicketingInfo -->
</xs:element>
<xs:element type="ns:PkgInvoiceDetail" name="InvoiceDetail"/>
<xs:element name="Transactions" minOccurs="0">
<!-- Reference to inner class Transactions -->
</xs:element>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<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 |
BookRS.OwnInsuranceChoices
A collection of insurance policy details supplied by the customers. |
static class |
BookRS.TicketingInfo
Info on ticketing fulfilment, Schema fragment(s) for this class: |
static class |
BookRS.Transactions
Details of each transaction posted against a reservation. |
| Constructor Summary | |
|---|---|
BookRS()
|
|
| Method Summary | |
|---|---|
void |
addPackageReservationPassengerListItem(PkgPassengerListItem item)
Add a 'PassengerListItem' element item. |
void |
clearChoiceSelect()
Clear the choice selection. |
void |
clearPackageReservationPassengerListItems()
Remove all 'PassengerListItem' element items. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Errors |
getErrors()
Get the 'Errors' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
BookRS.OwnInsuranceChoices |
getOwnInsuranceChoices()
Get the 'OwnInsuranceChoices' element value. |
ContactPerson |
getPackageReservationContactDetail()
Get the 'ContactDetail' element value. |
PkgInvoiceDetail |
getPackageReservationInvoiceDetail()
Get the 'InvoiceDetail' element value. |
PackageResponse |
getPackageReservationPackage()
Get the 'Package' element value. |
PkgPassengerListItem |
getPackageReservationPassengerListItem(int index)
Get 'PassengerListItem' element item by position. |
java.util.List<PkgPassengerListItem> |
getPackageReservationPassengerListItems()
Get the list of 'PassengerListItem' element items. |
POS |
getPackageReservationPOS()
Get the 'POS' element value. |
TPAExtensions |
getPackageReservationTPAExtensions()
Get the 'TPA_Extensions' element value. |
UniqueID |
getPackageReservationUniqueID()
Get the 'UniqueID' element value. |
BookRS.TicketingInfo |
getTicketingInfo()
Get the 'TicketingInfo' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
BookRS.Transactions |
getTransactions()
Get the 'Transactions' element value. |
Warnings |
getWarnings()
Get the 'Warnings' element value. |
boolean |
ifErrors()
Check if Errors is current selection for choice. |
boolean |
ifSuccess()
Check if Success is current selection for choice. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setOwnInsuranceChoices(BookRS.OwnInsuranceChoices ownInsuranceChoices)
Set the 'OwnInsuranceChoices' element value. |
void |
setPackageReservationContactDetail(ContactPerson packageReservationContactDetail)
Set the 'ContactDetail' element value. |
void |
setPackageReservationInvoiceDetail(PkgInvoiceDetail packageReservationInvoiceDetail)
Set the 'InvoiceDetail' element value. |
void |
setPackageReservationPackage(PackageResponse packageReservationPackage)
Set the 'Package' element value. |
void |
setPackageReservationPassengerListItems(java.util.List<PkgPassengerListItem> list)
Set the list of 'PassengerListItem' element items. |
void |
setPackageReservationPOS(POS packageReservationPOS)
Set the 'POS' element value. |
void |
setPackageReservationTPAExtensions(TPAExtensions packageReservationTPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setPackageReservationUniqueID(UniqueID packageReservationUniqueID)
Set the 'UniqueID' element value. |
void |
setTicketingInfo(BookRS.TicketingInfo ticketingInfo)
Set the 'TicketingInfo' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setTransactions(BookRS.Transactions transactions)
Set the 'Transactions' element value. |
void |
setWarnings(Warnings warnings)
Set the 'Warnings' element value. |
int |
sizePackageReservationPassengerListItems()
Get the number of 'PassengerListItem' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookRS()
| Method Detail |
|---|
public void clearChoiceSelect()
public boolean ifSuccess()
true if selection, false if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings - public POS getPackageReservationPOS()
public void setPackageReservationPOS(POS packageReservationPOS)
packageReservationPOS - public UniqueID getPackageReservationUniqueID()
public void setPackageReservationUniqueID(UniqueID packageReservationUniqueID)
packageReservationUniqueID - public PackageResponse getPackageReservationPackage()
public void setPackageReservationPackage(PackageResponse packageReservationPackage)
packageReservationPackage - public ContactPerson getPackageReservationContactDetail()
public void setPackageReservationContactDetail(ContactPerson packageReservationContactDetail)
packageReservationContactDetail - public java.util.List<PkgPassengerListItem> getPackageReservationPassengerListItems()
public void setPackageReservationPassengerListItems(java.util.List<PkgPassengerListItem> list)
list - public int sizePackageReservationPassengerListItems()
public void addPackageReservationPassengerListItem(PkgPassengerListItem item)
item - public PkgPassengerListItem getPackageReservationPassengerListItem(int index)
index -
public void clearPackageReservationPassengerListItems()
public BookRS.OwnInsuranceChoices getOwnInsuranceChoices()
public void setOwnInsuranceChoices(BookRS.OwnInsuranceChoices ownInsuranceChoices)
ownInsuranceChoices - public BookRS.TicketingInfo getTicketingInfo()
public void setTicketingInfo(BookRS.TicketingInfo ticketingInfo)
ticketingInfo - public PkgInvoiceDetail getPackageReservationInvoiceDetail()
public void setPackageReservationInvoiceDetail(PkgInvoiceDetail packageReservationInvoiceDetail)
packageReservationInvoiceDetail - public BookRS.Transactions getTransactions()
public void setTransactions(BookRS.Transactions transactions)
transactions - public TPAExtensions getPackageReservationTPAExtensions()
public void setPackageReservationTPAExtensions(TPAExtensions packageReservationTPAExtensions)
packageReservationTPAExtensions - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public boolean ifErrors()
true if selection, false if notpublic Errors getErrors()
public void setErrors(Errors errors)
errors - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes - public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||