|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref
public static class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref
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 |
|---|
public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref()
| Method Detail |
|---|
public java.lang.Float getAmount()
public void setAmount(java.lang.Float amount)
amount - public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
currency - public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||