org.ota.hotel
Class Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service

java.lang.Object
  extended by org.ota.hotel.Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service
Enclosing class:
Event.EventInner.Sites.Site.EventDays.EventDay.Services

public static class Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service
extends java.lang.Object

Details regarding additional services (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="99">
   <xs:complexType>
     <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:complexType>
 </xs:element>
 


Constructor Summary
Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute 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.
 void setCode(java.lang.String code)
          Set the 'Code' attribute 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service

public Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service()
Method Detail

getProviderGroup

public ProviderGroup getProviderGroup()
Get the 'ProviderGroup' attributeGroup value. Identifies the provider of the service.

Returns:
value

setProviderGroup

public void setProviderGroup(ProviderGroup providerGroup)
Set the 'ProviderGroup' attributeGroup value. Identifies the provider of 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 meeting or business service (e.g. security, first aid). 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 meeting or business service (e.g. security, first aid). Refer to OpenTravel Codelist Meeting Room Code (MRC).

Parameters:
code -