|
|||||||
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.Location
public static class Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location
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 |
---|
public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.sql.Time getTime()
public void setTime(java.sql.Time time)
time
- public Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type getType()
public void setType(Event.EventInner.Sites.Site.EventDays.EventDay.OffSiteTransportations.OffSiteTransportation.Location.Type type)
type
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |