org.ota.hotel
Class AttendanceGroup

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

public class AttendanceGroup
extends java.lang.Object

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

AttendanceGroup

public AttendanceGroup()
Method Detail

getExpectedTotalQuantity

public java.lang.Integer getExpectedTotalQuantity()
Get the 'ExpectedTotalQuantity' attribute value. The expected number of total attendees at the event.

Returns:
value

setExpectedTotalQuantity

public void setExpectedTotalQuantity(java.lang.Integer expectedTotalQuantity)
Set the 'ExpectedTotalQuantity' attribute value. The expected number of total attendees at the event.

Parameters:
expectedTotalQuantity -

getDomesticQuantity

public java.lang.Integer getDomesticQuantity()
Get the 'DomesticQuantity' attribute value. The expected number of domestic attendees for the event.

Returns:
value

setDomesticQuantity

public void setDomesticQuantity(java.lang.Integer domesticQuantity)
Set the 'DomesticQuantity' attribute value. The expected number of domestic attendees for the event.

Parameters:
domesticQuantity -

getInternationalQuantity

public java.lang.Integer getInternationalQuantity()
Get the 'InternationalQuantity' attribute value. The expected number of international attendess for the event.

Returns:
value

setInternationalQuantity

public void setInternationalQuantity(java.lang.Integer internationalQuantity)
Set the 'InternationalQuantity' attribute value. The expected number of international attendess for the event.

Parameters:
internationalQuantity -

getPreRegisteredQuantity

public java.lang.Integer getPreRegisteredQuantity()
Get the 'PreRegisteredQuantity' attribute value. The number of preregistered attendees for the event.

Returns:
value

setPreRegisteredQuantity

public void setPreRegisteredQuantity(java.lang.Integer preRegisteredQuantity)
Set the 'PreRegisteredQuantity' attribute value. The number of preregistered attendees for the event.

Parameters:
preRegisteredQuantity -