|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.DemandTicketRQ.CustomDiscountPricing
public static class DemandTicketRQ.CustomDiscountPricing
The information needed when a passenger presents a discount/promotional coupon for a dollar/percentage of the fare or when a passenger qualifies for a percentage discount such as a senior discount. 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="CustomDiscountPricing" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
<xs:attributeGroup ref="ns:DiscountPricingGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
DemandTicketRQ.CustomDiscountPricing()
|
|
| Method Summary | |
|---|---|
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
DiscountPricingGroup |
getDiscountPricingGroup()
Get the 'DiscountPricingGroup' attributeGroup value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setDiscountPricingGroup(DiscountPricingGroup discountPricingGroup)
Set the 'DiscountPricingGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DemandTicketRQ.CustomDiscountPricing()
| Method Detail |
|---|
public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup - public DiscountPricingGroup getDiscountPricingGroup()
public void setDiscountPricingGroup(DiscountPricingGroup discountPricingGroup)
discountPricingGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||