org.ota.air
Class Fare.ExchangeInfo.CouponInfo

java.lang.Object
  extended by org.ota.air.Fare.ExchangeInfo.CouponInfo
Enclosing class:
Fare.ExchangeInfo

public static class Fare.ExchangeInfo.CouponInfo
extends java.lang.Object

Optional information on coupon numbers being exchanged. 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="CouponInfo" minOccurs="0" maxOccurs="4">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="Number"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Fare.ExchangeInfo.CouponInfo()
           
 
Method Summary
 java.lang.Integer getNumber()
          Get the 'Number' attribute value.
 void setNumber(java.lang.Integer number)
          Set the 'Number' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fare.ExchangeInfo.CouponInfo

public Fare.ExchangeInfo.CouponInfo()
Method Detail

getNumber

public java.lang.Integer getNumber()
Get the 'Number' attribute value. The applicable coupon number.

Returns:
value

setNumber

public void setNumber(java.lang.Integer number)
Set the 'Number' attribute value. The applicable coupon number.

Parameters:
number -