org.ota.air
Class AirProcessingInfoGroup

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

public class AirProcessingInfoGroup
extends java.lang.Object

A collection of information that specifies how the message processing should occur or how the data should be returned. 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="AirProcessingInfoGroup">
   <xs:attribute use="optional" name="TargetSource">
     <xs:simpleType>
       <!-- Reference to inner class TargetSource -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute type="xs:boolean" use="optional" name="FlightSvcInfoIndicator"/>
   <xs:attribute type="ns:DisplayOrderType" use="optional" name="DisplayOrder"/>
   <xs:attribute type="xs:boolean" use="optional" name="ReducedDataIndicator"/>
   <xs:attribute type="xs:boolean" use="optional" name="BaseFaresOnlyIndicator"/>
   <xs:attribute use="optional" name="SearchType">
     <xs:simpleType>
       <!-- Reference to inner class Search -->
     </xs:simpleType>
   </xs:attribute>
   <xs:attribute type="xs:boolean" use="optional" name="AvailabilityIndicator"/>
 </xs:attributeGroup>
 


Nested Class Summary
static class AirProcessingInfoGroup.Search
          Schema fragment(s) for this class:
static class AirProcessingInfoGroup.TargetSource
          Schema fragment(s) for this class:
 
Constructor Summary
AirProcessingInfoGroup()
           
 
Method Summary
 java.lang.Boolean getAvailabilityIndicator()
          Get the 'AvailabilityIndicator' attribute value.
 java.lang.Boolean getBaseFaresOnlyIndicator()
          Get the 'BaseFaresOnlyIndicator' attribute value.
 DisplayOrder getDisplayOrder()
          Get the 'DisplayOrder' attribute value.
 java.lang.Boolean getFlightSvcInfoIndicator()
          Get the 'FlightSvcInfoIndicator' attribute value.
 java.lang.Boolean getReducedDataIndicator()
          Get the 'ReducedDataIndicator' attribute value.
 AirProcessingInfoGroup.Search getSearch()
          Get the 'SearchType' attribute value.
 AirProcessingInfoGroup.TargetSource getTargetSource()
          Get the 'TargetSource' attribute value.
 void setAvailabilityIndicator(java.lang.Boolean availabilityIndicator)
          Set the 'AvailabilityIndicator' attribute value.
 void setBaseFaresOnlyIndicator(java.lang.Boolean baseFaresOnlyIndicator)
          Set the 'BaseFaresOnlyIndicator' attribute value.
 void setDisplayOrder(DisplayOrder displayOrder)
          Set the 'DisplayOrder' attribute value.
 void setFlightSvcInfoIndicator(java.lang.Boolean flightSvcInfoIndicator)
          Set the 'FlightSvcInfoIndicator' attribute value.
 void setReducedDataIndicator(java.lang.Boolean reducedDataIndicator)
          Set the 'ReducedDataIndicator' attribute value.
 void setSearch(AirProcessingInfoGroup.Search search)
          Set the 'SearchType' attribute value.
 void setTargetSource(AirProcessingInfoGroup.TargetSource targetSource)
          Set the 'TargetSource' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirProcessingInfoGroup

public AirProcessingInfoGroup()
Method Detail

getTargetSource

public AirProcessingInfoGroup.TargetSource getTargetSource()
Get the 'TargetSource' attribute value. Specifies to whom the request should be targeted for the information that is to be returned.

Returns:
value

setTargetSource

public void setTargetSource(AirProcessingInfoGroup.TargetSource targetSource)
Set the 'TargetSource' attribute value. Specifies to whom the request should be targeted for the information that is to be returned.

Parameters:
targetSource -

getFlightSvcInfoIndicator

public java.lang.Boolean getFlightSvcInfoIndicator()
Get the 'FlightSvcInfoIndicator' attribute value. If true, flight service information should be returned in the response.

Returns:
value

setFlightSvcInfoIndicator

public void setFlightSvcInfoIndicator(java.lang.Boolean flightSvcInfoIndicator)
Set the 'FlightSvcInfoIndicator' attribute value. If true, flight service information should be returned in the response.

Parameters:
flightSvcInfoIndicator -

getDisplayOrder

public DisplayOrder getDisplayOrder()
Get the 'DisplayOrder' attribute value. Specifies the order in which the information should be returned.

Returns:
value

setDisplayOrder

public void setDisplayOrder(DisplayOrder displayOrder)
Set the 'DisplayOrder' attribute value. Specifies the order in which the information should be returned.

Parameters:
displayOrder -

getReducedDataIndicator

public java.lang.Boolean getReducedDataIndicator()
Get the 'ReducedDataIndicator' attribute value. If true, reduced data should be returned

Returns:
value

setReducedDataIndicator

public void setReducedDataIndicator(java.lang.Boolean reducedDataIndicator)
Set the 'ReducedDataIndicator' attribute value. If true, reduced data should be returned

Parameters:
reducedDataIndicator -

getBaseFaresOnlyIndicator

public java.lang.Boolean getBaseFaresOnlyIndicator()
Get the 'BaseFaresOnlyIndicator' attribute value. If true, only base fare information should be returned

Returns:
value

setBaseFaresOnlyIndicator

public void setBaseFaresOnlyIndicator(java.lang.Boolean baseFaresOnlyIndicator)
Set the 'BaseFaresOnlyIndicator' attribute value. If true, only base fare information should be returned

Parameters:
baseFaresOnlyIndicator -

getSearch

public AirProcessingInfoGroup.Search getSearch()
Get the 'SearchType' attribute value. Specifies (at a high level) the type of search criteria for this request.

Returns:
value

setSearch

public void setSearch(AirProcessingInfoGroup.Search search)
Set the 'SearchType' attribute value. Specifies (at a high level) the type of search criteria for this request.

Parameters:
search -

getAvailabilityIndicator

public java.lang.Boolean getAvailabilityIndicator()
Get the 'AvailabilityIndicator' attribute value. If true, booking class availability should be returned in the response for each of the flight segments.

Returns:
value

setAvailabilityIndicator

public void setAvailabilityIndicator(java.lang.Boolean availabilityIndicator)
Set the 'AvailabilityIndicator' attribute value. If true, booking class availability should be returned in the response for each of the flight segments.

Parameters:
availabilityIndicator -