| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.DiningAvailRQ.DiningRoom.Seating
public static class DiningAvailRQ.DiningRoom.Seating
Specifies the table size and age categories. 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="Seating" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="TableSize"/>
     <xs:attribute type="xs:string" use="optional" name="AgeCode"/>
     <xs:attribute type="xs:string" use="optional" name="Sitting"/>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
DiningAvailRQ.DiningRoom.Seating()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getAgeCode()
Get the 'AgeCode' attribute value.  | 
 java.lang.String | 
getSitting()
Get the 'Sitting' attribute value.  | 
 java.lang.String | 
getTableSize()
Get the 'TableSize' attribute value.  | 
 void | 
setAgeCode(java.lang.String ageCode)
Set the 'AgeCode' attribute value.  | 
 void | 
setSitting(java.lang.String sitting)
Set the 'Sitting' attribute value.  | 
 void | 
setTableSize(java.lang.String tableSize)
Set the 'TableSize' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DiningAvailRQ.DiningRoom.Seating()
| Method Detail | 
|---|
public java.lang.String getTableSize()
public void setTableSize(java.lang.String tableSize)
tableSize - public java.lang.String getAgeCode()
public void setAgeCode(java.lang.String ageCode)
ageCode - public java.lang.String getSitting()
public void setSitting(java.lang.String sitting)
sitting - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||