org.ota.air
Class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref

java.lang.Object
  extended by org.ota.air.FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref
Enclosing class:
FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity

public static class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref
extends java.lang.Object

Specify a desired reduction amount or percentage for this passenger type 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="ReductionPref" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="Amount"/>
     <xs:attribute type="xs:string" use="optional" name="Currency"/>
     <xs:attribute type="xs:float" use="optional" name="Percent"/>
     <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref()
           
 
Method Summary
 java.lang.Float getAmount()
          Get the 'Amount' attribute value.
 java.lang.String getCurrency()
          Get the 'Currency' attribute value.
 java.lang.Float getPercent()
          Get the 'Percent' attribute value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setAmount(java.lang.Float amount)
          Set the 'Amount' attribute value.
 void setCurrency(java.lang.String currency)
          Set the 'Currency' attribute value.
 void setPercent(java.lang.Float percent)
          Set the 'Percent' attribute value.
 void setPreferLevel(PreferLevel preferLevel)
          Set the 'PreferLevel' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref

public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref()
Method Detail

getAmount

public java.lang.Float getAmount()
Get the 'Amount' attribute value. The desired reduction amount

Returns:
value

setAmount

public void setAmount(java.lang.Float amount)
Set the 'Amount' attribute value. The desired reduction amount

Parameters:
amount -

getCurrency

public java.lang.String getCurrency()
Get the 'Currency' attribute value. The desired reduction currency

Returns:
value

setCurrency

public void setCurrency(java.lang.String currency)
Set the 'Currency' attribute value. The desired reduction currency

Parameters:
currency -

getPercent

public java.lang.Float getPercent()
Get the 'Percent' attribute value. The desired reduction percentage

Returns:
value

setPercent

public void setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. The desired reduction percentage

Parameters:
percent -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value.

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value.

Parameters:
preferLevel -