|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.PolicyInfo
public static class HotelDescriptiveContent.Policies.Policy.PolicyInfo
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="PolicyInfo" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:ParagraphType" name="Description" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="CheckInTime"/>
<xs:attribute type="xs:string" use="optional" name="CheckOutTime"/>
<xs:attribute type="xs:int" use="optional" name="MinGuestAge"/>
<xs:attribute type="xs:int" use="optional" name="MinRecommendedGuestAge"/>
<xs:attribute type="xs:int" use="optional" name="UsualStayFreeCutoffAge"/>
<xs:attribute type="xs:int" use="optional" name="UsualStayFreeChildPerAdult"/>
<xs:attribute type="xs:int" use="optional" name="TotalGuestCount"/>
<xs:attribute type="xs:boolean" use="optional" name="DefaultTaxServiceInclusive"/>
<xs:attribute type="xs:boolean" use="optional" name="KidsStayFree"/>
<xs:attribute type="xs:int" use="optional" name="MaxChildAge"/>
<xs:attribute type="xs:boolean" use="optional" name="InternetGuaranteeRequiredInd"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.Policies.Policy.PolicyInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCheckInTime()
Get the 'CheckInTime' attribute value. |
java.lang.String |
getCheckOutTime()
Get the 'CheckOutTime' attribute value. |
java.lang.Boolean |
getDefaultTaxServiceInclusive()
Get the 'DefaultTaxServiceInclusive' attribute value. |
Paragraph |
getDescription()
Get the 'Description' element value. |
java.lang.Boolean |
getInternetGuaranteeRequiredInd()
Get the 'InternetGuaranteeRequiredInd' attribute value. |
java.lang.Boolean |
getKidsStayFree()
Get the 'KidsStayFree' attribute value. |
java.lang.Integer |
getMaxChildAge()
Get the 'MaxChildAge' attribute value. |
java.lang.Integer |
getMinGuestAge()
Get the 'MinGuestAge' attribute value. |
java.lang.Integer |
getMinRecommendedGuestAge()
Get the 'MinRecommendedGuestAge' attribute value. |
java.lang.Integer |
getTotalGuestCount()
Get the 'TotalGuestCount' attribute value. |
java.lang.Integer |
getUsualStayFreeChildPerAdult()
Get the 'UsualStayFreeChildPerAdult' attribute value. |
java.lang.Integer |
getUsualStayFreeCutoffAge()
Get the 'UsualStayFreeCutoffAge' attribute value. |
void |
setCheckInTime(java.lang.String checkInTime)
Set the 'CheckInTime' attribute value. |
void |
setCheckOutTime(java.lang.String checkOutTime)
Set the 'CheckOutTime' attribute value. |
void |
setDefaultTaxServiceInclusive(java.lang.Boolean defaultTaxServiceInclusive)
Set the 'DefaultTaxServiceInclusive' attribute value. |
void |
setDescription(Paragraph description)
Set the 'Description' element value. |
void |
setInternetGuaranteeRequiredInd(java.lang.Boolean internetGuaranteeRequiredInd)
Set the 'InternetGuaranteeRequiredInd' attribute value. |
void |
setKidsStayFree(java.lang.Boolean kidsStayFree)
Set the 'KidsStayFree' attribute value. |
void |
setMaxChildAge(java.lang.Integer maxChildAge)
Set the 'MaxChildAge' attribute value. |
void |
setMinGuestAge(java.lang.Integer minGuestAge)
Set the 'MinGuestAge' attribute value. |
void |
setMinRecommendedGuestAge(java.lang.Integer minRecommendedGuestAge)
Set the 'MinRecommendedGuestAge' attribute value. |
void |
setTotalGuestCount(java.lang.Integer totalGuestCount)
Set the 'TotalGuestCount' attribute value. |
void |
setUsualStayFreeChildPerAdult(java.lang.Integer usualStayFreeChildPerAdult)
Set the 'UsualStayFreeChildPerAdult' attribute value. |
void |
setUsualStayFreeCutoffAge(java.lang.Integer usualStayFreeCutoffAge)
Set the 'UsualStayFreeCutoffAge' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.Policies.Policy.PolicyInfo()
| Method Detail |
|---|
public Paragraph getDescription()
public void setDescription(Paragraph description)
description - public java.lang.String getCheckInTime()
public void setCheckInTime(java.lang.String checkInTime)
checkInTime - public java.lang.String getCheckOutTime()
public void setCheckOutTime(java.lang.String checkOutTime)
checkOutTime - public java.lang.Integer getMinGuestAge()
public void setMinGuestAge(java.lang.Integer minGuestAge)
minGuestAge - public java.lang.Integer getMinRecommendedGuestAge()
public void setMinRecommendedGuestAge(java.lang.Integer minRecommendedGuestAge)
minRecommendedGuestAge - public java.lang.Integer getUsualStayFreeCutoffAge()
public void setUsualStayFreeCutoffAge(java.lang.Integer usualStayFreeCutoffAge)
usualStayFreeCutoffAge - public java.lang.Integer getUsualStayFreeChildPerAdult()
public void setUsualStayFreeChildPerAdult(java.lang.Integer usualStayFreeChildPerAdult)
usualStayFreeChildPerAdult - public java.lang.Integer getTotalGuestCount()
public void setTotalGuestCount(java.lang.Integer totalGuestCount)
totalGuestCount - public java.lang.Boolean getDefaultTaxServiceInclusive()
public void setDefaultTaxServiceInclusive(java.lang.Boolean defaultTaxServiceInclusive)
defaultTaxServiceInclusive - public java.lang.Boolean getKidsStayFree()
public void setKidsStayFree(java.lang.Boolean kidsStayFree)
kidsStayFree - public java.lang.Integer getMaxChildAge()
public void setMaxChildAge(java.lang.Integer maxChildAge)
maxChildAge - public java.lang.Boolean getInternetGuaranteeRequiredInd()
public void setInternetGuaranteeRequiredInd(java.lang.Boolean internetGuaranteeRequiredInd)
internetGuaranteeRequiredInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||