|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.BookingRules.BookingRule.CheckoutCharge
public static class BookingRules.BookingRule.CheckoutCharge
The charges that may apply to an early or late checkout. 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="CheckoutCharge" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:float" use="optional" name="Percent"/> <xs:attribute use="optional" name="Type"> <xs:simpleType> <!-- Reference to inner class Type --> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attribute type="xs:int" use="optional" name="NmbrOfNights"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attribute type="xs:boolean" use="optional" name="BalanceOfStayInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
BookingRules.BookingRule.CheckoutCharge.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
BookingRules.BookingRule.CheckoutCharge()
|
Method Summary | |
---|---|
java.lang.Boolean |
getBalanceOfStayInd()
Get the 'BalanceOfStayInd' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
java.lang.Integer |
getNmbrOfNights()
Get the 'NmbrOfNights' attribute value. |
java.lang.Float |
getPercent()
Get the 'Percent' attribute value. |
BookingRules.BookingRule.CheckoutCharge.Type |
getType()
Get the 'Type' attribute value. |
void |
setBalanceOfStayInd(java.lang.Boolean balanceOfStayInd)
Set the 'BalanceOfStayInd' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setNmbrOfNights(java.lang.Integer nmbrOfNights)
Set the 'NmbrOfNights' attribute value. |
void |
setPercent(java.lang.Float percent)
Set the 'Percent' attribute value. |
void |
setType(BookingRules.BookingRule.CheckoutCharge.Type type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookingRules.BookingRule.CheckoutCharge()
Method Detail |
---|
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
- public BookingRules.BookingRule.CheckoutCharge.Type getType()
public void setType(BookingRules.BookingRule.CheckoutCharge.Type type)
type
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public java.lang.Integer getNmbrOfNights()
public void setNmbrOfNights(java.lang.Integer nmbrOfNights)
nmbrOfNights
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public java.lang.Boolean getBalanceOfStayInd()
public void setBalanceOfStayInd(java.lang.Boolean balanceOfStayInd)
balanceOfStayInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |