org.ota.cruise
Class SailingSearchQualifier

java.lang.Object
  extended by org.ota.cruise.SearchQualifier
      extended by org.ota.cruise.SailingSearchQualifier

public class SailingSearchQualifier
extends SearchQualifier

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 org.ota.cruise.SearchQualifier
addStatu, clearStatus, getCabinNumber, getCategoryLocation, getCruiseCategoryGroup, getDining, getFareGroup, getHeldIndicator, getLoyaltyInfoGroup, getMaxOccupancy, getPriceRange, getReservationID, getResidency, getSortOrderCode, getStatu, getStatus, setCabinNumber, setCategoryLocation, setCruiseCategoryGroup, setDining, setFareGroup, setHeldIndicator, setLoyaltyInfoGroup, setMaxOccupancy, setPriceRange, setReservationID, setResidency, setSortOrderCode, setStatus, sizeStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailingSearchQualifier

public SailingSearchQualifier()
Method Detail

getPort

public SailingSearchQualifier.Port getPort()
Get the 'Port' element value.

Returns:
value

setPort

public void setPort(SailingSearchQualifier.Port port)
Set the 'Port' element value.

Parameters:
port -