|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AvailGetRQ.HotelAvailRequest.BestAvailableRateCandidate
public static class AvailGetRQ.HotelAvailRequest.BestAvailableRateCandidate
Use to request 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="BestAvailableRateCandidate" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:boolean" name="SendLengthOfStayTime"/> <xs:attribute type="xs:boolean" name="SendRatePlanCode"/> <xs:attribute type="xs:boolean" name="SendAmount"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
AvailGetRQ.HotelAvailRequest.BestAvailableRateCandidate()
|
Method Summary | |
---|---|
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
java.lang.Boolean |
getSendAmount()
Get the 'SendAmount' attribute value. |
java.lang.Boolean |
getSendLengthOfStayTime()
Get the 'SendLengthOfStayTime' attribute value. |
java.lang.Boolean |
getSendRatePlanCode()
Get the 'SendRatePlanCode' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setSendAmount(java.lang.Boolean sendAmount)
Set the 'SendAmount' attribute value. |
void |
setSendLengthOfStayTime(java.lang.Boolean sendLengthOfStayTime)
Set the 'SendLengthOfStayTime' attribute value. |
void |
setSendRatePlanCode(java.lang.Boolean sendRatePlanCode)
Set the 'SendRatePlanCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailGetRQ.HotelAvailRequest.BestAvailableRateCandidate()
Method Detail |
---|
public java.lang.Boolean getSendLengthOfStayTime()
public void setSendLengthOfStayTime(java.lang.Boolean sendLengthOfStayTime)
sendLengthOfStayTime
- public java.lang.Boolean getSendRatePlanCode()
public void setSendRatePlanCode(java.lang.Boolean sendRatePlanCode)
sendRatePlanCode
- public java.lang.Boolean getSendAmount()
public void setSendAmount(java.lang.Boolean sendAmount)
sendAmount
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |