|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Profile.Agreements.CommissionInfo
public static class Profile.Agreements.CommissionInfo
Information about an agreement for a commission arrangement. 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" type="ns:CommissionInfoType" name="CommissionInfo" minOccurs="0" maxOccurs="unbounded"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CommissionInfoType"> <xs:simpleContent> <xs:extension base="ns:FreeTextType"> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" name="CommissionPlanCode"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
Profile.Agreements.CommissionInfo()
|
Method Summary | |
---|---|
java.lang.String |
getCommissionPlanCode()
Get the 'CommissionPlanCode' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
FreeText |
getFreeText()
Get the extension value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
void |
setCommissionPlanCode(java.lang.String commissionPlanCode)
Set the 'CommissionPlanCode' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setFreeText(FreeText freeText)
Set the extension value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Profile.Agreements.CommissionInfo()
Method Detail |
---|
public FreeText getFreeText()
public void setFreeText(FreeText freeText)
freeText
- public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getCommissionPlanCode()
public void setCommissionPlanCode(java.lang.String commissionPlanCode)
commissionPlanCode
- 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 |