|
|||||||
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
public static class Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction
A container for the events 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="EventDayFunction" maxOccurs="unbounded"> <xs:complexType> <xs:sequence minOccurs="0"> <!-- Reference to inner class Sequence --> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="FunctionName"/> <xs:attribute type="xs:string" use="optional" name="FunctionType"/> <xs:attribute type="xs:string" use="optional" name="LocationName"/> <xs:attribute type="xs:string" use="optional" name="LocationID"/> <xs:attribute type="xs:boolean" use="optional" name="TwentyFourHourHold"/> <xs:attribute type="xs:time" use="optional" name="StartTime"/> <xs:attribute type="xs:time" use="optional" name="EndTime"/> <xs:attribute type="xs:int" use="optional" name="AttendeeQuantity"/> <xs:attribute type="xs:int" use="optional" name="RequiredKeyQuantity"/> <xs:attribute type="xs:boolean" use="optional" name="ReKeyIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="PostIndicator"/> <xs:attribute type="xs:string" use="optional" name="ID"/> <xs:attribute type="xs:boolean" use="optional" name="ExhibitionIndicator"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction()
|
Method Summary | |
---|---|
java.lang.Integer |
getAttendeeQuantity()
Get the 'AttendeeQuantity' attribute value. |
java.sql.Time |
getEndTime()
Get the 'EndTime' attribute value. |
java.lang.Boolean |
getExhibitionIndicator()
Get the 'ExhibitionIndicator' attribute value. |
java.lang.String |
getFunction()
Get the 'FunctionType' attribute value. |
java.lang.String |
getFunctionName()
Get the 'FunctionName' attribute value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.String |
getLocationID()
Get the 'LocationID' attribute value. |
java.lang.String |
getLocationName()
Get the 'LocationName' attribute value. |
java.lang.Boolean |
getPostIndicator()
Get the 'PostIndicator' attribute value. |
java.lang.Boolean |
getReKeyIndicator()
Get the 'ReKeyIndicator' attribute value. |
java.lang.Integer |
getRequiredKeyQuantity()
Get the 'RequiredKeyQuantity' attribute value. |
Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence |
getSequence()
Get the sequence value. |
java.sql.Time |
getStartTime()
Get the 'StartTime' attribute value. |
java.lang.Boolean |
getTwentyFourHourHold()
Get the 'TwentyFourHourHold' attribute value. |
void |
setAttendeeQuantity(java.lang.Integer attendeeQuantity)
Set the 'AttendeeQuantity' attribute value. |
void |
setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. |
void |
setExhibitionIndicator(java.lang.Boolean exhibitionIndicator)
Set the 'ExhibitionIndicator' attribute value. |
void |
setFunction(java.lang.String function)
Set the 'FunctionType' attribute value. |
void |
setFunctionName(java.lang.String functionName)
Set the 'FunctionName' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setLocationID(java.lang.String locationID)
Set the 'LocationID' attribute value. |
void |
setLocationName(java.lang.String locationName)
Set the 'LocationName' attribute value. |
void |
setPostIndicator(java.lang.Boolean postIndicator)
Set the 'PostIndicator' attribute value. |
void |
setReKeyIndicator(java.lang.Boolean reKeyIndicator)
Set the 'ReKeyIndicator' attribute value. |
void |
setRequiredKeyQuantity(java.lang.Integer requiredKeyQuantity)
Set the 'RequiredKeyQuantity' attribute value. |
void |
setSequence(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence sequence)
Set the sequence value. |
void |
setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. |
void |
setTwentyFourHourHold(java.lang.Boolean twentyFourHourHold)
Set the 'TwentyFourHourHold' 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()
Method Detail |
---|
public Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence getSequence()
public void setSequence(Event.EventInner.Sites.Site.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence sequence)
sequence
- public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String functionName)
functionName
- public java.lang.String getFunction()
public void setFunction(java.lang.String function)
function
- public java.lang.String getLocationName()
public void setLocationName(java.lang.String locationName)
locationName
- public java.lang.String getLocationID()
public void setLocationID(java.lang.String locationID)
locationID
- public java.lang.Boolean getTwentyFourHourHold()
public void setTwentyFourHourHold(java.lang.Boolean twentyFourHourHold)
twentyFourHourHold
- public java.sql.Time getStartTime()
public void setStartTime(java.sql.Time startTime)
startTime
- public java.sql.Time getEndTime()
public void setEndTime(java.sql.Time endTime)
endTime
- public java.lang.Integer getAttendeeQuantity()
public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
attendeeQuantity
- public java.lang.Integer getRequiredKeyQuantity()
public void setRequiredKeyQuantity(java.lang.Integer requiredKeyQuantity)
requiredKeyQuantity
- public java.lang.Boolean getReKeyIndicator()
public void setReKeyIndicator(java.lang.Boolean reKeyIndicator)
reKeyIndicator
- public java.lang.Boolean getPostIndicator()
public void setPostIndicator(java.lang.Boolean postIndicator)
postIndicator
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.Boolean getExhibitionIndicator()
public void setExhibitionIndicator(java.lang.Boolean exhibitionIndicator)
exhibitionIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |