org.ota.hotel
Class AvailRequestSegments.AvailRequestSegment.RoomStayCandidates.RoomStayCandidate
java.lang.Object
  
org.ota.hotel.RoomStayCandidate
      
org.ota.hotel.AvailRequestSegments.AvailRequestSegment.RoomStayCandidates.RoomStayCandidate
- Enclosing class:
 - AvailRequestSegments.AvailRequestSegment.RoomStayCandidates
 
public static class AvailRequestSegments.AvailRequestSegment.RoomStayCandidates.RoomStayCandidate
- extends RoomStayCandidate
 
Element used to identify available room products.
 
 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="RoomStayCandidate" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:RoomStayCandidateType">
         <xs:attribute type="xs:boolean" use="optional" name="IsAlternate"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.Boolean | 
getIsAlternate()
 
          Get the 'IsAlternate' attribute value. | 
 void | 
setIsAlternate(java.lang.Boolean isAlternate)
 
          Set the 'IsAlternate' attribute value. | 
 
| Methods inherited from class org.ota.hotel.RoomStayCandidate | 
addRoomAmenity, clearRoomAmenities, getBookingCode, getEffectiveExpireOptionalDateGroup, getGuestCounts, getRatePlanCandidateRPH, getRoomAmenities, getRoomAmenity, getRoomGroup, getRPH, setBookingCode, setEffectiveExpireOptionalDateGroup, setGuestCounts, setRatePlanCandidateRPH, setRoomAmenities, setRoomGroup, setRPH, sizeRoomAmenities | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AvailRequestSegments.AvailRequestSegment.RoomStayCandidates.RoomStayCandidate
public AvailRequestSegments.AvailRequestSegment.RoomStayCandidates.RoomStayCandidate()
getIsAlternate
public java.lang.Boolean getIsAlternate()
- Get the 'IsAlternate' attribute value. Indicates the segment of the RoomStay is an alternate offer. Default=false.
                 false
- Returns:
 - value
 
 
 
setIsAlternate
public void setIsAlternate(java.lang.Boolean isAlternate)
- Set the 'IsAlternate' attribute value. Indicates the segment of the RoomStay is an alternate offer. Default=false.
                 false
- Parameters:
 isAlternate -