|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.PetsPolicies.PetsPolicy
public static class HotelDescriptiveContent.Policies.Policy.PetsPolicies.PetsPolicy
Detailed policy information when Pets are Allowed. 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="PetsPolicy" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Description" minOccurs="0" maxOccurs="5"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="PetsPolicyCode"/> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> <xs:attribute type="xs:int" use="optional" name="MaxPetQuantity"/> <xs:attribute type="xs:float" use="optional" name="RefundableDeposit"/> <xs:attribute type="xs:float" use="optional" name="NonRefundableFee"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="ChargeCode"/> <xs:attribute type="xs:boolean" use="optional" name="RestrictionInd"/> <xs:attribute type="xs:float" use="optional" name="MinUnitOfMeasureQuantity"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.PetsPolicies.PetsPolicy()
|
Method Summary | |
---|---|
void |
addDescription(Paragraph item)
Add a 'Description' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
java.lang.String |
getChargeCode()
Get the 'ChargeCode' attribute value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' 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.Integer |
getMaxPetQuantity()
Get the 'MaxPetQuantity' attribute value. |
java.lang.Float |
getMinUnitOfMeasureQuantity()
Get the 'MinUnitOfMeasureQuantity' attribute value. |
java.lang.Float |
getNonRefundableFee()
Get the 'NonRefundableFee' attribute value. |
java.lang.String |
getPetsPolicyCode()
Get the 'PetsPolicyCode' attribute value. |
java.lang.Float |
getRefundableDeposit()
Get the 'RefundableDeposit' attribute value. |
java.lang.Boolean |
getRestrictionInd()
Get the 'RestrictionInd' attribute value. |
UnitsOfMeasureGroup |
getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setChargeCode(java.lang.String chargeCode)
Set the 'ChargeCode' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setDescriptions(java.util.List<Paragraph> list)
Set the list of 'Description' element items. |
void |
setMaxPetQuantity(java.lang.Integer maxPetQuantity)
Set the 'MaxPetQuantity' attribute value. |
void |
setMinUnitOfMeasureQuantity(java.lang.Float minUnitOfMeasureQuantity)
Set the 'MinUnitOfMeasureQuantity' attribute value. |
void |
setNonRefundableFee(java.lang.Float nonRefundableFee)
Set the 'NonRefundableFee' attribute value. |
void |
setPetsPolicyCode(java.lang.String petsPolicyCode)
Set the 'PetsPolicyCode' attribute value. |
void |
setRefundableDeposit(java.lang.Float refundableDeposit)
Set the 'RefundableDeposit' attribute value. |
void |
setRestrictionInd(java.lang.Boolean restrictionInd)
Set the 'RestrictionInd' attribute value. |
void |
setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup 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.PetsPolicies.PetsPolicy()
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 java.lang.String getPetsPolicyCode()
public void setPetsPolicyCode(java.lang.String petsPolicyCode)
petsPolicyCode
- public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
unitsOfMeasureGroup
- public java.lang.Integer getMaxPetQuantity()
public void setMaxPetQuantity(java.lang.Integer maxPetQuantity)
maxPetQuantity
- public java.lang.Float getRefundableDeposit()
public void setRefundableDeposit(java.lang.Float refundableDeposit)
refundableDeposit
- public java.lang.Float getNonRefundableFee()
public void setNonRefundableFee(java.lang.Float nonRefundableFee)
nonRefundableFee
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
- public java.lang.String getChargeCode()
public void setChargeCode(java.lang.String chargeCode)
chargeCode
- public java.lang.Boolean getRestrictionInd()
public void setRestrictionInd(java.lang.Boolean restrictionInd)
restrictionInd
- public java.lang.Float getMinUnitOfMeasureQuantity()
public void setMinUnitOfMeasureQuantity(java.lang.Float minUnitOfMeasureQuantity)
minUnitOfMeasureQuantity
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |