org.ota.air
Class TravelerInfoSummary.PriceRequestInformation.Account

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

public static class TravelerInfoSummary.PriceRequestInformation.Account
extends java.lang.Object

Specifies an account code to be used in pricing. 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="required" name="Code"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TravelerInfoSummary.PriceRequestInformation.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

TravelerInfoSummary.PriceRequestInformation.Account

public TravelerInfoSummary.PriceRequestInformation.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.

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.

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 -