|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RoomStay
org.ota.hotel.HotelRoomList.RoomStays.RoomStay
public static class HotelRoomList.RoomStays.RoomStay
Details the success, failure and warnings for the RoomStay. 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="RoomStay" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:RoomStayType">
<xs:sequence minOccurs="0">
<!-- Reference to inner class Sequence -->
</xs:sequence>
<xs:attribute type="ns:ActionType" use="optional" name="RoomStay"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
HotelRoomList.RoomStays.RoomStay.Sequence
Schema fragment(s) for this class: |
| Nested classes/interfaces inherited from class org.ota.hotel.RoomStay |
|---|
RoomStay.RatePlans, RoomStay.RoomRates, RoomStay.RoomTypes |
| Constructor Summary | |
|---|---|
HotelRoomList.RoomStays.RoomStay()
|
|
| Method Summary | |
|---|---|
Action |
getRoomStay1()
Get the 'RoomStay' attribute value. |
HotelRoomList.RoomStays.RoomStay.Sequence |
getSequence()
Get the sequence value. |
void |
setRoomStay1(Action roomStay1)
Set the 'RoomStay' attribute value. |
void |
setSequence(HotelRoomList.RoomStays.RoomStay.Sequence sequence)
Set the sequence value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelRoomList.RoomStays.RoomStay()
| Method Detail |
|---|
public HotelRoomList.RoomStays.RoomStay.Sequence getSequence()
public void setSequence(HotelRoomList.RoomStays.RoomStay.Sequence sequence)
sequence - public Action getRoomStay1()
public void setRoomStay1(Action roomStay1)
roomStay1 -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||