|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.PostEventAttendanceGroup
public class PostEventAttendanceGroup
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 |
|---|
public PostEventAttendanceGroup()
| Method Detail |
|---|
public java.lang.Integer getTotalQuantity()
public void setTotalQuantity(java.lang.Integer totalQuantity)
totalQuantity - 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 - public java.lang.Integer getOnsiteRegisteredQuantity()
public void setOnsiteRegisteredQuantity(java.lang.Integer onsiteRegisteredQuantity)
onsiteRegisteredQuantity - public java.lang.Integer getNoShowQuantity()
public void setNoShowQuantity(java.lang.Integer noShowQuantity)
noShowQuantity - public java.lang.Integer getExhibitorQuantity()
public void setExhibitorQuantity(java.lang.Integer exhibitorQuantity)
exhibitorQuantity - public PostEventAttendanceGroup.Quantity getQuantity()
public void setQuantity(PostEventAttendanceGroup.Quantity quantity)
quantity -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||