|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.SearchQualifier
public class SearchQualifier
Search qualifiers that can be used in cruise availability/fare/category to avail special search data. 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="SearchQualifierType"> <xs:sequence> <xs:element type="ns:UniqueID_Type" name="ReservationID" minOccurs="0"/> <xs:element name="Residency" minOccurs="0"> <!-- Reference to inner class Residency --> </xs:element> <xs:element name="PriceRange" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:RateRangeGroup"/> </xs:complexType> </xs:element> <xs:element name="Status" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class Status --> </xs:element> <xs:element name="Dining" minOccurs="0"> <!-- Reference to inner class Dining --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:CruiseCategoryGroup"/> <xs:attribute type="xs:string" use="optional" name="CabinNumber"/> <xs:attribute type="xs:boolean" use="optional" name="HeldIndicator"/> <xs:attributeGroup ref="ns:FareGroup"/> <xs:attribute type="xs:int" use="optional" name="MaxOccupancy"/> <xs:attribute type="ns:CategoryLocationType" use="optional" name="CategoryLocation"/> <xs:attributeGroup ref="ns:LoyaltyInfoGroup"/> <xs:attribute type="xs:string" use="optional" name="SortOrderCode"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
SearchQualifier.Dining
Provides a search filter by dining sitting. |
static class |
SearchQualifier.Residency
Defines where the passenger resides for fare calculation purposes. |
static class |
SearchQualifier.Status
Provides a search filter by the status of sailing, category, fare, or cabin. |
Constructor Summary | |
---|---|
SearchQualifier()
|
Method Summary | |
---|---|
void |
addStatu(SearchQualifier.Status item)
Add a 'Status' element item. |
void |
clearStatus()
Remove all 'Status' element items. |
java.lang.String |
getCabinNumber()
Get the 'CabinNumber' attribute value. |
CategoryLocation |
getCategoryLocation()
Get the 'CategoryLocation' attribute value. |
CruiseCategoryGroup |
getCruiseCategoryGroup()
Get the 'CruiseCategoryGroup' attributeGroup value. |
SearchQualifier.Dining |
getDining()
Get the 'Dining' element value. |
FareGroup |
getFareGroup()
Get the 'FareGroup' attributeGroup value. |
java.lang.Boolean |
getHeldIndicator()
Get the 'HeldIndicator' attribute value. |
LoyaltyInfoGroup |
getLoyaltyInfoGroup()
Get the 'LoyaltyInfoGroup' attributeGroup value. |
java.lang.Integer |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
RateRangeGroup |
getPriceRange()
Get the 'RateRangeGroup' attributeGroup value. |
UniqueID |
getReservationID()
Get the 'ReservationID' element value. |
SearchQualifier.Residency |
getResidency()
Get the 'Residency' element value. |
java.lang.String |
getSortOrderCode()
Get the 'SortOrderCode' attribute value. |
SearchQualifier.Status |
getStatu(int index)
Get 'Status' element item by position. |
java.util.List<SearchQualifier.Status> |
getStatus()
Get the list of 'Status' element items. |
void |
setCabinNumber(java.lang.String cabinNumber)
Set the 'CabinNumber' attribute value. |
void |
setCategoryLocation(CategoryLocation categoryLocation)
Set the 'CategoryLocation' attribute value. |
void |
setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
Set the 'CruiseCategoryGroup' attributeGroup value. |
void |
setDining(SearchQualifier.Dining dining)
Set the 'Dining' element value. |
void |
setFareGroup(FareGroup fareGroup)
Set the 'FareGroup' attributeGroup value. |
void |
setHeldIndicator(java.lang.Boolean heldIndicator)
Set the 'HeldIndicator' attribute value. |
void |
setLoyaltyInfoGroup(LoyaltyInfoGroup loyaltyInfoGroup)
Set the 'LoyaltyInfoGroup' attributeGroup value. |
void |
setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
void |
setPriceRange(RateRangeGroup priceRange)
Set the 'RateRangeGroup' attributeGroup value. |
void |
setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value. |
void |
setResidency(SearchQualifier.Residency residency)
Set the 'Residency' element value. |
void |
setSortOrderCode(java.lang.String sortOrderCode)
Set the 'SortOrderCode' attribute value. |
void |
setStatus(java.util.List<SearchQualifier.Status> list)
Set the list of 'Status' element items. |
int |
sizeStatus()
Get the number of 'Status' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchQualifier()
Method Detail |
---|
public UniqueID getReservationID()
public void setReservationID(UniqueID reservationID)
reservationID
- public SearchQualifier.Residency getResidency()
public void setResidency(SearchQualifier.Residency residency)
residency
- public RateRangeGroup getPriceRange()
public void setPriceRange(RateRangeGroup priceRange)
priceRange
- public java.util.List<SearchQualifier.Status> getStatus()
public void setStatus(java.util.List<SearchQualifier.Status> list)
list
- public int sizeStatus()
public void addStatu(SearchQualifier.Status item)
item
- public SearchQualifier.Status getStatu(int index)
index
-
public void clearStatus()
public SearchQualifier.Dining getDining()
public void setDining(SearchQualifier.Dining dining)
dining
- public CruiseCategoryGroup getCruiseCategoryGroup()
public void setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
cruiseCategoryGroup
- public java.lang.String getCabinNumber()
public void setCabinNumber(java.lang.String cabinNumber)
cabinNumber
- public java.lang.Boolean getHeldIndicator()
public void setHeldIndicator(java.lang.Boolean heldIndicator)
heldIndicator
- public FareGroup getFareGroup()
public void setFareGroup(FareGroup fareGroup)
fareGroup
- public java.lang.Integer getMaxOccupancy()
public void setMaxOccupancy(java.lang.Integer maxOccupancy)
maxOccupancy
- public CategoryLocation getCategoryLocation()
public void setCategoryLocation(CategoryLocation categoryLocation)
categoryLocation
- public LoyaltyInfoGroup getLoyaltyInfoGroup()
public void setLoyaltyInfoGroup(LoyaltyInfoGroup loyaltyInfoGroup)
loyaltyInfoGroup
- public java.lang.String getSortOrderCode()
public void setSortOrderCode(java.lang.String sortOrderCode)
sortOrderCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |