| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg._package.ItineraryItems.ItineraryItem
public static class _package.ItineraryItems.ItineraryItem
Details of a package component. 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" type="ns:ItineraryItemRequestType" name="ItineraryItem" maxOccurs="99"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ItineraryItemRequestType">
   <xs:choice>
     <xs:element type="ns:AccommodationSegmentRequestType" 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:attribute type="xs:string" use="optional" name="RPH"/>
 </xs:complexType>
 
| Nested Class Summary | |
|---|---|
| static class | _package.ItineraryItems.ItineraryItem.AccommodationDetails of an accommodation item requeired in the package Schema fragment(s) for this class: | 
| Constructor Summary | |
|---|---|
| _package.ItineraryItems.ItineraryItem() | |
| Method Summary | |
|---|---|
|  void | clearChoiceSelect()Clear the choice selection. | 
|  _package.ItineraryItems.ItineraryItem.Accommodation | getAccommodation()Get the 'Accommodation' element value. | 
|  PkgFlightSegment | getFlight()Get the 'Flight' element 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(_package.ItineraryItems.ItineraryItem.Accommodation accommodation)Set the 'Accommodation' element value. | 
|  void | setFlight(PkgFlightSegment flight)Set the 'Flight' element 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 _package.ItineraryItems.ItineraryItem()
| Method Detail | 
|---|
public void clearChoiceSelect()
public boolean ifAccommodation()
true if selection, false if notpublic _package.ItineraryItems.ItineraryItem.Accommodation getAccommodation()
public void setAccommodation(_package.ItineraryItems.ItineraryItem.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 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 | ||||||