|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.GuestCountGroup
public class GuestCountGroup
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 |
---|
public GuestCountGroup()
Method Detail |
---|
public java.lang.String getAgeQualifyingCode()
public void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
ageQualifyingCode
- public java.lang.Integer getAge()
public void setAge(java.lang.Integer age)
age
- public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |