|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.CostRS
public class CostRS
The message returns a basic costing for a requested 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_PkgCostRS"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element type="ns:SuccessType" name="Success"/> <xs:element type="ns:WarningsType" name="Warnings" minOccurs="0"/> <xs:element name="Package"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:PackageResponseType"> <xs:sequence> <xs:element type="ns:PkgInvoiceDetail" name="CostSummary" minOccurs="0"/> <xs:element name="AcceptedPaymtForms" minOccurs="0"> <!-- Reference to inner class AcceptedPaymtForms --> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="AvailableExtras" minOccurs="0"> <!-- Reference to inner class AvailableExtras --> </xs:element> <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:CompanyID_AttributesGroup"/> <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: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 |
CostRS.AcceptedPaymtForms
Details of the forms of payment accepted for this package. |
static class |
CostRS.AvailableExtras
A collection of extras which are bookable with the selected holiday package. |
Constructor Summary | |
---|---|
CostRS()
|
Method Summary | |
---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
CostRS.AcceptedPaymtForms |
getAcceptedPaymtForms()
Get the 'AcceptedPaymtForms' element value. |
CostRS.AvailableExtras |
getAvailableExtras()
Get the 'AvailableExtras' element value. |
CompanyIDAttributesGroup |
getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Errors |
getErrors()
Get the 'Errors' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
PkgInvoiceDetail |
getPackageCostSummary()
Get the 'CostSummary' element value. |
PackageResponse |
getPackagePackageResponse()
Get the extension value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' 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 |
setAcceptedPaymtForms(CostRS.AcceptedPaymtForms acceptedPaymtForms)
Set the 'AcceptedPaymtForms' element value. |
void |
setAvailableExtras(CostRS.AvailableExtras availableExtras)
Set the 'AvailableExtras' element value. |
void |
setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. |
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 |
setPackageCostSummary(PkgInvoiceDetail _packageCostSummary)
Set the 'CostSummary' element value. |
void |
setPackagePackageResponse(PackageResponse _packagePackageResponse)
Set the extension value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setWarnings(Warnings warnings)
Set the 'Warnings' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CostRS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings
- public PackageResponse getPackagePackageResponse()
public void setPackagePackageResponse(PackageResponse _packagePackageResponse)
_packagePackageResponse
- public PkgInvoiceDetail getPackageCostSummary()
public void setPackageCostSummary(PkgInvoiceDetail _packageCostSummary)
_packageCostSummary
- public CostRS.AcceptedPaymtForms getAcceptedPaymtForms()
public void setAcceptedPaymtForms(CostRS.AcceptedPaymtForms acceptedPaymtForms)
acceptedPaymtForms
- public CostRS.AvailableExtras getAvailableExtras()
public void setAvailableExtras(CostRS.AvailableExtras availableExtras)
availableExtras
- 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 CompanyIDAttributesGroup getCompanyIDAttributesGroup()
public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
companyIDAttributesGroup
- 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 |