|
|||||||
| 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.Services.Service
public static class Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service
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 |
|---|
public Event.EventInner.Sites.Site.EventDays.EventDay.Services.Service()
| Method Detail |
|---|
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 -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||