|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom
public static class RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom
A container for the room requirements data. 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="StayDayRoom" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Comment" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RoomTypeRequirement"/> <xs:attribute type="xs:int" use="optional" name="NumberOfUnits"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom()
|
Method Summary | |
---|---|
Paragraph |
getComment()
Get the 'Comment' element value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Integer |
getNumberOfUnits()
Get the 'NumberOfUnits' attribute value. |
java.lang.String |
getRoomTypeRequirement()
Get the 'RoomTypeRequirement' attribute value. |
void |
setComment(Paragraph comment)
Set the 'Comment' element value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setNumberOfUnits(java.lang.Integer numberOfUnits)
Set the 'NumberOfUnits' attribute value. |
void |
setRoomTypeRequirement(java.lang.String roomTypeRequirement)
Set the 'RoomTypeRequirement' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.RoomBlock.StayDays.StayDay.StayDayRooms.StayDayRoom()
Method Detail |
---|
public Paragraph getComment()
public void setComment(Paragraph comment)
comment
- public java.lang.String getRoomTypeRequirement()
public void setRoomTypeRequirement(java.lang.String roomTypeRequirement)
roomTypeRequirement
- public java.lang.Integer getNumberOfUnits()
public void setNumberOfUnits(java.lang.Integer numberOfUnits)
numberOfUnits
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |