org.ota.cruise
Class CruiseCategoryGroup

java.lang.Object
  extended by org.ota.cruise.CruiseCategoryGroup

public class CruiseCategoryGroup
extends java.lang.Object

Contains the berth and price category codes. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CruiseCategoryGroup">
   <xs:attribute type="xs:string" use="optional" name="BerthedCategoryCode"/>
   <xs:attribute type="xs:string" use="optional" name="PricedCategoryCode"/>
 </xs:attributeGroup>
 


Constructor Summary
CruiseCategoryGroup()
           
 
Method Summary
 java.lang.String getBerthedCategoryCode()
          Get the 'BerthedCategoryCode' attribute value.
 java.lang.String getPricedCategoryCode()
          Get the 'PricedCategoryCode' attribute value.
 void setBerthedCategoryCode(java.lang.String berthedCategoryCode)
          Set the 'BerthedCategoryCode' attribute value.
 void setPricedCategoryCode(java.lang.String pricedCategoryCode)
          Set the 'PricedCategoryCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseCategoryGroup

public CruiseCategoryGroup()
Method Detail

getBerthedCategoryCode

public java.lang.String getBerthedCategoryCode()
Get the 'BerthedCategoryCode' attribute value. Contains the cruise line's category code for the general cabin location. BerthedCategoryCode will differ from the PricedCategoryCode if the customer receives an upgrade.

Returns:
value

setBerthedCategoryCode

public void setBerthedCategoryCode(java.lang.String berthedCategoryCode)
Set the 'BerthedCategoryCode' attribute value. Contains the cruise line's category code for the general cabin location. BerthedCategoryCode will differ from the PricedCategoryCode if the customer receives an upgrade.

Parameters:
berthedCategoryCode -

getPricedCategoryCode

public java.lang.String getPricedCategoryCode()
Get the 'PricedCategoryCode' attribute value. Contains the cruise line's category code for the general cabin location for which the customer pays. PricedCategoryCode will differ from the BerthedCategoryCode if the customer receives an upgrade.

Returns:
value

setPricedCategoryCode

public void setPricedCategoryCode(java.lang.String pricedCategoryCode)
Set the 'PricedCategoryCode' attribute value. Contains the cruise line's category code for the general cabin location for which the customer pays. PricedCategoryCode will differ from the BerthedCategoryCode if the customer receives an upgrade.

Parameters:
pricedCategoryCode -