|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.Fare.ExchangeInfo.OriginalOriginDestination
public static class Fare.ExchangeInfo.OriginalOriginDestination
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 |
---|
public Fare.ExchangeInfo.OriginalOriginDestination()
Method Detail |
---|
public java.lang.String getOriginCityCode()
public void setOriginCityCode(java.lang.String originCityCode)
originCityCode
- public java.lang.String getDestinationCityCode()
public void setDestinationCityCode(java.lang.String destinationCityCode)
destinationCityCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |