|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.DemandTicketRQ.Commission
public static class DemandTicketRQ.Commission
Information specifying the commission to be paid. 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="Commission" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:float" use="optional" name="Percent"/> <xs:attribute type="xs:float" use="optional" name="CapAmount"/> <xs:attribute type="xs:boolean" use="optional" name="AdditionalInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
DemandTicketRQ.Commission()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAdditionalInd()
Get the 'AdditionalInd' attribute value. |
java.lang.Float |
getCapAmount()
Get the 'CapAmount' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
void |
setAdditionalInd(java.lang.Boolean additionalInd)
Set the 'AdditionalInd' attribute value. |
void |
setCapAmount(java.lang.Float capAmount)
Set the 'CapAmount' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandTicketRQ.Commission()
Method Detail |
---|
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
- public java.lang.Float getCapAmount()
public void setCapAmount(java.lang.Float capAmount)
capAmount
- public java.lang.Boolean getAdditionalInd()
public void setAdditionalInd(java.lang.Boolean additionalInd)
additionalInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |