org.ota.cruise
Class SailingInfo.SelectedSailing.ArrivalPort

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

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

Contains cruise arrival port information. Arrival port defines the end 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="ArrivalPort" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:dateTime" name="DebarkationDateTime"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
SailingInfo.SelectedSailing.ArrivalPort()
           
 
Method Summary
 java.util.Date getDebarkationDateTime()
          Get the 'DebarkationDateTime' attribute value.
 Location getLocation()
          Get the extension value.
 void setDebarkationDateTime(java.util.Date debarkationDateTime)
          Set the 'DebarkationDateTime' 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.ArrivalPort

public SailingInfo.SelectedSailing.ArrivalPort()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

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

Parameters:
location -

getDebarkationDateTime

public java.util.Date getDebarkationDateTime()
Get the 'DebarkationDateTime' attribute value.

Returns:
value

setDebarkationDateTime

public void setDebarkationDateTime(java.util.Date debarkationDateTime)
Set the 'DebarkationDateTime' attribute value.

Parameters:
debarkationDateTime -