org.ota.itin
Class ReservationItems.Item

java.lang.Object
  extended by org.ota.itin.TravelSegment
      extended by org.ota.itin.ReservationItems.Item
Enclosing class:
ReservationItems

public static class ReservationItems.Item
extends TravelSegment

A single reservation item (e.g. Hotel, Car, Air, 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="Item" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:TravelSegmentType">
         <xs:attribute type="xs:int" name="ItinSeqNumber"/>
         <xs:attribute type="xs:boolean" name="IsPassive"/>
         <xs:attribute type="xs:boolean" name="IssueBoardingPass"/>
         <xs:attribute type="xs:boolean" name="BoardingPassIssued"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.itin.TravelSegment
TravelSegment._package, TravelSegment.OrginDest, TravelSegment.Reservation, TravelSegment.Seats, TravelSegment.Type
 
Constructor Summary
ReservationItems.Item()
           
 
Method Summary
 java.lang.Boolean getBoardingPassIssued()
          Get the 'BoardingPassIssued' attribute value.
 java.lang.Boolean getIsPassive()
          Get the 'IsPassive' attribute value.
 java.lang.Boolean getIssueBoardingPass()
          Get the 'IssueBoardingPass' attribute value.
 java.lang.Integer getItinSeqNumber()
          Get the 'ItinSeqNumber' attribute value.
 void setBoardingPassIssued(java.lang.Boolean boardingPassIssued)
          Set the 'BoardingPassIssued' attribute value.
 void setIsPassive(java.lang.Boolean isPassive)
          Set the 'IsPassive' attribute value.
 void setIssueBoardingPass(java.lang.Boolean issueBoardingPass)
          Set the 'IssueBoardingPass' attribute value.
 void setItinSeqNumber(java.lang.Integer itinSeqNumber)
          Set the 'ItinSeqNumber' attribute value.
 
Methods inherited from class org.ota.itin.TravelSegment
clearAirSelect, clearChoiceSelect, clearHotelChoiceSelect, getAirDetailedReservation, getAirReservationBookFlightSegment, getAirReservationOrginDest, getAirReservationTPAExtensions, getGeneralDateTimeSpanGroup, getGeneralDescription, getGeneralTPAExtensions, getGeneralType, getHotelDetailedReservation, getHotelTPAExtensions, getPackage1, getReservation, getRPH, getSeats, getStatus, getTourDateTimeSpanGroup, getTourDescription, getTourID, getTourTPAExtensions, getTPAExtensions, getTPAExtensions1, getTPAExtensions2, getVehicle, ifAirDetailedReservation, ifAirReservation, ifAirSelect, ifCruise, ifGeneral, ifHotel, ifHotelDetailedReservation, ifPackage, ifRail, ifReservation, ifTour, ifTPAExtensions2, ifVehicle, setAirDetailedReservation, setAirReservationBookFlightSegment, setAirReservationOrginDest, setAirReservationTPAExtensions, setGeneralDateTimeSpanGroup, setGeneralDescription, setGeneralTPAExtensions, setGeneralType, setHotelDetailedReservation, setHotelTPAExtensions, setPackage1, setReservation, setRPH, setSeats, setStatus, setTourDateTimeSpanGroup, setTourDescription, setTourID, setTourTPAExtensions, setTPAExtensions, setTPAExtensions1, setTPAExtensions2, setVehicle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationItems.Item

public ReservationItems.Item()
Method Detail

getItinSeqNumber

public java.lang.Integer getItinSeqNumber()
Get the 'ItinSeqNumber' attribute value. Number identifying position of reservation item in itinerary.

Returns:
value

setItinSeqNumber

public void setItinSeqNumber(java.lang.Integer itinSeqNumber)
Set the 'ItinSeqNumber' attribute value. Number identifying position of reservation item in itinerary.

Parameters:
itinSeqNumber -

getIsPassive

public java.lang.Boolean getIsPassive()
Get the 'IsPassive' attribute value. When true, indicates that the reservation was completed externally and the information is for reference only. false

Returns:
value

setIsPassive

public void setIsPassive(java.lang.Boolean isPassive)
Set the 'IsPassive' attribute value. When true, indicates that the reservation was completed externally and the information is for reference only. false

Parameters:
isPassive -

getIssueBoardingPass

public java.lang.Boolean getIssueBoardingPass()
Get the 'IssueBoardingPass' attribute value. Can a boarding pass(es) be issued for this Itinerary? True=yes, False=no.

Returns:
value

setIssueBoardingPass

public void setIssueBoardingPass(java.lang.Boolean issueBoardingPass)
Set the 'IssueBoardingPass' attribute value. Can a boarding pass(es) be issued for this Itinerary? True=yes, False=no.

Parameters:
issueBoardingPass -

getBoardingPassIssued

public java.lang.Boolean getBoardingPassIssued()
Get the 'BoardingPassIssued' attribute value. Has a boarding pass(es) been issued for this Itinerary? True=yes, False=no.

Returns:
value

setBoardingPassIssued

public void setBoardingPassIssued(java.lang.Boolean boardingPassIssued)
Set the 'BoardingPassIssued' attribute value. Has a boarding pass(es) been issued for this Itinerary? True=yes, False=no.

Parameters:
boardingPassIssued -