|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.ItineraryItemResponse
public class ItineraryItemResponse
Response data for any valid item of inventory. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ItineraryItemResponseType">
<xs:choice>
<xs:element name="Accommodation">
<!-- Reference to inner class Accommodation -->
</xs:element>
<xs:element type="ns:PkgFlightSegmentType" name="Flight"/>
<xs:element name="RentalCar">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleRentalCoreType">
<xs:attribute type="xs:string" use="optional" name="RPH"/>
<xs:attribute type="xs:string" use="optional" name="Name"/>
<xs:attribute type="xs:string" use="optional" name="Code"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attributeGroup ref="ns:PackageItemPositionGroup"/>
<xs:attribute type="xs:string" use="optional" name="RPH"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PackageItemPositionGroup">
<xs:attribute type="xs:string" use="optional" name="ItinerarySequence"/>
<xs:attribute type="xs:string" use="optional" name="ChronologicalSequence"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
ItineraryItemResponse.Accommodation
Defines an accommodation component of a package holiday. |
| Constructor Summary | |
|---|---|
ItineraryItemResponse()
|
|
| Method Summary | |
|---|---|
void |
clearChoiceSelect()
Clear the choice selection. |
ItineraryItemResponse.Accommodation |
getAccommodation()
Get the 'Accommodation' element value. |
java.lang.String |
getChronologicalSequence()
Get the 'ChronologicalSequence' attribute value. |
PkgFlightSegment |
getFlight()
Get the 'Flight' element value. |
java.lang.String |
getItinerarySequence()
Get the 'ItinerarySequence' attribute value. |
java.lang.String |
getRentalCarCode()
Get the 'Code' attribute value. |
java.lang.String |
getRentalCarName()
Get the 'Name' attribute value. |
java.lang.String |
getRentalCarRPH()
Get the 'RPH' attribute value. |
VehicleRentalCore |
getRentalCarVehicleRentalCore()
Get the extension value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
boolean |
ifAccommodation()
Check if Accommodation is current selection for choice. |
boolean |
ifFlight()
Check if Flight is current selection for choice. |
boolean |
ifRentalCar()
Check if RentalCar is current selection for choice. |
void |
setAccommodation(ItineraryItemResponse.Accommodation accommodation)
Set the 'Accommodation' element value. |
void |
setChronologicalSequence(java.lang.String chronologicalSequence)
Set the 'ChronologicalSequence' attribute value. |
void |
setFlight(PkgFlightSegment flight)
Set the 'Flight' element value. |
void |
setItinerarySequence(java.lang.String itinerarySequence)
Set the 'ItinerarySequence' attribute value. |
void |
setRentalCarCode(java.lang.String rentalCarCode)
Set the 'Code' attribute value. |
void |
setRentalCarName(java.lang.String rentalCarName)
Set the 'Name' attribute value. |
void |
setRentalCarRPH(java.lang.String rentalCarRPH)
Set the 'RPH' attribute value. |
void |
setRentalCarVehicleRentalCore(VehicleRentalCore rentalCarVehicleRentalCore)
Set the extension value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItineraryItemResponse()
| Method Detail |
|---|
public void clearChoiceSelect()
public boolean ifAccommodation()
true if selection, false if notpublic ItineraryItemResponse.Accommodation getAccommodation()
public void setAccommodation(ItineraryItemResponse.Accommodation accommodation)
accommodation - public boolean ifFlight()
true if selection, false if notpublic PkgFlightSegment getFlight()
public void setFlight(PkgFlightSegment flight)
flight - public boolean ifRentalCar()
true if selection, false if notpublic VehicleRentalCore getRentalCarVehicleRentalCore()
public void setRentalCarVehicleRentalCore(VehicleRentalCore rentalCarVehicleRentalCore)
rentalCarVehicleRentalCore - public java.lang.String getRentalCarRPH()
public void setRentalCarRPH(java.lang.String rentalCarRPH)
rentalCarRPH - public java.lang.String getRentalCarName()
public void setRentalCarName(java.lang.String rentalCarName)
rentalCarName - public java.lang.String getRentalCarCode()
public void setRentalCarCode(java.lang.String rentalCarCode)
rentalCarCode - public java.lang.String getItinerarySequence()
public void setItinerarySequence(java.lang.String itinerarySequence)
itinerarySequence - public java.lang.String getChronologicalSequence()
public void setChronologicalSequence(java.lang.String chronologicalSequence)
chronologicalSequence - public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||