| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.AvailStatusMessage.BestAvailableRates.BestAvailableRate
public static class AvailStatusMessage.BestAvailableRates.BestAvailableRate
The details of a best available rate. 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="BestAvailableRate" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="LengthOfStayTime"/>
     <xs:attribute type="ns:TimeUnitType" use="optional" name="LengthOfStayTimeUnit"/>
     <xs:attribute type="xs:string" use="optional" name="RatePlanCode"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="TaxInclusive"/>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
AvailStatusMessage.BestAvailableRates.BestAvailableRate()
 | 
|
| Method Summary | |
|---|---|
 CurrencyAmountGroup | 
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.  | 
 java.lang.Integer | 
getLengthOfStayTime()
Get the 'LengthOfStayTime' attribute value.  | 
 TimeUnit | 
getLengthOfStayTimeUnit()
Get the 'LengthOfStayTimeUnit' attribute value.  | 
 java.lang.String | 
getRatePlanCode()
Get the 'RatePlanCode' attribute value.  | 
 java.lang.Boolean | 
getTaxInclusive()
Get the 'TaxInclusive' attribute value.  | 
 void | 
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.  | 
 void | 
setLengthOfStayTime(java.lang.Integer lengthOfStayTime)
Set the 'LengthOfStayTime' attribute value.  | 
 void | 
setLengthOfStayTimeUnit(TimeUnit lengthOfStayTimeUnit)
Set the 'LengthOfStayTimeUnit' attribute value.  | 
 void | 
setRatePlanCode(java.lang.String ratePlanCode)
Set the 'RatePlanCode' attribute value.  | 
 void | 
setTaxInclusive(java.lang.Boolean taxInclusive)
Set the 'TaxInclusive' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AvailStatusMessage.BestAvailableRates.BestAvailableRate()
| Method Detail | 
|---|
public java.lang.Integer getLengthOfStayTime()
public void setLengthOfStayTime(java.lang.Integer lengthOfStayTime)
lengthOfStayTime - public TimeUnit getLengthOfStayTimeUnit()
public void setLengthOfStayTimeUnit(TimeUnit lengthOfStayTimeUnit)
lengthOfStayTimeUnit - public java.lang.String getRatePlanCode()
public void setRatePlanCode(java.lang.String ratePlanCode)
ratePlanCode - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public java.lang.Boolean getTaxInclusive()
public void setTaxInclusive(java.lang.Boolean taxInclusive)
taxInclusive - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||