|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CategoryAvailRS.FareOption.CategoryOption
public static class CategoryAvailRS.FareOption.CategoryOption
Contains available category information. Information relates to occupancy, category location on the ship, the proposed price and upgrade if available. 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" type="ns:CategoryOptionType" name="CategoryOption" maxOccurs="40"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CategoryOptionType"> <xs:sequence> <xs:element name="PriceInfos" minOccurs="0"> <!-- Reference to inner class PriceInfos --> </xs:element> <xs:element name="Dining" minOccurs="0" maxOccurs="8"> <!-- Reference to inner class Dining --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:FareGroup"/> <xs:attribute type="xs:string" use="optional" name="Status"/> <xs:attribute type="xs:boolean" use="optional" name="HeldIndicator"/> <xs:attribute type="ns:CategoryLocationType" use="optional" name="CategoryLocation"/> <xs:attribute type="xs:int" use="optional" name="MaxOccupancy"/> <xs:attribute type="xs:string" use="optional" name="ListOfCategoryQualifierCodes"/> <xs:attributeGroup ref="ns:CruiseCategoryGroup"/> <xs:attribute type="xs:int" use="optional" name="AvailableGroupAllocationQty"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
CategoryAvailRS.FareOption.CategoryOption.Dining
The status per dining seating. |
static class |
CategoryAvailRS.FareOption.CategoryOption.PriceInfos
Collection of price infos. |
Constructor Summary | |
---|---|
CategoryAvailRS.FareOption.CategoryOption()
|
Method Summary | |
---|---|
void |
addDining(CategoryAvailRS.FareOption.CategoryOption.Dining item)
Add a 'Dining' element item. |
void |
clearDinings()
Remove all 'Dining' element items. |
java.lang.Integer |
getAvailableGroupAllocationQty()
Get the 'AvailableGroupAllocationQty' attribute value. |
CategoryLocation |
getCategoryLocation()
Get the 'CategoryLocation' attribute value. |
CruiseCategoryGroup |
getCruiseCategoryGroup()
Get the 'CruiseCategoryGroup' attributeGroup value. |
CategoryAvailRS.FareOption.CategoryOption.Dining |
getDining(int index)
Get 'Dining' element item by position. |
java.util.List<CategoryAvailRS.FareOption.CategoryOption.Dining> |
getDinings()
Get the list of 'Dining' element items. |
FareGroup |
getFareGroup()
Get the 'FareGroup' attributeGroup value. |
java.lang.Boolean |
getHeldIndicator()
Get the 'HeldIndicator' attribute value. |
java.lang.String |
getListOfCategoryQualifierCodes()
Get the 'ListOfCategoryQualifierCodes' attribute value. |
java.lang.Integer |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
CategoryAvailRS.FareOption.CategoryOption.PriceInfos |
getPriceInfos()
Get the 'PriceInfos' element value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
void |
setAvailableGroupAllocationQty(java.lang.Integer availableGroupAllocationQty)
Set the 'AvailableGroupAllocationQty' attribute value. |
void |
setCategoryLocation(CategoryLocation categoryLocation)
Set the 'CategoryLocation' attribute value. |
void |
setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
Set the 'CruiseCategoryGroup' attributeGroup value. |
void |
setDinings(java.util.List<CategoryAvailRS.FareOption.CategoryOption.Dining> list)
Set the list of 'Dining' element items. |
void |
setFareGroup(FareGroup fareGroup)
Set the 'FareGroup' attributeGroup value. |
void |
setHeldIndicator(java.lang.Boolean heldIndicator)
Set the 'HeldIndicator' attribute value. |
void |
setListOfCategoryQualifierCodes(java.lang.String listOfCategoryQualifierCodes)
Set the 'ListOfCategoryQualifierCodes' attribute value. |
void |
setMaxOccupancy(java.lang.Integer maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
void |
setPriceInfos(CategoryAvailRS.FareOption.CategoryOption.PriceInfos priceInfos)
Set the 'PriceInfos' element value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
int |
sizeDinings()
Get the number of 'Dining' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryAvailRS.FareOption.CategoryOption()
Method Detail |
---|
public CategoryAvailRS.FareOption.CategoryOption.PriceInfos getPriceInfos()
public void setPriceInfos(CategoryAvailRS.FareOption.CategoryOption.PriceInfos priceInfos)
priceInfos
- public java.util.List<CategoryAvailRS.FareOption.CategoryOption.Dining> getDinings()
public void setDinings(java.util.List<CategoryAvailRS.FareOption.CategoryOption.Dining> list)
list
- public int sizeDinings()
public void addDining(CategoryAvailRS.FareOption.CategoryOption.Dining item)
item
- public CategoryAvailRS.FareOption.CategoryOption.Dining getDining(int index)
index
-
public void clearDinings()
public FareGroup getFareGroup()
public void setFareGroup(FareGroup fareGroup)
fareGroup
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- public java.lang.Boolean getHeldIndicator()
public void setHeldIndicator(java.lang.Boolean heldIndicator)
heldIndicator
- public CategoryLocation getCategoryLocation()
public void setCategoryLocation(CategoryLocation categoryLocation)
categoryLocation
- public java.lang.Integer getMaxOccupancy()
public void setMaxOccupancy(java.lang.Integer maxOccupancy)
maxOccupancy
- public java.lang.String getListOfCategoryQualifierCodes()
public void setListOfCategoryQualifierCodes(java.lang.String listOfCategoryQualifierCodes)
listOfCategoryQualifierCodes
- public CruiseCategoryGroup getCruiseCategoryGroup()
public void setCruiseCategoryGroup(CruiseCategoryGroup cruiseCategoryGroup)
cruiseCategoryGroup
- public java.lang.Integer getAvailableGroupAllocationQty()
public void setAvailableGroupAllocationQty(java.lang.Integer availableGroupAllocationQty)
availableGroupAllocationQty
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |