org.ota.hotel
Class Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location

java.lang.Object
  extended by org.ota.hotel.Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location
Enclosing class:
Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation

public static class Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location
extends java.lang.Object

Location information for a departure, drop-off, or return. 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="Location" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Name"/>
     <xs:attribute type="xs:time" use="optional" name="Time"/>
     <xs:attribute use="optional" name="Type">
       <xs:simpleType>
         <!-- Reference to inner class Type -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type
          Schema fragment(s) for this class:
 
Constructor Summary
Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 java.sql.Time getTime()
          Get the 'Time' attribute value.
 Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type getType()
          Get the 'Type' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setTime(java.sql.Time time)
          Set the 'Time' attribute value.
 void setType(Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type type)
          Set the 'Type' 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.OffSiteTransportations.OffSiteTransportation.Location

public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. The name of the location.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The name of the location.

Parameters:
name -

getTime

public java.sql.Time getTime()
Get the 'Time' attribute value. The time for this transportation activity (e.g., .return, drop-off, departure).

Returns:
value

setTime

public void setTime(java.sql.Time time)
Set the 'Time' attribute value. The time for this transportation activity (e.g., .return, drop-off, departure).

Parameters:
time -

getType

public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type getType()
Get the 'Type' attribute value. The type of location (e.g., return, drop-off, departure).

Returns:
value

setType

public void setType(Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type type)
Set the 'Type' attribute value. The type of location (e.g., return, drop-off, departure).

Parameters:
type -