org.ota.air
Class FareDisplayRQ.Account

java.lang.Object
  extended by org.ota.air.FareDisplayRQ.Account
Enclosing class:
FareDisplayRQ

public static class FareDisplayRQ.Account
extends java.lang.Object

Specifies an account code for which fares are requested. 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="Account" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="CodeOnlyFaresInd"/>
     <xs:attribute type="xs:string" use="optional" name="Code"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRQ.Account()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute value.
 java.lang.Boolean getCodeOnlyFaresInd()
          Get the 'CodeOnlyFaresInd' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setCodeOnlyFaresInd(java.lang.Boolean codeOnlyFaresInd)
          Set the 'CodeOnlyFaresInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRQ.Account

public FareDisplayRQ.Account()
Method Detail

getCodeOnlyFaresInd

public java.lang.Boolean getCodeOnlyFaresInd()
Get the 'CodeOnlyFaresInd' attribute value. If true, return only the fares for the specified account code. If false, also return other fares.

Returns:
value

setCodeOnlyFaresInd

public void setCodeOnlyFaresInd(java.lang.Boolean codeOnlyFaresInd)
Set the 'CodeOnlyFaresInd' attribute value. If true, return only the fares for the specified account code. If false, also return other fares.

Parameters:
codeOnlyFaresInd -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. The account code for which fares are requested.

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. The account code for which fares are requested.

Parameters:
code -