|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.DerivedRatePlanGroup
public class DerivedRatePlanGroup
Provides detailed information for how this rate is derived. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DerivedRatePlanGroup"> <xs:attribute type="xs:string" use="optional" name="BaseRatePlanCode"/> <xs:attribute type="xs:float" use="optional" name="AdjustedAmount"/> <xs:attribute type="xs:float" use="optional" name="AdjustedPercentage"/> <xs:attribute type="xs:float" use="optional" name="FloorAmount"/> <xs:attribute type="xs:float" use="optional" name="CeilingAmount"/> <xs:attribute type="xs:boolean" use="optional" name="AdjustUpIndicator"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
DerivedRatePlanGroup()
|
Method Summary | |
---|---|
java.lang.Float |
getAdjustedAmount()
Get the 'AdjustedAmount' attribute value. |
java.lang.Float |
getAdjustedPercentage()
Get the 'AdjustedPercentage' attribute value. |
java.lang.Boolean |
getAdjustUpIndicator()
Get the 'AdjustUpIndicator' attribute value. |
java.lang.String |
getBaseRatePlanCode()
Get the 'BaseRatePlanCode' attribute value. |
java.lang.Float |
getCeilingAmount()
Get the 'CeilingAmount' attribute value. |
java.lang.Float |
getFloorAmount()
Get the 'FloorAmount' attribute value. |
void |
setAdjustedAmount(java.lang.Float adjustedAmount)
Set the 'AdjustedAmount' attribute value. |
void |
setAdjustedPercentage(java.lang.Float adjustedPercentage)
Set the 'AdjustedPercentage' attribute value. |
void |
setAdjustUpIndicator(java.lang.Boolean adjustUpIndicator)
Set the 'AdjustUpIndicator' attribute value. |
void |
setBaseRatePlanCode(java.lang.String baseRatePlanCode)
Set the 'BaseRatePlanCode' attribute value. |
void |
setCeilingAmount(java.lang.Float ceilingAmount)
Set the 'CeilingAmount' attribute value. |
void |
setFloorAmount(java.lang.Float floorAmount)
Set the 'FloorAmount' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DerivedRatePlanGroup()
Method Detail |
---|
public java.lang.String getBaseRatePlanCode()
public void setBaseRatePlanCode(java.lang.String baseRatePlanCode)
baseRatePlanCode
- public java.lang.Float getAdjustedAmount()
public void setAdjustedAmount(java.lang.Float adjustedAmount)
adjustedAmount
- public java.lang.Float getAdjustedPercentage()
public void setAdjustedPercentage(java.lang.Float adjustedPercentage)
adjustedPercentage
- public java.lang.Float getFloorAmount()
public void setFloorAmount(java.lang.Float floorAmount)
floorAmount
- public java.lang.Float getCeilingAmount()
public void setCeilingAmount(java.lang.Float ceilingAmount)
ceilingAmount
- public java.lang.Boolean getAdjustUpIndicator()
public void setAdjustUpIndicator(java.lang.Boolean adjustUpIndicator)
adjustUpIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |