org.ota.hotel
Class GuestCountGroup

java.lang.Object
  extended by org.ota.hotel.GuestCountGroup

public class GuestCountGroup
extends java.lang.Object

Defines the number of guests. 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="GuestCountGroup">
   <xs:attribute type="xs:string" use="optional" name="AgeQualifyingCode"/>
   <xs:attribute type="xs:int" use="optional" name="Age"/>
   <xs:attribute type="xs:int" use="optional" name="Count"/>
 </xs:attributeGroup>
 


Constructor Summary
GuestCountGroup()
           
 
Method Summary
 java.lang.Integer getAge()
          Get the 'Age' attribute value.
 java.lang.String getAgeQualifyingCode()
          Get the 'AgeQualifyingCode' attribute value.
 java.lang.Integer getCount()
          Get the 'Count' attribute value.
 void setAge(java.lang.Integer age)
          Set the 'Age' attribute value.
 void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
          Set the 'AgeQualifyingCode' attribute value.
 void setCount(java.lang.Integer count)
          Set the 'Count' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuestCountGroup

public GuestCountGroup()
Method Detail

getAgeQualifyingCode

public java.lang.String getAgeQualifyingCode()
Get the 'AgeQualifyingCode' attribute value. A code representing a business rule that determines the charges for a guest based upon age range (e.g. Adult, Child, Senior, Child With Adult, Child Without Adult). This attribute allows for an increase in rate by occupant class. Refer to OpenTravel Code List Age Qualifying Code (AQC).

Returns:
value

setAgeQualifyingCode

public void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
Set the 'AgeQualifyingCode' attribute value. A code representing a business rule that determines the charges for a guest based upon age range (e.g. Adult, Child, Senior, Child With Adult, Child Without Adult). This attribute allows for an increase in rate by occupant class. Refer to OpenTravel Code List Age Qualifying Code (AQC).

Parameters:
ageQualifyingCode -

getAge

public java.lang.Integer getAge()
Get the 'Age' attribute value. Defines the age of a guest.

Returns:
value

setAge

public void setAge(java.lang.Integer age)
Set the 'Age' attribute value. Defines the age of a guest.

Parameters:
age -

getCount

public java.lang.Integer getCount()
Get the 'Count' attribute value. The number of guests in one AgeQualifyingCode or Count.

Returns:
value

setCount

public void setCount(java.lang.Integer count)
Set the 'Count' attribute value. The number of guests in one AgeQualifyingCode or Count.

Parameters:
count -