org.ota.air
Class LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo

java.lang.Object
  extended by org.ota.air.LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo
Enclosing class:
LowFareSearchRQ.OriginDestinationInformation

public static class LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo
extends java.lang.Object

Specifies alternate location(s) for the origin and/or destination. 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="AlternateLocationInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="OriginLocation"/>
     <xs:attribute type="xs:string" use="optional" name="DestinationLocation"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo()
           
 
Method Summary
 java.lang.String getDestinationLocation()
          Get the 'DestinationLocation' attribute value.
 java.lang.String getOriginLocation()
          Get the 'OriginLocation' attribute value.
 void setDestinationLocation(java.lang.String destinationLocation)
          Set the 'DestinationLocation' attribute value.
 void setOriginLocation(java.lang.String originLocation)
          Set the 'OriginLocation' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo

public LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo()
Method Detail

getOriginLocation

public java.lang.String getOriginLocation()
Get the 'OriginLocation' attribute value. Specifies alternate airport/city codes for the origin location.

Returns:
value

setOriginLocation

public void setOriginLocation(java.lang.String originLocation)
Set the 'OriginLocation' attribute value. Specifies alternate airport/city codes for the origin location.

Parameters:
originLocation -

getDestinationLocation

public java.lang.String getDestinationLocation()
Get the 'DestinationLocation' attribute value. Specifies alternate airport/city codes for the destination location.

Returns:
value

setDestinationLocation

public void setDestinationLocation(java.lang.String destinationLocation)
Set the 'DestinationLocation' attribute value. Specifies alternate airport/city codes for the destination location.

Parameters:
destinationLocation -