|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseCategoryGroup
public class CruiseCategoryGroup
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 |
---|
public CruiseCategoryGroup()
Method Detail |
---|
public java.lang.String getBerthedCategoryCode()
public void setBerthedCategoryCode(java.lang.String berthedCategoryCode)
berthedCategoryCode
- public java.lang.String getPricedCategoryCode()
public void setPricedCategoryCode(java.lang.String pricedCategoryCode)
pricedCategoryCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |