|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.loyalty.LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo
public static class LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo
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="RoomStayInfo" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:RoomTypeType" name="RoomType" minOccurs="0"/> <xs:element type="ns:RatePlanType" name="RatePlan" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
LoyaltyTravelInfo.HotelStayInfo.RoomStayInfo()
|
Method Summary | |
---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
RatePlan |
getRatePlan()
Get the 'RatePlan' element value. |
RoomType |
getRoom()
Get the 'RoomType' element value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setRatePlan(RatePlan ratePlan)
Set the 'RatePlan' element value. |
void |
setRoom(RoomType room)
Set the 'RoomType' 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.RoomStayInfo()
Method Detail |
---|
public RoomType getRoom()
public void setRoom(RoomType room)
room
- public RatePlan getRatePlan()
public void setRatePlan(RatePlan ratePlan)
ratePlan
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |