org.ota.hotel
Class AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate
java.lang.Object
org.ota.hotel.AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate
- Enclosing class:
- AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates
public static class AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate
- extends java.lang.Object
A collection of patterns defining allowable lengths of stay (LOS).
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="LengthOfStayCandidate" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute use="optional" name="MinMaxMessageType">
<xs:simpleType>
<!-- Reference to inner class MinMaxMessage -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate
public AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate()
getMinMaxMessage
public AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate.MinMaxMessage getMinMaxMessage()
- Get the 'MinMaxMessageType' attribute value. An enumerated type used to define how the minimum and maximum LOS is applied.Values: Set Minimum LOS, Remove Minimum LOS, Set Maximum LOS, Remove Maximum LOS, Set Forward Minimum Stay, Remove Forward Minimum Stay, Set Forward Maximum Stay, Remove Forward Maximum Stay.
- Returns:
- value
setMinMaxMessage
public void setMinMaxMessage(AvailGetRQ.HotelAvailRequest.LengthsOfStayCandidates.LengthOfStayCandidate.MinMaxMessage minMaxMessage)
- Set the 'MinMaxMessageType' attribute value. An enumerated type used to define how the minimum and maximum LOS is applied.Values: Set Minimum LOS, Remove Minimum LOS, Set Maximum LOS, Remove Maximum LOS, Set Forward Minimum Stay, Remove Forward Minimum Stay, Set Forward Maximum Stay, Remove Forward Maximum Stay.
- Parameters:
minMaxMessage
-