|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.InfoRS.Information.ShipInfo.Ship
public static class InfoRS.Information.ShipInfo.Ship
Defines the ship details. 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="Ship" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:boolean" use="optional" name="StabilizedIndicator"/>
<xs:attribute type="xs:string" use="optional" name="RegistrationCountryCode"/>
<xs:attribute type="xs:int" use="optional" name="RestaurantQuantity"/>
<xs:attribute type="xs:int" use="optional" name="ElevatorQuantity"/>
<xs:attribute type="xs:string" use="optional" name="MaxCrewQuantity"/>
<xs:attribute type="xs:string" use="optional" name="MaxGuestQuantity"/>
<xs:attribute type="xs:float" use="optional" name="CruisingSpeed"/>
<xs:attribute type="xs:float" use="optional" name="MaxSpeed"/>
<xs:attribute type="xs:int" use="optional" name="InsideCabinQuantity"/>
<xs:attribute type="xs:int" use="optional" name="OutsideCabinQuantity"/>
<xs:attribute type="xs:date" use="optional" name="InauguralDate"/>
<xs:attribute type="xs:date" use="optional" name="RefurbishedDate"/>
<xs:attribute type="xs:date" use="optional" name="BuiltDate"/>
<xs:attribute type="xs:date" use="optional" name="NextRefurbishDate"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
InfoRS.Information.ShipInfo.Ship()
|
|
| Method Summary | |
|---|---|
java.sql.Date |
getBuiltDate()
Get the 'BuiltDate' attribute value. |
java.lang.Float |
getCruisingSpeed()
Get the 'CruisingSpeed' attribute value. |
java.lang.Integer |
getElevatorQuantity()
Get the 'ElevatorQuantity' attribute value. |
java.sql.Date |
getInauguralDate()
Get the 'InauguralDate' attribute value. |
java.lang.Integer |
getInsideCabinQuantity()
Get the 'InsideCabinQuantity' attribute value. |
java.lang.String |
getMaxCrewQuantity()
Get the 'MaxCrewQuantity' attribute value. |
java.lang.String |
getMaxGuestQuantity()
Get the 'MaxGuestQuantity' attribute value. |
java.lang.Float |
getMaxSpeed()
Get the 'MaxSpeed' attribute value. |
java.sql.Date |
getNextRefurbishDate()
Get the 'NextRefurbishDate' attribute value. |
java.lang.Integer |
getOutsideCabinQuantity()
Get the 'OutsideCabinQuantity' attribute value. |
java.sql.Date |
getRefurbishedDate()
Get the 'RefurbishedDate' attribute value. |
java.lang.String |
getRegistrationCountryCode()
Get the 'RegistrationCountryCode' attribute value. |
java.lang.Integer |
getRestaurantQuantity()
Get the 'RestaurantQuantity' attribute value. |
java.lang.Boolean |
getStabilizedIndicator()
Get the 'StabilizedIndicator' attribute value. |
void |
setBuiltDate(java.sql.Date builtDate)
Set the 'BuiltDate' attribute value. |
void |
setCruisingSpeed(java.lang.Float cruisingSpeed)
Set the 'CruisingSpeed' attribute value. |
void |
setElevatorQuantity(java.lang.Integer elevatorQuantity)
Set the 'ElevatorQuantity' attribute value. |
void |
setInauguralDate(java.sql.Date inauguralDate)
Set the 'InauguralDate' attribute value. |
void |
setInsideCabinQuantity(java.lang.Integer insideCabinQuantity)
Set the 'InsideCabinQuantity' attribute value. |
void |
setMaxCrewQuantity(java.lang.String maxCrewQuantity)
Set the 'MaxCrewQuantity' attribute value. |
void |
setMaxGuestQuantity(java.lang.String maxGuestQuantity)
Set the 'MaxGuestQuantity' attribute value. |
void |
setMaxSpeed(java.lang.Float maxSpeed)
Set the 'MaxSpeed' attribute value. |
void |
setNextRefurbishDate(java.sql.Date nextRefurbishDate)
Set the 'NextRefurbishDate' attribute value. |
void |
setOutsideCabinQuantity(java.lang.Integer outsideCabinQuantity)
Set the 'OutsideCabinQuantity' attribute value. |
void |
setRefurbishedDate(java.sql.Date refurbishedDate)
Set the 'RefurbishedDate' attribute value. |
void |
setRegistrationCountryCode(java.lang.String registrationCountryCode)
Set the 'RegistrationCountryCode' attribute value. |
void |
setRestaurantQuantity(java.lang.Integer restaurantQuantity)
Set the 'RestaurantQuantity' attribute value. |
void |
setStabilizedIndicator(java.lang.Boolean stabilizedIndicator)
Set the 'StabilizedIndicator' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InfoRS.Information.ShipInfo.Ship()
| Method Detail |
|---|
public java.lang.Boolean getStabilizedIndicator()
public void setStabilizedIndicator(java.lang.Boolean stabilizedIndicator)
stabilizedIndicator - public java.lang.String getRegistrationCountryCode()
public void setRegistrationCountryCode(java.lang.String registrationCountryCode)
registrationCountryCode - public java.lang.Integer getRestaurantQuantity()
public void setRestaurantQuantity(java.lang.Integer restaurantQuantity)
restaurantQuantity - public java.lang.Integer getElevatorQuantity()
public void setElevatorQuantity(java.lang.Integer elevatorQuantity)
elevatorQuantity - public java.lang.String getMaxCrewQuantity()
public void setMaxCrewQuantity(java.lang.String maxCrewQuantity)
maxCrewQuantity - public java.lang.String getMaxGuestQuantity()
public void setMaxGuestQuantity(java.lang.String maxGuestQuantity)
maxGuestQuantity - public java.lang.Float getCruisingSpeed()
public void setCruisingSpeed(java.lang.Float cruisingSpeed)
cruisingSpeed - public java.lang.Float getMaxSpeed()
public void setMaxSpeed(java.lang.Float maxSpeed)
maxSpeed - public java.lang.Integer getInsideCabinQuantity()
public void setInsideCabinQuantity(java.lang.Integer insideCabinQuantity)
insideCabinQuantity - public java.lang.Integer getOutsideCabinQuantity()
public void setOutsideCabinQuantity(java.lang.Integer outsideCabinQuantity)
outsideCabinQuantity - public java.sql.Date getInauguralDate()
public void setInauguralDate(java.sql.Date inauguralDate)
inauguralDate - public java.sql.Date getRefurbishedDate()
public void setRefurbishedDate(java.sql.Date refurbishedDate)
refurbishedDate - public java.sql.Date getBuiltDate()
public void setBuiltDate(java.sql.Date builtDate)
builtDate - public java.sql.Date getNextRefurbishDate()
public void setNextRefurbishDate(java.sql.Date nextRefurbishDate)
nextRefurbishDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||