|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.DiscountPricingGroup
public class DiscountPricingGroup
The information needed for applying a discount to a fare. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DiscountPricingGroup">
<xs:attribute use="optional" name="Purpose">
<xs:simpleType>
<!-- Reference to inner class Purpose -->
</xs:simpleType>
</xs:attribute>
<xs:attribute use="optional" name="Type">
<xs:simpleType>
<!-- Reference to inner class Type -->
</xs:simpleType>
</xs:attribute>
<xs:attribute use="optional" name="Usage">
<xs:simpleType>
<!-- Reference to inner class Usage -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:string" use="optional" name="Discount"/>
<xs:attribute type="xs:string" use="optional" name="TicketDesignatorCode"/>
<xs:attribute type="xs:string" use="optional" name="Text"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
DiscountPricingGroup.Purpose
Schema fragment(s) for this class: |
static class |
DiscountPricingGroup.Type
Schema fragment(s) for this class: |
static class |
DiscountPricingGroup.Usage
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
DiscountPricingGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDiscount()
Get the 'Discount' attribute value. |
DiscountPricingGroup.Purpose |
getPurpose()
Get the 'Purpose' attribute value. |
java.lang.String |
getText()
Get the 'Text' attribute value. |
java.lang.String |
getTicketDesignatorCode()
Get the 'TicketDesignatorCode' attribute value. |
DiscountPricingGroup.Type |
getType()
Get the 'Type' attribute value. |
DiscountPricingGroup.Usage |
getUsage()
Get the 'Usage' attribute value. |
void |
setDiscount(java.lang.String discount)
Set the 'Discount' attribute value. |
void |
setPurpose(DiscountPricingGroup.Purpose purpose)
Set the 'Purpose' attribute value. |
void |
setText(java.lang.String text)
Set the 'Text' attribute value. |
void |
setTicketDesignatorCode(java.lang.String ticketDesignatorCode)
Set the 'TicketDesignatorCode' attribute value. |
void |
setType(DiscountPricingGroup.Type type)
Set the 'Type' attribute value. |
void |
setUsage(DiscountPricingGroup.Usage usage)
Set the 'Usage' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscountPricingGroup()
| Method Detail |
|---|
public DiscountPricingGroup.Purpose getPurpose()
public void setPurpose(DiscountPricingGroup.Purpose purpose)
purpose - public DiscountPricingGroup.Type getType()
public void setType(DiscountPricingGroup.Type type)
type - public DiscountPricingGroup.Usage getUsage()
public void setUsage(DiscountPricingGroup.Usage usage)
usage - public java.lang.String getDiscount()
public void setDiscount(java.lang.String discount)
discount - public java.lang.String getTicketDesignatorCode()
public void setTicketDesignatorCode(java.lang.String ticketDesignatorCode)
ticketDesignatorCode - public java.lang.String getText()
public void setText(java.lang.String text)
text -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||