|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.AgentCommissionGroup
public class AgentCommissionGroup
Defines the fee earned by the agent for the booking. 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="AgentCommissionGroup">
<xs:attribute type="xs:string" use="optional" name="Description"/>
<xs:attribute type="xs:float" use="optional" name="Rate"/>
<xs:attribute use="optional" name="CommissionType">
<xs:simpleType>
<!-- Reference to inner class Commission -->
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
AgentCommissionGroup.Commission
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
AgentCommissionGroup()
|
|
| Method Summary | |
|---|---|
AgentCommissionGroup.Commission |
getCommission()
Get the 'CommissionType' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.Float |
getRate()
Get the 'Rate' attribute value. |
void |
setCommission(AgentCommissionGroup.Commission commission)
Set the 'CommissionType' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setRate(java.lang.Float rate)
Set the 'Rate' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentCommissionGroup()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.Float getRate()
public void setRate(java.lang.Float rate)
rate - public AgentCommissionGroup.Commission getCommission()
public void setCommission(AgentCommissionGroup.Commission commission)
commission - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||