org.ota.air
Class Fare.ExchangeInfo.OriginalOriginDestination

java.lang.Object
  extended by org.ota.air.Fare.ExchangeInfo.OriginalOriginDestination
Enclosing class:
Fare.ExchangeInfo

public static class Fare.ExchangeInfo.OriginalOriginDestination
extends java.lang.Object

The original origin and destination for exchanged ticket/documents. 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="OriginalOriginDestination" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="OriginCityCode"/>
     <xs:attribute type="xs:string" use="optional" name="DestinationCityCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fare.ExchangeInfo.OriginalOriginDestination()
           
 
Method Summary
 java.lang.String getDestinationCityCode()
          Get the 'DestinationCityCode' attribute value.
 java.lang.String getOriginCityCode()
          Get the 'OriginCityCode' attribute value.
 void setDestinationCityCode(java.lang.String destinationCityCode)
          Set the 'DestinationCityCode' attribute value.
 void setOriginCityCode(java.lang.String originCityCode)
          Set the 'OriginCityCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fare.ExchangeInfo.OriginalOriginDestination

public Fare.ExchangeInfo.OriginalOriginDestination()
Method Detail

getOriginCityCode

public java.lang.String getOriginCityCode()
Get the 'OriginCityCode' attribute value. Origin city code.

Returns:
value

setOriginCityCode

public void setOriginCityCode(java.lang.String originCityCode)
Set the 'OriginCityCode' attribute value. Origin city code.

Parameters:
originCityCode -

getDestinationCityCode

public java.lang.String getDestinationCityCode()
Get the 'DestinationCityCode' attribute value. Destination city code.

Returns:
value

setDestinationCityCode

public void setDestinationCityCode(java.lang.String destinationCityCode)
Set the 'DestinationCityCode' attribute value. Destination city code.

Parameters:
destinationCityCode -