|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service
public static class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service
Details regarding an additional service (e.g., security, first aid). 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="Service" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Utilities" minOccurs="0"> <!-- Reference to inner class Utilities --> </xs:element> <xs:element name="Comments" minOccurs="0"> <!-- Reference to inner class Comments --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:ProviderGroup"/> <xs:attribute type="xs:string" use="optional" name="LocationName"/> <xs:attribute type="xs:time" use="optional" name="StartTime"/> <xs:attribute type="xs:time" use="optional" name="EndTime"/> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="CodeDetail"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments
A collection of comments. |
static class |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities
A collection of utilities. |
Constructor Summary | |
---|---|
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Get the 'Code' attribute value. |
java.lang.String |
getCodeDetail()
Get the 'CodeDetail' attribute value. |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments |
getComments()
Get the 'Comments' element value. |
java.sql.Time |
getEndTime()
Get the 'EndTime' attribute value. |
java.lang.String |
getLocationName()
Get the 'LocationName' attribute value. |
ProviderGroup |
getProviderGroup()
Get the 'ProviderGroup' attributeGroup value. |
java.sql.Time |
getStartTime()
Get the 'StartTime' attribute value. |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities |
getUtilities()
Get the 'Utilities' element value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCodeDetail(java.lang.String codeDetail)
Set the 'CodeDetail' attribute value. |
void |
setComments(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments comments)
Set the 'Comments' element value. |
void |
setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. |
void |
setLocationName(java.lang.String locationName)
Set the 'LocationName' attribute value. |
void |
setProviderGroup(ProviderGroup providerGroup)
Set the 'ProviderGroup' attributeGroup value. |
void |
setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. |
void |
setUtilities(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities utilities)
Set the 'Utilities' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service()
Method Detail |
---|
public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities getUtilities()
public void setUtilities(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities utilities)
utilities
- public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments getComments()
public void setComments(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments comments)
comments
- public ProviderGroup getProviderGroup()
public void setProviderGroup(ProviderGroup providerGroup)
providerGroup
- public java.lang.String getLocationName()
public void setLocationName(java.lang.String locationName)
locationName
- 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.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.String getCodeDetail()
public void setCodeDetail(java.lang.String codeDetail)
codeDetail
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |