|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RatePlan.Sequence.RatePlanInclusions
public static class RatePlan.Sequence.RatePlanInclusions
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 |
---|
public RatePlan.Sequence.RatePlanInclusions()
Method Detail |
---|
public Paragraph getRatePlanInclusionDesciption()
public void setRatePlanInclusionDesciption(Paragraph ratePlanInclusionDesciption)
ratePlanInclusionDesciption
- public java.lang.Boolean getTaxInclusive()
public void setTaxInclusive(java.lang.Boolean taxInclusive)
taxInclusive
- public java.lang.Boolean getServiceFeeInclusive()
public void setServiceFeeInclusive(java.lang.Boolean serviceFeeInclusive)
serviceFeeInclusive
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |