|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
public static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup
The room setup requirements for the function. 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="RoomSetup" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SetupDetails" minOccurs="0"> <!-- Reference to inner class SetupDetails --> </xs:element> <xs:element type="ns:ParagraphType" name="Diagram" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RoomSetupCode"/> <xs:attribute type="xs:int" use="optional" name="SetForQuantity"/> <xs:attribute type="xs:string" use="optional" name="SetByTime"/> <xs:attribute type="xs:string" use="optional" name="DismantleByTime"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails
A collection of setup requirements for the function. |
Constructor Summary | |
---|---|
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
|
Method Summary | |
---|---|
Paragraph |
getDiagram()
Get the 'Diagram' element value. |
java.lang.String |
getDismantleByTime()
Get the 'DismantleByTime' attribute value. |
java.lang.String |
getRoomSetupCode()
Get the 'RoomSetupCode' attribute value. |
java.lang.String |
getSetByTime()
Get the 'SetByTime' attribute value. |
java.lang.Integer |
getSetForQuantity()
Get the 'SetForQuantity' attribute value. |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails |
getSetupDetails()
Get the 'SetupDetails' element value. |
void |
setDiagram(Paragraph diagram)
Set the 'Diagram' element value. |
void |
setDismantleByTime(java.lang.String dismantleByTime)
Set the 'DismantleByTime' attribute value. |
void |
setRoomSetupCode(java.lang.String roomSetupCode)
Set the 'RoomSetupCode' attribute value. |
void |
setSetByTime(java.lang.String setByTime)
Set the 'SetByTime' attribute value. |
void |
setSetForQuantity(java.lang.Integer setForQuantity)
Set the 'SetForQuantity' attribute value. |
void |
setSetupDetails(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails setupDetails)
Set the 'SetupDetails' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup()
Method Detail |
---|
public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails getSetupDetails()
public void setSetupDetails(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails setupDetails)
setupDetails
- public Paragraph getDiagram()
public void setDiagram(Paragraph diagram)
diagram
- public java.lang.String getRoomSetupCode()
public void setRoomSetupCode(java.lang.String roomSetupCode)
roomSetupCode
- public java.lang.Integer getSetForQuantity()
public void setSetForQuantity(java.lang.Integer setForQuantity)
setForQuantity
- public java.lang.String getSetByTime()
public void setSetByTime(java.lang.String setByTime)
setByTime
- public java.lang.String getDismantleByTime()
public void setDismantleByTime(java.lang.String dismantleByTime)
dismantleByTime
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |