|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay
public static class EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay
A particular stay day. 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="StayDay" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Rates" minOccurs="0"> <!-- Reference to inner class Rates --> </xs:element> <xs:element name="RoomPickUp" minOccurs="0" maxOccurs="8"> <xs:complexType> <xs:attributeGroup ref="ns:RoomPickUpGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="DayNumber"/> <xs:attribute type="ns:EventDayType" use="optional" name="DayType"/> <xs:attribute type="xs:int" use="optional" name="GuestQuantity"/> <xs:attribute type="xs:int" use="optional" name="TotalNumberOfUnits"/> <xs:attribute type="xs:string" use="optional" name="RoomTypeCode"/> <xs:attribute type="xs:string" use="optional" name="RoomTypeName"/> <xs:attribute type="xs:string" use="optional" name="RoomType"/> <xs:attribute type="xs:int" use="optional" name="ContractedRoomBlock"/> <xs:attribute type="xs:int" use="optional" name="FinalRoomBlock"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay.Rates
Collection of rates for a particular room type. |
Constructor Summary | |
---|---|
EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay()
|
Method Summary | |
---|---|
void |
addRoomPickUp(RoomPickUpGroup item)
Add a 'RoomPickUp' element item. |
void |
clearRoomPickUps()
Remove all 'RoomPickUp' element items. |
java.lang.Integer |
getContractedRoomBlock()
Get the 'ContractedRoomBlock' attribute value. |
EventDay |
getDay()
Get the 'DayType' attribute value. |
java.lang.String |
getDayNumber()
Get the 'DayNumber' attribute value. |
java.lang.Integer |
getFinalRoomBlock()
Get the 'FinalRoomBlock' attribute value. |
java.lang.Integer |
getGuestQuantity()
Get the 'GuestQuantity' attribute value. |
EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay.Rates |
getRates()
Get the 'Rates' element value. |
java.lang.String |
getRoom()
Get the 'RoomType' attribute value. |
RoomPickUpGroup |
getRoomPickUp(int index)
Get 'RoomPickUp' element item by position. |
java.util.List<RoomPickUpGroup> |
getRoomPickUps()
Get the list of 'RoomPickUp' element items. |
java.lang.String |
getRoomTypeCode()
Get the 'RoomTypeCode' attribute value. |
java.lang.String |
getRoomTypeName()
Get the 'RoomTypeName' attribute value. |
java.lang.Integer |
getTotalNumberOfUnits()
Get the 'TotalNumberOfUnits' attribute value. |
void |
setContractedRoomBlock(java.lang.Integer contractedRoomBlock)
Set the 'ContractedRoomBlock' attribute value. |
void |
setDay(EventDay day)
Set the 'DayType' attribute value. |
void |
setDayNumber(java.lang.String dayNumber)
Set the 'DayNumber' attribute value. |
void |
setFinalRoomBlock(java.lang.Integer finalRoomBlock)
Set the 'FinalRoomBlock' attribute value. |
void |
setGuestQuantity(java.lang.Integer guestQuantity)
Set the 'GuestQuantity' attribute value. |
void |
setRates(EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay.Rates rates)
Set the 'Rates' element value. |
void |
setRoom(java.lang.String room)
Set the 'RoomType' attribute value. |
void |
setRoomPickUps(java.util.List<RoomPickUpGroup> list)
Set the list of 'RoomPickUp' element items. |
void |
setRoomTypeCode(java.lang.String roomTypeCode)
Set the 'RoomTypeCode' attribute value. |
void |
setRoomTypeName(java.lang.String roomTypeName)
Set the 'RoomTypeName' attribute value. |
void |
setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
Set the 'TotalNumberOfUnits' attribute value. |
int |
sizeRoomPickUps()
Get the number of 'RoomPickUp' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay()
Method Detail |
---|
public EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay.Rates getRates()
public void setRates(EventReport.EventSites.EventSite.RoomBlocks.RoomBlock.StayDays.StayDay.Rates rates)
rates
- public java.util.List<RoomPickUpGroup> getRoomPickUps()
public void setRoomPickUps(java.util.List<RoomPickUpGroup> list)
list
- public int sizeRoomPickUps()
public void addRoomPickUp(RoomPickUpGroup item)
item
- public RoomPickUpGroup getRoomPickUp(int index)
index
-
public void clearRoomPickUps()
public java.lang.String getDayNumber()
public void setDayNumber(java.lang.String dayNumber)
dayNumber
- public EventDay getDay()
public void setDay(EventDay day)
day
- public java.lang.Integer getGuestQuantity()
public void setGuestQuantity(java.lang.Integer guestQuantity)
guestQuantity
- public java.lang.Integer getTotalNumberOfUnits()
public void setTotalNumberOfUnits(java.lang.Integer totalNumberOfUnits)
totalNumberOfUnits
- public java.lang.String getRoomTypeCode()
public void setRoomTypeCode(java.lang.String roomTypeCode)
roomTypeCode
- public java.lang.String getRoomTypeName()
public void setRoomTypeName(java.lang.String roomTypeName)
roomTypeName
- public java.lang.String getRoom()
public void setRoom(java.lang.String room)
room
- public java.lang.Integer getContractedRoomBlock()
public void setContractedRoomBlock(java.lang.Integer contractedRoomBlock)
contractedRoomBlock
- public java.lang.Integer getFinalRoomBlock()
public void setFinalRoomBlock(java.lang.Integer finalRoomBlock)
finalRoomBlock
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |