| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.AttendanceGroup
public class AttendanceGroup
Defines attendee information for an event. 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="AttendanceGroup"> <xs:attribute type="xs:int" use="optional" name="ExpectedTotalQuantity"/> <xs:attribute type="xs:int" use="optional" name="DomesticQuantity"/> <xs:attribute type="xs:int" use="optional" name="InternationalQuantity"/> <xs:attribute type="xs:int" use="optional" name="PreRegisteredQuantity"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
AttendanceGroup()
 | 
|
| Method Summary | |
|---|---|
 java.lang.Integer | 
getDomesticQuantity()
Get the 'DomesticQuantity' attribute value.  | 
 java.lang.Integer | 
getExpectedTotalQuantity()
Get the 'ExpectedTotalQuantity' attribute value.  | 
 java.lang.Integer | 
getInternationalQuantity()
Get the 'InternationalQuantity' attribute value.  | 
 java.lang.Integer | 
getPreRegisteredQuantity()
Get the 'PreRegisteredQuantity' attribute value.  | 
 void | 
setDomesticQuantity(java.lang.Integer domesticQuantity)
Set the 'DomesticQuantity' attribute value.  | 
 void | 
setExpectedTotalQuantity(java.lang.Integer expectedTotalQuantity)
Set the 'ExpectedTotalQuantity' attribute value.  | 
 void | 
setInternationalQuantity(java.lang.Integer internationalQuantity)
Set the 'InternationalQuantity' attribute value.  | 
 void | 
setPreRegisteredQuantity(java.lang.Integer preRegisteredQuantity)
Set the 'PreRegisteredQuantity' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AttendanceGroup()
| Method Detail | 
|---|
public java.lang.Integer getExpectedTotalQuantity()
public void setExpectedTotalQuantity(java.lang.Integer expectedTotalQuantity)
expectedTotalQuantity - public java.lang.Integer getDomesticQuantity()
public void setDomesticQuantity(java.lang.Integer domesticQuantity)
domesticQuantity - public java.lang.Integer getInternationalQuantity()
public void setInternationalQuantity(java.lang.Integer internationalQuantity)
internationalQuantity - public java.lang.Integer getPreRegisteredQuantity()
public void setPreRegisteredQuantity(java.lang.Integer preRegisteredQuantity)
preRegisteredQuantity - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||