|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.loyalty.LoyaltyTravelInfo.HotelStayInfo
public static class LoyaltyTravelInfo.HotelStayInfo
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="HotelStayInfo">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="ReservationID" minOccurs="0"/>
<xs:element name="RoomStayInfo" minOccurs="0">
<!-- Reference to inner class RoomStayInfo -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:HotelReferenceGroup"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
LoyaltyTravelInfo.HotelStayInfo()
|
|
| Method Summary | |
|---|---|
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
UniqueID |
getReservationID()
Get the 'ReservationID' element value. |
LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo |
getRoomStayInfo()
Get the 'RoomStayInfo' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value. |
void |
setRoomStayInfo(LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo roomStayInfo)
Set the 'RoomStayInfo' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoyaltyTravelInfo.HotelStayInfo()
| Method Detail |
|---|
public UniqueID getReservationID()
public void setReservationID(UniqueID reservationID)
reservationID - public LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo getRoomStayInfo()
public void setRoomStayInfo(LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo roomStayInfo)
roomStayInfo - public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||