|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge
public static class HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge
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" maxOccurs="2"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Description" minOccurs="0" maxOccurs="5"/> </xs:sequence> <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 |
HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge()
|
Method Summary | |
---|---|
void |
addDescription(Paragraph item)
Add a 'Description' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
java.lang.Boolean |
getBalanceOfStayInd()
Get the 'BalanceOfStayInd' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
Paragraph |
getDescription(int index)
Get 'Description' element item by position. |
java.util.List<Paragraph> |
getDescriptions()
Get the list of 'Description' element items. |
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. |
HotelDescriptiveContent.Policies.Policy.CheckoutCharges.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 |
setDescriptions(java.util.List<Paragraph> list)
Set the list of 'Description' element items. |
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(HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge.Type type)
Set the 'Type' attribute value. |
int |
sizeDescriptions()
Get the number of 'Description' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge()
Method Detail |
---|
public java.util.List<Paragraph> getDescriptions()
public void setDescriptions(java.util.List<Paragraph> list)
list
- public int sizeDescriptions()
public void addDescription(Paragraph item)
item
- public Paragraph getDescription(int index)
index
-
public void clearDescriptions()
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public java.lang.Float getPercent()
public void setPercent(java.lang.Float percent)
percent
- public HotelDescriptiveContent.Policies.Policy.CheckoutCharges.CheckoutCharge.Type getType()
public void setType(HotelDescriptiveContent.Policies.Policy.CheckoutCharges.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 |