|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirProcessingInfoGroup
public class AirProcessingInfoGroup
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 |
|---|
public AirProcessingInfoGroup()
| Method Detail |
|---|
public AirProcessingInfoGroup.TargetSource getTargetSource()
public void setTargetSource(AirProcessingInfoGroup.TargetSource targetSource)
targetSource - public java.lang.Boolean getFlightSvcInfoIndicator()
public void setFlightSvcInfoIndicator(java.lang.Boolean flightSvcInfoIndicator)
flightSvcInfoIndicator - public DisplayOrder getDisplayOrder()
public void setDisplayOrder(DisplayOrder displayOrder)
displayOrder - public java.lang.Boolean getReducedDataIndicator()
public void setReducedDataIndicator(java.lang.Boolean reducedDataIndicator)
reducedDataIndicator - public java.lang.Boolean getBaseFaresOnlyIndicator()
public void setBaseFaresOnlyIndicator(java.lang.Boolean baseFaresOnlyIndicator)
baseFaresOnlyIndicator - public AirProcessingInfoGroup.Search getSearch()
public void setSearch(AirProcessingInfoGroup.Search search)
search - public java.lang.Boolean getAvailabilityIndicator()
public void setAvailabilityIndicator(java.lang.Boolean availabilityIndicator)
availabilityIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||