|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ResRetrieveRS.ReservationsList.PackageReservation
public static class ResRetrieveRS.ReservationsList.PackageReservation
One line in a list of package reservations. It contains the reservation id, departure date and point, destination point, duration, tour and travel codes, flight code, passenger name and number of passengers, and booking status. 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="PackageReservation" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/> <xs:element type="ns:PersonNameType" name="Name" minOccurs="0"/> <xs:element type="ns:LocationType" name="ArrivalLocation" minOccurs="0"/> <xs:element type="ns:LocationType" name="DepartureLocation" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="TravelCode"/> <xs:attribute type="xs:string" use="optional" name="TourCode"/> <xs:attribute type="xs:string" use="optional" name="PackageID"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attributeGroup ref="ns:QuantityGroup"/> <xs:attributeGroup ref="ns:InventoryStatusGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup"> <xs:attribute type="xs:int" use="optional" name="Quantity"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InventoryStatusGroup"> <xs:attribute type="xs:string" use="optional" name="ReservationStatusCode"/> <xs:attribute type="ns:InventoryStatusType" use="optional" name="ReservationStatus"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
ResRetrieveRS.ReservationsList.PackageReservation()
|
Method Summary | |
---|---|
Location |
getArrivalLocation()
Get the 'ArrivalLocation' element value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
Location |
getDepartureLocation()
Get the 'DepartureLocation' element value. |
PersonName |
getName()
Get the 'Name' element value. |
java.lang.String |
getPackageID()
Get the 'PackageID' attribute value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
InventoryStatus |
getReservationStatus()
Get the 'ReservationStatus' attribute value. |
java.lang.String |
getReservationStatusCode()
Get the 'ReservationStatusCode' attribute value. |
java.lang.String |
getTourCode()
Get the 'TourCode' attribute value. |
java.lang.String |
getTravelCode()
Get the 'TravelCode' attribute value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setArrivalLocation(Location arrivalLocation)
Set the 'ArrivalLocation' element value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setDepartureLocation(Location departureLocation)
Set the 'DepartureLocation' element value. |
void |
setName(PersonName name)
Set the 'Name' element value. |
void |
setPackageID(java.lang.String packageID)
Set the 'PackageID' attribute value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setReservationStatus(InventoryStatus reservationStatus)
Set the 'ReservationStatus' attribute value. |
void |
setReservationStatusCode(java.lang.String reservationStatusCode)
Set the 'ReservationStatusCode' attribute value. |
void |
setTourCode(java.lang.String tourCode)
Set the 'TourCode' attribute value. |
void |
setTravelCode(java.lang.String travelCode)
Set the 'TravelCode' attribute value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResRetrieveRS.ReservationsList.PackageReservation()
Method Detail |
---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID
- public PersonName getName()
public void setName(PersonName name)
name
- public Location getArrivalLocation()
public void setArrivalLocation(Location arrivalLocation)
arrivalLocation
- public Location getDepartureLocation()
public void setDepartureLocation(Location departureLocation)
departureLocation
- public java.lang.String getTravelCode()
public void setTravelCode(java.lang.String travelCode)
travelCode
- public java.lang.String getTourCode()
public void setTourCode(java.lang.String tourCode)
tourCode
- public java.lang.String getPackageID()
public void setPackageID(java.lang.String packageID)
packageID
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.String getReservationStatusCode()
public void setReservationStatusCode(java.lang.String reservationStatusCode)
reservationStatusCode
- public InventoryStatus getReservationStatus()
public void setReservationStatus(InventoryStatus reservationStatus)
reservationStatus
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |