|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.CostRQ
public class CostRQ
A request for a costing of a specific profile of a package. 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_PkgCostRQ">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
<xs:element name="ProvisionalID" minOccurs="0">
<!-- Reference to inner class ProvisionalID -->
</xs:element>
<xs:element type="ns:PackageType" name="PackageRequest"/>
<xs:element name="PassengerListItems" minOccurs="0">
<!-- Reference to inner class PassengerListItems -->
</xs:element>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ns:ReqRespVersion"/>
<xs:attribute type="ns:TransactionActionType" use="required" name="ActionType"/>
</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"/>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReqRespVersion">
<xs:attribute type="xs:string" use="optional" name="ReqRespVersion"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
CostRQ.PassengerListItems
Details of all passengers in a reservation or reservation segment. |
static class |
CostRQ.ProvisionalID
A temporary reference supplied when inventory has been reserved pending booking confirmation. |
| Constructor Summary | |
|---|---|
CostRQ()
|
|
| Method Summary | |
|---|---|
TransactionAction |
getAction()
Get the 'ActionType' attribute value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
_package |
getPackageRequest()
Get the 'PackageRequest' element value. |
CostRQ.PassengerListItems |
getPassengerListItems()
Get the 'PassengerListItems' element value. |
POS |
getPOS()
Get the 'POS' element value. |
CostRQ.ProvisionalID |
getProvisionalID()
Get the 'ProvisionalID' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setAction(TransactionAction action)
Set the 'ActionType' attribute value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPackageRequest(_package packageRequest)
Set the 'PackageRequest' element value. |
void |
setPassengerListItems(CostRQ.PassengerListItems passengerListItems)
Set the 'PassengerListItems' element value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setProvisionalID(CostRQ.ProvisionalID provisionalID)
Set the 'ProvisionalID' element value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CostRQ()
| Method Detail |
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public CostRQ.ProvisionalID getProvisionalID()
public void setProvisionalID(CostRQ.ProvisionalID provisionalID)
provisionalID - public _package getPackageRequest()
public void setPackageRequest(_package packageRequest)
packageRequest - public CostRQ.PassengerListItems getPassengerListItems()
public void setPassengerListItems(CostRQ.PassengerListItems passengerListItems)
passengerListItems - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes - public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion - public TransactionAction getAction()
public void setAction(TransactionAction action)
action -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||