|
|||||||
| 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.SetupDetails.SetupDetail
public static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail
A setup requirement 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="SetupDetail" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:DimensionGroup"/>
<xs:attribute type="xs:string" use="optional" name="Code"/>
<xs:attributeGroup ref="ns:QuantityGroup"/>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
<xs:attribute type="xs:int" use="optional" name="Quantity"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments
A collection of comments associated with the function setup. |
| Constructor Summary | |
|---|---|
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments |
getComments()
Get the 'Comments' element value. |
DimensionGroup |
getDimensionGroup()
Get the 'DimensionGroup' attributeGroup value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setComments(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments comments)
Set the 'Comments' element value. |
void |
setDimensionGroup(DimensionGroup dimensionGroup)
Set the 'DimensionGroup' attributeGroup value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute 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.SetupDetails.SetupDetail()
| Method Detail |
|---|
public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments getComments()
public void setComments(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.RoomSetup.SetupDetails.SetupDetail.Comments comments)
comments - public DimensionGroup getDimensionGroup()
public void setDimensionGroup(DimensionGroup dimensionGroup)
dimensionGroup - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||