|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.AvailRS
public class AvailRS
The message details the availability of 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_PkgAvailRS">
<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" minOccurs="0">
<!-- Reference to inner class _package -->
</xs:element>
<xs:element name="TravelChoices" minOccurs="0">
<!-- Reference to inner class TravelChoices -->
</xs:element>
<xs:element name="AccommodationChoices" minOccurs="0">
<!-- Reference to inner class AccommodationChoices -->
</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 |
AvailRS._package
Details of the requested package. |
static class |
AvailRS.AccommodationChoices
A collection of available properties. |
static class |
AvailRS.TravelChoices
A collection of TravelItem elements. |
| Constructor Summary | |
|---|---|
AvailRS()
|
|
| Method Summary | |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
AvailRS.AccommodationChoices |
getAccommodationChoices()
Get the 'AccommodationChoices' 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. |
AvailRS._package |
getPackage1()
Get the 'Package' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
AvailRS.TravelChoices |
getTravelChoices()
Get the 'TravelChoices' 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 |
setAccommodationChoices(AvailRS.AccommodationChoices accommodationChoices)
Set the 'AccommodationChoices' 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 |
setPackage1(AvailRS._package _package1)
Set the 'Package' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setTravelChoices(AvailRS.TravelChoices travelChoices)
Set the 'TravelChoices' 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 AvailRS()
| Method Detail |
|---|
public void clearChoiceSelect()
public boolean ifSuccess()
true if selection, false if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings - public AvailRS._package getPackage1()
public void setPackage1(AvailRS._package _package1)
_package1 - public AvailRS.TravelChoices getTravelChoices()
public void setTravelChoices(AvailRS.TravelChoices travelChoices)
travelChoices - public AvailRS.AccommodationChoices getAccommodationChoices()
public void setAccommodationChoices(AvailRS.AccommodationChoices accommodationChoices)
accommodationChoices - 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 | ||||||