|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.SailingInfo.SelectedSailing.ArrivalPort
public static class SailingInfo.SelectedSailing.ArrivalPort
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 |
|---|
public SailingInfo.SelectedSailing.ArrivalPort()
| Method Detail |
|---|
public Location getLocation()
public void setLocation(Location location)
location - public java.util.Date getDebarkationDateTime()
public void setDebarkationDateTime(java.util.Date debarkationDateTime)
debarkationDateTime -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||