org.ota.air
Class GlobalDirectionGroup

java.lang.Object
  extended by org.ota.air.GlobalDirectionGroup

public class GlobalDirectionGroup
extends java.lang.Object

The global direction and maximum permitted miles for the fare. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GlobalDirectionGroup">
   <xs:attribute type="ns:GlobalIndicatorType" use="optional" name="GlobalIndicatorCode"/>
   <xs:attribute type="xs:int" use="optional" name="MaximumPermittedMileage"/>
   <xs:attribute type="xs:boolean" use="optional" name="IncludeIndicator"/>
 </xs:attributeGroup>
 


Constructor Summary
GlobalDirectionGroup()
           
 
Method Summary
 GlobalIndicator getGlobalIndicatorCode()
          Get the 'GlobalIndicatorCode' attribute value.
 java.lang.Boolean getIncludeIndicator()
          Get the 'IncludeIndicator' attribute value.
 java.lang.Integer getMaximumPermittedMileage()
          Get the 'MaximumPermittedMileage' attribute value.
 void setGlobalIndicatorCode(GlobalIndicator globalIndicatorCode)
          Set the 'GlobalIndicatorCode' attribute value.
 void setIncludeIndicator(java.lang.Boolean includeIndicator)
          Set the 'IncludeIndicator' attribute value.
 void setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
          Set the 'MaximumPermittedMileage' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalDirectionGroup

public GlobalDirectionGroup()
Method Detail

getGlobalIndicatorCode

public GlobalIndicator getGlobalIndicatorCode()
Get the 'GlobalIndicatorCode' attribute value. Indicates the global direction.

Returns:
value

setGlobalIndicatorCode

public void setGlobalIndicatorCode(GlobalIndicator globalIndicatorCode)
Set the 'GlobalIndicatorCode' attribute value. Indicates the global direction.

Parameters:
globalIndicatorCode -

getMaximumPermittedMileage

public java.lang.Integer getMaximumPermittedMileage()
Get the 'MaximumPermittedMileage' attribute value. The maximum mileage (in miles) that can be travelled under this contract.

Returns:
value

setMaximumPermittedMileage

public void setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
Set the 'MaximumPermittedMileage' attribute value. The maximum mileage (in miles) that can be travelled under this contract.

Parameters:
maximumPermittedMileage -

getIncludeIndicator

public java.lang.Boolean getIncludeIndicator()
Get the 'IncludeIndicator' attribute value. When true, the global direction can be used for travel. When false, the global direction cannot be used for travel.

Returns:
value

setIncludeIndicator

public void setIncludeIndicator(java.lang.Boolean includeIndicator)
Set the 'IncludeIndicator' attribute value. When true, the global direction can be used for travel. When false, the global direction cannot be used for travel.

Parameters:
includeIndicator -