org.ota.air
Class FareRuleResponseInfo.Routing.Info

java.lang.Object
  extended by org.ota.air.FareRuleResponseInfo.Routing.Info
Enclosing class:
FareRuleResponseInfo.Routing

public static class FareRuleResponseInfo.Routing.Info
extends java.lang.Object

The routing direction and city airports for the direction. 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="Info" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Direction"/>
     <xs:attribute type="xs:string" use="optional" name="Text"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareRuleResponseInfo.Routing.Info()
           
 
Method Summary
 java.lang.String getDirection()
          Get the 'Direction' attribute value.
 java.lang.String getText()
          Get the 'Text' attribute value.
 void setDirection(java.lang.String direction)
          Set the 'Direction' attribute value.
 void setText(java.lang.String text)
          Set the 'Text' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareRuleResponseInfo.Routing.Info

public FareRuleResponseInfo.Routing.Info()
Method Detail

getDirection

public java.lang.String getDirection()
Get the 'Direction' attribute value. The direction of the routing, such as to or from.

Returns:
value

setDirection

public void setDirection(java.lang.String direction)
Set the 'Direction' attribute value. The direction of the routing, such as to or from.

Parameters:
direction -

getText

public java.lang.String getText()
Get the 'Text' attribute value. The routing text associated with the direction.

Returns:
value

setText

public void setText(java.lang.String text)
Set the 'Text' attribute value. The routing text associated with the direction.

Parameters:
text -