|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.GuestTransportation
public class GuestTransportation
Specifies the guest transportation type. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GuestTransportationType"> <xs:sequence> <xs:element type="ns:LocationType" name="GuestCity" minOccurs="0"/> <xs:element type="ns:LocationType" name="GatewayCity" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="required" name="Mode"/> <xs:attribute type="xs:string" use="optional" name="Status"/> </xs:complexType>
Constructor Summary | |
---|---|
GuestTransportation()
|
Method Summary | |
---|---|
Location |
getGatewayCity()
Get the 'GatewayCity' element value. |
Location |
getGuestCity()
Get the 'GuestCity' element value. |
java.lang.String |
getMode()
Get the 'Mode' attribute value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
void |
setGatewayCity(Location gatewayCity)
Set the 'GatewayCity' element value. |
void |
setGuestCity(Location guestCity)
Set the 'GuestCity' element value. |
void |
setMode(java.lang.String mode)
Set the 'Mode' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuestTransportation()
Method Detail |
---|
public Location getGuestCity()
public void setGuestCity(Location guestCity)
guestCity
- public Location getGatewayCity()
public void setGatewayCity(Location gatewayCity)
gatewayCity
- public java.lang.String getMode()
public void setMode(java.lang.String mode)
mode
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |