|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.SearchQualifier
org.ota.cruise.SailingSearchQualifier
public class SailingSearchQualifier
Search qualifiers that can be used to identify a cruise. 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="SailingSearchQualifierType"> <xs:complexContent> <xs:extension base="ns:SearchQualifierType"> <xs:sequence> <xs:element name="Port" minOccurs="0"> <!-- Reference to inner class Port --> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
SailingSearchQualifier.Port
Provides information regarding the port. |
Nested classes/interfaces inherited from class org.ota.cruise.SearchQualifier |
---|
SearchQualifier.Dining, SearchQualifier.Residency, SearchQualifier.Status |
Constructor Summary | |
---|---|
SailingSearchQualifier()
|
Method Summary | |
---|---|
SailingSearchQualifier.Port |
getPort()
Get the 'Port' element value. |
void |
setPort(SailingSearchQualifier.Port port)
Set the 'Port' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SailingSearchQualifier()
Method Detail |
---|
public SailingSearchQualifier.Port getPort()
public void setPort(SailingSearchQualifier.Port port)
port
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |