|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates
public static class AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates
Collection of Length of Stay elements. These LOS elements indicate what LOS restrictions are to be included in the response. 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="LengthsOfStayCandidates" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="LengthOfStayCandidate" minOccurs="0" maxOccurs="unbounded"> <!-- Reference to inner class LengthOfStayCandidate --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" name="SendAllLengthsOfStay"/> <xs:attribute type="xs:int" use="optional" name="FixedPatternLength"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate
A collection of patterns defining allowable lengths of stay (LOS). |
Constructor Summary | |
---|---|
AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates()
|
Method Summary | |
---|---|
void |
addLengthOfStayCandidate(AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate item)
Add a 'LengthOfStayCandidate' element item. |
void |
clearLengthOfStayCandidates()
Remove all 'LengthOfStayCandidate' element items. |
java.lang.Integer |
getFixedPatternLength()
Get the 'FixedPatternLength' attribute value. |
AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate |
getLengthOfStayCandidate(int index)
Get 'LengthOfStayCandidate' element item by position. |
java.util.List<AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate> |
getLengthOfStayCandidates()
Get the list of 'LengthOfStayCandidate' element items. |
java.lang.Boolean |
getSendAllLengthsOfStay()
Get the 'SendAllLengthsOfStay' attribute value. |
void |
setFixedPatternLength(java.lang.Integer fixedPatternLength)
Set the 'FixedPatternLength' attribute value. |
void |
setLengthOfStayCandidates(java.util.List<AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate> list)
Set the list of 'LengthOfStayCandidate' element items. |
void |
setSendAllLengthsOfStay(java.lang.Boolean sendAllLengthsOfStay)
Set the 'SendAllLengthsOfStay' attribute value. |
int |
sizeLengthOfStayCandidates()
Get the number of 'LengthOfStayCandidate' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates()
Method Detail |
---|
public java.util.List<AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate> getLengthOfStayCandidates()
public void setLengthOfStayCandidates(java.util.List<AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate> list)
list
- public int sizeLengthOfStayCandidates()
public void addLengthOfStayCandidate(AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate item)
item
- public AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate getLengthOfStayCandidate(int index)
index
-
public void clearLengthOfStayCandidates()
public java.lang.Boolean getSendAllLengthsOfStay()
public void setSendAllLengthsOfStay(java.lang.Boolean sendAllLengthsOfStay)
sendAllLengthsOfStay
- public java.lang.Integer getFixedPatternLength()
public void setFixedPatternLength(java.lang.Integer fixedPatternLength)
fixedPatternLength
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |