|
|||||||
| 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.OffSiteTransportations.OffSiteTransportation
public static class Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation
Transportation information for an off-site function. 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="OffSiteTransportation" maxOccurs="99">
<xs:complexType>
<xs:sequence>
<xs:element name="Location" minOccurs="0" maxOccurs="9">
<!-- Reference to inner class Location -->
</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="FunctionName"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Comments
A collection of comments associated with the transportation. |
static class |
Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location
Location information for a departure, drop-off, or return. |
| Constructor Summary | |
|---|---|
Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation()
|
|
| 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.OffSiteTransportations.OffSiteTransportation()
| Method Detail |
|---|
public java.util.List<Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location> getLocations()
public void setLocations(java.util.List<Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location> list)
list - public int sizeLocations()
public void addLocation(Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location item)
item - public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location getLocation(int index)
index -
public void clearLocations()
public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Comments getComments()
public void setComments(Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Comments comments)
comments - public ProviderGroup getProviderGroup()
public void setProviderGroup(ProviderGroup providerGroup)
providerGroup - public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String functionName)
functionName -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||