org.ota.hotel
Class RatePlan.Sequence.RatePlanInclusions

java.lang.Object
  extended by org.ota.hotel.RatePlan.Sequence.RatePlanInclusions
Enclosing class:
RatePlan.Sequence

public static class RatePlan.Sequence.RatePlanInclusions
extends java.lang.Object

Defines charges that are included in this rate plan.This element allows for future extension should there be a need. 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="RatePlanInclusions" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ParagraphType" name="RatePlanInclusionDesciption" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:boolean" use="optional" name="TaxInclusive"/>
     <xs:attribute type="xs:boolean" use="optional" name="ServiceFeeInclusive"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RatePlan.Sequence.RatePlanInclusions()
           
 
Method Summary
 Paragraph getRatePlanInclusionDesciption()
          Get the 'RatePlanInclusionDesciption' element value.
 java.lang.Boolean getServiceFeeInclusive()
          Get the 'ServiceFeeInclusive' attribute value.
 java.lang.Boolean getTaxInclusive()
          Get the 'TaxInclusive' attribute value.
 void setRatePlanInclusionDesciption(Paragraph ratePlanInclusionDesciption)
          Set the 'RatePlanInclusionDesciption' element value.
 void setServiceFeeInclusive(java.lang.Boolean serviceFeeInclusive)
          Set the 'ServiceFeeInclusive' attribute value.
 void setTaxInclusive(java.lang.Boolean taxInclusive)
          Set the 'TaxInclusive' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatePlan.Sequence.RatePlanInclusions

public RatePlan.Sequence.RatePlanInclusions()
Method Detail

getRatePlanInclusionDesciption

public Paragraph getRatePlanInclusionDesciption()
Get the 'RatePlanInclusionDesciption' element value. Description of what is included in the rate plan.

Returns:
value

setRatePlanInclusionDesciption

public void setRatePlanInclusionDesciption(Paragraph ratePlanInclusionDesciption)
Set the 'RatePlanInclusionDesciption' element value. Description of what is included in the rate plan.

Parameters:
ratePlanInclusionDesciption -

getTaxInclusive

public java.lang.Boolean getTaxInclusive()
Get the 'TaxInclusive' attribute value.

Returns:
value

setTaxInclusive

public void setTaxInclusive(java.lang.Boolean taxInclusive)
Set the 'TaxInclusive' attribute value.

Parameters:
taxInclusive -

getServiceFeeInclusive

public java.lang.Boolean getServiceFeeInclusive()
Get the 'ServiceFeeInclusive' attribute value.

Returns:
value

setServiceFeeInclusive

public void setServiceFeeInclusive(java.lang.Boolean serviceFeeInclusive)
Set the 'ServiceFeeInclusive' attribute value.

Parameters:
serviceFeeInclusive -