org.ota.cruise
Class DiningAvailRQ.DiningRoom.Seating

java.lang.Object
  extended by org.ota.cruise.DiningAvailRQ.DiningRoom.Seating
Enclosing class:
DiningAvailRQ.DiningRoom

public static class DiningAvailRQ.DiningRoom.Seating
extends java.lang.Object

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

DiningAvailRQ.DiningRoom.Seating

public DiningAvailRQ.DiningRoom.Seating()
Method Detail

getTableSize

public java.lang.String getTableSize()
Get the 'TableSize' attribute value. Specifies the table size of the dining.

Returns:
value

setTableSize

public void setTableSize(java.lang.String tableSize)
Set the 'TableSize' attribute value. Specifies the table size of the dining.

Parameters:
tableSize -

getAgeCode

public java.lang.String getAgeCode()
Get the 'AgeCode' attribute value. Refer to OpenTravel Code List Age Qualifying Code (AQC).

Returns:
value

setAgeCode

public void setAgeCode(java.lang.String ageCode)
Set the 'AgeCode' attribute value. Refer to OpenTravel Code List Age Qualifying Code (AQC).

Parameters:
ageCode -

getSitting

public java.lang.String getSitting()
Get the 'Sitting' attribute value. Dining service. Typical values are: first, second, third, open.

Returns:
value

setSitting

public void setSitting(java.lang.String sitting)
Set the 'Sitting' attribute value. Dining service. Typical values are: first, second, third, open.

Parameters:
sitting -