org.ota.hotel
Class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service

java.lang.Object
  extended by org.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service
Enclosing class:
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services

public static class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service
extends java.lang.Object

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

EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service()
Method Detail

getUtilities

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities getUtilities()
Get the 'Utilities' element value.

Returns:
value

setUtilities

public void setUtilities(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Utilities utilities)
Set the 'Utilities' element value.

Parameters:
utilities -

getComments

public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.Services.Service.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getProviderGroup

public ProviderGroup getProviderGroup()
Get the 'ProviderGroup' attributeGroup value. Used to define who will provide the service.

Returns:
value

setProviderGroup

public void setProviderGroup(ProviderGroup providerGroup)
Set the 'ProviderGroup' attributeGroup value. Used to define who will provide the service.

Parameters:
providerGroup -

getLocationName

public java.lang.String getLocationName()
Get the 'LocationName' attribute value. Identifies a location (e.g. individual hotel room, hotel lobby, exterior, pool).

Returns:
value

setLocationName

public void setLocationName(java.lang.String locationName)
Set the 'LocationName' attribute value. Identifies a location (e.g. individual hotel room, hotel lobby, exterior, pool).

Parameters:
locationName -

getStartTime

public java.sql.Time getStartTime()
Get the 'StartTime' attribute value. The time the service is scheduled to begin.

Returns:
value

setStartTime

public void setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. The time the service is scheduled to begin.

Parameters:
startTime -

getEndTime

public java.sql.Time getEndTime()
Get the 'EndTime' attribute value. The time the service is scheduled to finish.

Returns:
value

setEndTime

public void setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. The time the service is scheduled to finish.

Parameters:
endTime -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Identifies a type of service (e.g. security, first aid, decor). Refer to OpenTravel Codelist Meeting Room Code (MRC).

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Identifies a type of service (e.g. security, first aid, decor). Refer to OpenTravel Codelist Meeting Room Code (MRC).

Parameters:
code -

getCodeDetail

public java.lang.String getCodeDetail()
Get the 'CodeDetail' attribute value. May be used to give further detail on the code.

Returns:
value

setCodeDetail

public void setCodeDetail(java.lang.String codeDetail)
Set the 'CodeDetail' attribute value. May be used to give further detail on the code.

Parameters:
codeDetail -