|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo
public static class LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo
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 |
|---|
public LowFareSearchRQ.OriginDestinationInformation.AlternateLocationInfo()
| Method Detail |
|---|
public java.lang.String getOriginLocation()
public void setOriginLocation(java.lang.String originLocation)
originLocation - public java.lang.String getDestinationLocation()
public void setDestinationLocation(java.lang.String destinationLocation)
destinationLocation -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||