|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventStatisticsGroup
public class EventStatisticsGroup
Provides statistics regarding 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="EventStatisticsGroup"> <xs:attribute type="xs:int" use="optional" name="AttendeeQuantity"/> <xs:attribute type="xs:int" use="optional" name="RoomBlockQuantity"/> <xs:attribute type="xs:int" use="optional" name="RoomPickupQuantity"/> <xs:attribute type="xs:float" use="optional" name="TotalGuestRoomAmount"/> <xs:attribute type="xs:float" use="optional" name="TotalFoodAndBevAmount"/> <xs:attribute type="xs:float" use="optional" name="TotalMeetingRoomRentalAmount"/> <xs:attribute type="xs:float" use="optional" name="TotalAudioVisualRentalAmount"/> <xs:attribute type="xs:float" use="optional" name="TotalMiscAmount"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
EventStatisticsGroup()
|
Method Summary | |
---|---|
java.lang.Integer |
getAttendeeQuantity()
Get the 'AttendeeQuantity' attribute value. |
java.lang.Integer |
getRoomBlockQuantity()
Get the 'RoomBlockQuantity' attribute value. |
java.lang.Integer |
getRoomPickupQuantity()
Get the 'RoomPickupQuantity' attribute value. |
java.lang.Float |
getTotalAudioVisualRentalAmount()
Get the 'TotalAudioVisualRentalAmount' attribute value. |
java.lang.Float |
getTotalFoodAndBevAmount()
Get the 'TotalFoodAndBevAmount' attribute value. |
java.lang.Float |
getTotalGuestRoomAmount()
Get the 'TotalGuestRoomAmount' attribute value. |
java.lang.Float |
getTotalMeetingRoomRentalAmount()
Get the 'TotalMeetingRoomRentalAmount' attribute value. |
java.lang.Float |
getTotalMiscAmount()
Get the 'TotalMiscAmount' attribute value. |
void |
setAttendeeQuantity(java.lang.Integer attendeeQuantity)
Set the 'AttendeeQuantity' attribute value. |
void |
setRoomBlockQuantity(java.lang.Integer roomBlockQuantity)
Set the 'RoomBlockQuantity' attribute value. |
void |
setRoomPickupQuantity(java.lang.Integer roomPickupQuantity)
Set the 'RoomPickupQuantity' attribute value. |
void |
setTotalAudioVisualRentalAmount(java.lang.Float totalAudioVisualRentalAmount)
Set the 'TotalAudioVisualRentalAmount' attribute value. |
void |
setTotalFoodAndBevAmount(java.lang.Float totalFoodAndBevAmount)
Set the 'TotalFoodAndBevAmount' attribute value. |
void |
setTotalGuestRoomAmount(java.lang.Float totalGuestRoomAmount)
Set the 'TotalGuestRoomAmount' attribute value. |
void |
setTotalMeetingRoomRentalAmount(java.lang.Float totalMeetingRoomRentalAmount)
Set the 'TotalMeetingRoomRentalAmount' attribute value. |
void |
setTotalMiscAmount(java.lang.Float totalMiscAmount)
Set the 'TotalMiscAmount' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventStatisticsGroup()
Method Detail |
---|
public java.lang.Integer getAttendeeQuantity()
public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
attendeeQuantity
- public java.lang.Integer getRoomBlockQuantity()
public void setRoomBlockQuantity(java.lang.Integer roomBlockQuantity)
roomBlockQuantity
- public java.lang.Integer getRoomPickupQuantity()
public void setRoomPickupQuantity(java.lang.Integer roomPickupQuantity)
roomPickupQuantity
- public java.lang.Float getTotalGuestRoomAmount()
public void setTotalGuestRoomAmount(java.lang.Float totalGuestRoomAmount)
totalGuestRoomAmount
- public java.lang.Float getTotalFoodAndBevAmount()
public void setTotalFoodAndBevAmount(java.lang.Float totalFoodAndBevAmount)
totalFoodAndBevAmount
- public java.lang.Float getTotalMeetingRoomRentalAmount()
public void setTotalMeetingRoomRentalAmount(java.lang.Float totalMeetingRoomRentalAmount)
totalMeetingRoomRentalAmount
- public java.lang.Float getTotalAudioVisualRentalAmount()
public void setTotalAudioVisualRentalAmount(java.lang.Float totalAudioVisualRentalAmount)
totalAudioVisualRentalAmount
- public java.lang.Float getTotalMiscAmount()
public void setTotalMiscAmount(java.lang.Float totalMiscAmount)
totalMiscAmount
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |