org.ota.cruise
Class CabinAvailRQ.SearchQualifiers

java.lang.Object
  extended by org.ota.cruise.SearchQualifier
      extended by org.ota.cruise.CabinAvailRQ.SearchQualifiers
Enclosing class:
CabinAvailRQ

public static class CabinAvailRQ.SearchQualifiers
extends SearchQualifier

Used to further qualify the cabin availability search. 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="SearchQualifiers" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:SearchQualifierType">
         <xs:attributeGroup ref="ns:DeckGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.cruise.SearchQualifier
SearchQualifier.Dining, SearchQualifier.Residency, SearchQualifier.Status
 
Constructor Summary
CabinAvailRQ.SearchQualifiers()
           
 
Method Summary
 DeckGroup getDeckGroup()
          Get the 'DeckGroup' attributeGroup value.
 void setDeckGroup(DeckGroup deckGroup)
          Set the 'DeckGroup' attributeGroup 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

CabinAvailRQ.SearchQualifiers

public CabinAvailRQ.SearchQualifiers()
Method Detail

getDeckGroup

public DeckGroup getDeckGroup()
Get the 'DeckGroup' attributeGroup value. Provides the ability to search on deck number or name.

Returns:
value

setDeckGroup

public void setDeckGroup(DeckGroup deckGroup)
Set the 'DeckGroup' attributeGroup value. Provides the ability to search on deck number or name.

Parameters:
deckGroup -