org.ota.cruise
Class SailingInfo.SelectedSailing.DeparturePort

java.lang.Object
  extended by org.ota.cruise.SailingInfo.SelectedSailing.DeparturePort
Enclosing class:
SailingInfo.SelectedSailing

public static class SailingInfo.SelectedSailing.DeparturePort
extends java.lang.Object

Contains cruise departure port information. Departure port defines the start place of the cruise sailing. 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="DeparturePort" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:dateTime" use="optional" name="EmbarkationTime"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
SailingInfo.SelectedSailing.DeparturePort()
           
 
Method Summary
 java.util.Date getEmbarkationTime()
          Get the 'EmbarkationTime' attribute value.
 Location getLocation()
          Get the extension value.
 void setEmbarkationTime(java.util.Date embarkationTime)
          Set the 'EmbarkationTime' attribute value.
 void setLocation(Location location)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailingInfo.SelectedSailing.DeparturePort

public SailingInfo.SelectedSailing.DeparturePort()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

public void setLocation(Location location)
Set the extension value.

Parameters:
location -

getEmbarkationTime

public java.util.Date getEmbarkationTime()
Get the 'EmbarkationTime' attribute value.

Returns:
value

setEmbarkationTime

public void setEmbarkationTime(java.util.Date embarkationTime)
Set the 'EmbarkationTime' attribute value.

Parameters:
embarkationTime -