org.ota.hotel
Class RatePlanCandidates.RatePlanCandidate.RatePlanCommission

java.lang.Object
  extended by org.ota.hotel.RatePlanCandidates.RatePlanCandidate.RatePlanCommission
Enclosing class:
RatePlanCandidates.RatePlanCandidate

public static class RatePlanCandidates.RatePlanCandidate.RatePlanCommission
extends java.lang.Object

Defines commission attributes for this rate plan. 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="RatePlanCommission" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="MaxCommissionPercentage"/>
     <xs:attribute type="xs:float" use="optional" name="MinCommissionPercentage"/>
     <xs:attribute type="xs:boolean" use="optional" name="CommissionableIndicator"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RatePlanCandidates.RatePlanCandidate.RatePlanCommission()
           
 
Method Summary
 java.lang.Boolean getCommissionableIndicator()
          Get the 'CommissionableIndicator' attribute value.
 java.lang.Float getMaxCommissionPercentage()
          Get the 'MaxCommissionPercentage' attribute value.
 java.lang.Float getMinCommissionPercentage()
          Get the 'MinCommissionPercentage' attribute value.
 void setCommissionableIndicator(java.lang.Boolean commissionableIndicator)
          Set the 'CommissionableIndicator' attribute value.
 void setMaxCommissionPercentage(java.lang.Float maxCommissionPercentage)
          Set the 'MaxCommissionPercentage' attribute value.
 void setMinCommissionPercentage(java.lang.Float minCommissionPercentage)
          Set the 'MinCommissionPercentage' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatePlanCandidates.RatePlanCandidate.RatePlanCommission

public RatePlanCandidates.RatePlanCandidate.RatePlanCommission()
Method Detail

getMaxCommissionPercentage

public java.lang.Float getMaxCommissionPercentage()
Get the 'MaxCommissionPercentage' attribute value. Defines the maximum commission percentage requested.

Returns:
value

setMaxCommissionPercentage

public void setMaxCommissionPercentage(java.lang.Float maxCommissionPercentage)
Set the 'MaxCommissionPercentage' attribute value. Defines the maximum commission percentage requested.

Parameters:
maxCommissionPercentage -

getMinCommissionPercentage

public java.lang.Float getMinCommissionPercentage()
Get the 'MinCommissionPercentage' attribute value. Defines the minimum commission percentage requested.

Returns:
value

setMinCommissionPercentage

public void setMinCommissionPercentage(java.lang.Float minCommissionPercentage)
Set the 'MinCommissionPercentage' attribute value. Defines the minimum commission percentage requested.

Parameters:
minCommissionPercentage -

getCommissionableIndicator

public java.lang.Boolean getCommissionableIndicator()
Get the 'CommissionableIndicator' attribute value. When true, indicates the rate requested is commissionable.

Returns:
value

setCommissionableIndicator

public void setCommissionableIndicator(java.lang.Boolean commissionableIndicator)
Set the 'CommissionableIndicator' attribute value. When true, indicates the rate requested is commissionable.

Parameters:
commissionableIndicator -