org.ota.air
Class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation

java.lang.Object
  extended by org.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation
Enclosing class:
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations

public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation
extends java.lang.Object

Include or exclude connection locations 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="ConnectionLocation" maxOccurs="99">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:boolean" use="optional" name="IncludeIndicator"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation()
           
 
Method Summary
 java.lang.Boolean getIncludeIndicator()
          Get the 'IncludeIndicator' attribute value.
 Location getLocation()
          Get the extension value.
 void setIncludeIndicator(java.lang.Boolean includeIndicator)
          Set the 'IncludeIndicator' attribute value.
 void setLocation(Location location)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation

public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.ConnectionLocations.ConnectionLocation()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

public void setLocation(Location location)
Set the extension value.

Parameters:
location -

getIncludeIndicator

public java.lang.Boolean getIncludeIndicator()
Get the 'IncludeIndicator' attribute value. When true, the connection location is allowed. When false, the connection location is not allowed.

Returns:
value

setIncludeIndicator

public void setIncludeIndicator(java.lang.Boolean includeIndicator)
Set the 'IncludeIndicator' attribute value. When true, the connection location is allowed. When false, the connection location is not allowed.

Parameters:
includeIndicator -