org.ota.hotel
Class PostEventAttendanceGroup

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

public class PostEventAttendanceGroup
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="PostEventAttendanceGroup">
   <xs:attribute type="xs:int" use="optional" name="TotalQuantity"/>
   <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:attribute type="xs:int" use="optional" name="OnsiteRegisteredQuantity"/>
   <xs:attribute type="xs:int" use="optional" name="NoShowQuantity"/>
   <xs:attribute type="xs:int" use="optional" name="ExhibitorQuantity"/>
   <xs:attribute use="optional" name="QuantityType">
     <xs:simpleType>
       <!-- Reference to inner class Quantity -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class PostEventAttendanceGroup.Quantity
          Schema fragment(s) for this class:
 
Constructor Summary
PostEventAttendanceGroup()
           
 
Method Summary
 java.lang.Integer getDomesticQuantity()
          Get the 'DomesticQuantity' attribute value.
 java.lang.Integer getExhibitorQuantity()
          Get the 'ExhibitorQuantity' attribute value.
 java.lang.Integer getInternationalQuantity()
          Get the 'InternationalQuantity' attribute value.
 java.lang.Integer getNoShowQuantity()
          Get the 'NoShowQuantity' attribute value.
 java.lang.Integer getOnsiteRegisteredQuantity()
          Get the 'OnsiteRegisteredQuantity' attribute value.
 java.lang.Integer getPreRegisteredQuantity()
          Get the 'PreRegisteredQuantity' attribute value.
 PostEventAttendanceGroup.Quantity getQuantity()
          Get the 'QuantityType' attribute value.
 java.lang.Integer getTotalQuantity()
          Get the 'TotalQuantity' attribute value.
 void setDomesticQuantity(java.lang.Integer domesticQuantity)
          Set the 'DomesticQuantity' attribute value.
 void setExhibitorQuantity(java.lang.Integer exhibitorQuantity)
          Set the 'ExhibitorQuantity' attribute value.
 void setInternationalQuantity(java.lang.Integer internationalQuantity)
          Set the 'InternationalQuantity' attribute value.
 void setNoShowQuantity(java.lang.Integer noShowQuantity)
          Set the 'NoShowQuantity' attribute value.
 void setOnsiteRegisteredQuantity(java.lang.Integer onsiteRegisteredQuantity)
          Set the 'OnsiteRegisteredQuantity' attribute value.
 void setPreRegisteredQuantity(java.lang.Integer preRegisteredQuantity)
          Set the 'PreRegisteredQuantity' attribute value.
 void setQuantity(PostEventAttendanceGroup.Quantity quantity)
          Set the 'QuantityType' attribute value.
 void setTotalQuantity(java.lang.Integer totalQuantity)
          Set the 'TotalQuantity' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostEventAttendanceGroup

public PostEventAttendanceGroup()
Method Detail

getTotalQuantity

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

Returns:
value

setTotalQuantity

public void setTotalQuantity(java.lang.Integer totalQuantity)
Set the 'TotalQuantity' attribute value. The expected number of total attendees at the event.

Parameters:
totalQuantity -

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 -

getOnsiteRegisteredQuantity

public java.lang.Integer getOnsiteRegisteredQuantity()
Get the 'OnsiteRegisteredQuantity' attribute value. The number of attendees for the event that registered onsite.

Returns:
value

setOnsiteRegisteredQuantity

public void setOnsiteRegisteredQuantity(java.lang.Integer onsiteRegisteredQuantity)
Set the 'OnsiteRegisteredQuantity' attribute value. The number of attendees for the event that registered onsite.

Parameters:
onsiteRegisteredQuantity -

getNoShowQuantity

public java.lang.Integer getNoShowQuantity()
Get the 'NoShowQuantity' attribute value. The number of no shows for the event.

Returns:
value

setNoShowQuantity

public void setNoShowQuantity(java.lang.Integer noShowQuantity)
Set the 'NoShowQuantity' attribute value. The number of no shows for the event.

Parameters:
noShowQuantity -

getExhibitorQuantity

public java.lang.Integer getExhibitorQuantity()
Get the 'ExhibitorQuantity' attribute value. The number of exhibitor attendees for the event.

Returns:
value

setExhibitorQuantity

public void setExhibitorQuantity(java.lang.Integer exhibitorQuantity)
Set the 'ExhibitorQuantity' attribute value. The number of exhibitor attendees for the event.

Parameters:
exhibitorQuantity -

getQuantity

public PostEventAttendanceGroup.Quantity getQuantity()
Get the 'QuantityType' attribute value. Defines the type of information (i.e., estimated, guaranteed, actual).

Returns:
value

setQuantity

public void setQuantity(PostEventAttendanceGroup.Quantity quantity)
Set the 'QuantityType' attribute value. Defines the type of information (i.e., estimated, guaranteed, actual).

Parameters:
quantity -