|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.TravelDateTime
org.ota.shared.OriginDestinationInformation
org.ota.air.AvailRQ.OriginDestinationInformation
public static class AvailRQ.OriginDestinationInformation
Information on the locations between which availability is to be checked. 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="OriginDestinationInformation" maxOccurs="99"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:OriginDestinationInformationType"> <xs:sequence> <xs:element name="SpecificFlightInfo" minOccurs="0"> <!-- Reference to inner class SpecificFlightInfo --> </xs:element> <xs:element type="ns:AirSearchPrefsType" name="TravelPreferences" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="SameAirportInd"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AvailRQ.OriginDestinationInformation.SpecificFlightInfo
To specify a flight for this origin and destination for which availability is to be checked. |
Nested classes/interfaces inherited from class org.ota.shared.OriginDestinationInformation |
---|
OriginDestinationInformation.ConnectionLocations |
Constructor Summary | |
---|---|
AvailRQ.OriginDestinationInformation()
|
Method Summary | |
---|---|
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
java.lang.Boolean |
getSameAirportInd()
Get the 'SameAirportInd' attribute value. |
AvailRQ.OriginDestinationInformation.SpecificFlightInfo |
getSpecificFlightInfo()
Get the 'SpecificFlightInfo' element value. |
AirSearchPrefs |
getTravelPreferences()
Get the 'TravelPreferences' element value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setSameAirportInd(java.lang.Boolean sameAirportInd)
Set the 'SameAirportInd' attribute value. |
void |
setSpecificFlightInfo(AvailRQ.OriginDestinationInformation.SpecificFlightInfo specificFlightInfo)
Set the 'SpecificFlightInfo' element value. |
void |
setTravelPreferences(AirSearchPrefs travelPreferences)
Set the 'TravelPreferences' element value. |
Methods inherited from class org.ota.shared.TravelDateTime |
---|
clearChoiceSelect, getArrivalDateTime, getDepartureDateTime, ifArrivalDateTime, ifDepartureDateTime, setArrivalDateTime, setDepartureDateTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailRQ.OriginDestinationInformation()
Method Detail |
---|
public AvailRQ.OriginDestinationInformation.SpecificFlightInfo getSpecificFlightInfo()
public void setSpecificFlightInfo(AvailRQ.OriginDestinationInformation.SpecificFlightInfo specificFlightInfo)
specificFlightInfo
- public AirSearchPrefs getTravelPreferences()
public void setTravelPreferences(AirSearchPrefs travelPreferences)
travelPreferences
- public java.lang.Boolean getSameAirportInd()
public void setSameAirportInd(java.lang.Boolean sameAirportInd)
sameAirportInd
- 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 |