|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite
public static class EventReport.EventSites.EventSite
A site utilized by the event. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:PostEventSiteReportType" name="EventSite" maxOccurs="99"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PostEventSiteReportType"> <xs:sequence> <xs:element type="ns:RFP_ResponseDetailType" name="ResponseType" minOccurs="0"/> <xs:element name="Event_ID" minOccurs="0" maxOccurs="9"> <!-- Reference to inner class EventID --> </xs:element> <xs:element name="Date" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> </xs:complexType> </xs:element> <xs:element name="Contacts" minOccurs="0"> <!-- Reference to inner class Contacts --> </xs:element> <xs:element name="AttendeeInfo" minOccurs="0" maxOccurs="3"> <!-- Reference to inner class AttendeeInfo --> </xs:element> <xs:element name="EventDays" minOccurs="0"> <!-- Reference to inner class EventDays --> </xs:element> <xs:element name="Exhibition" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class Exhibition --> </xs:element> <xs:element name="RoomBlocks" minOccurs="0"> <!-- Reference to inner class RoomBlocks --> </xs:element> <xs:element type="ns:TransportationType" name="Transportations" minOccurs="0"/> <xs:element name="TaxExemptInfo" minOccurs="0" maxOccurs="3"> <!-- Reference to inner class TaxExemptInfo --> </xs:element> <xs:element name="Comments" minOccurs="0"> <!-- Reference to inner class Comments --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="LocationCategoryCode"/> <xs:attribute type="xs:boolean" use="optional" name="PrimaryFacilityIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="HeadquarterHotelIndicator"/> <xs:attribute type="xs:string" use="optional" name="PropertyTypeCode"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
EventReport.EventSites.EventSite.AttendeeInfo
The number of attendees by type at this site for this event. |
static class |
EventReport.EventSites.EventSite.Comments
A collection of comments that pertain to this occurrence of the event. |
static class |
EventReport.EventSites.EventSite.Contacts
A collection of contacts associated with a specific site. |
static class |
EventReport.EventSites.EventSite.EventDays
A collection of event days. |
static class |
EventReport.EventSites.EventSite.EventID
This is a UniqueID that is associated with an individual event. |
static class |
EventReport.EventSites.EventSite.Exhibition
Describes an event at which products and services are displayed. |
static class |
EventReport.EventSites.EventSite.RoomBlocks
A collection of room blocks for this event. |
static class |
EventReport.EventSites.EventSite.TaxExemptInfo
Used to provide tax exemption information for the event. |
Constructor Summary | |
---|---|
EventReport.EventSites.EventSite()
|
Method Summary | |
---|---|
void |
addAttendeeInfo(EventReport.EventSites.EventSite.AttendeeInfo item)
Add a 'AttendeeInfo' element item. |
void |
addEventID(EventReport.EventSites.EventSite.EventID item)
Add a 'Event_ID' element item. |
void |
addExhibition(EventReport.EventSites.EventSite.Exhibition item)
Add a 'Exhibition' element item. |
void |
addTaxExemptInfo(EventReport.EventSites.EventSite.TaxExemptInfo item)
Add a 'TaxExemptInfo' element item. |
void |
clearAttendeeInfos()
Remove all 'AttendeeInfo' element items. |
void |
clearEventIDs()
Remove all 'Event_ID' element items. |
void |
clearExhibitions()
Remove all 'Exhibition' element items. |
void |
clearTaxExemptInfos()
Remove all 'TaxExemptInfo' element items. |
EventReport.EventSites.EventSite.AttendeeInfo |
getAttendeeInfo(int index)
Get 'AttendeeInfo' element item by position. |
java.util.List<EventReport.EventSites.EventSite.AttendeeInfo> |
getAttendeeInfos()
Get the list of 'AttendeeInfo' element items. |
EventReport.EventSites.EventSite.Comments |
getComments()
Get the 'Comments' element value. |
EventReport.EventSites.EventSite.Contacts |
getContacts()
Get the 'Contacts' element value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
DateTimeSpanGroup |
getDate()
Get the 'DateTimeSpanGroup' attributeGroup value. |
EventReport.EventSites.EventSite.EventDays |
getEventDays()
Get the 'EventDays' element value. |
EventReport.EventSites.EventSite.EventID |
getEventID(int index)
Get 'Event_ID' element item by position. |
java.util.List<EventReport.EventSites.EventSite.EventID> |
getEventIDs()
Get the list of 'Event_ID' element items. |
EventReport.EventSites.EventSite.Exhibition |
getExhibition(int index)
Get 'Exhibition' element item by position. |
java.util.List<EventReport.EventSites.EventSite.Exhibition> |
getExhibitions()
Get the list of 'Exhibition' element items. |
java.lang.Boolean |
getHeadquarterHotelIndicator()
Get the 'HeadquarterHotelIndicator' attribute value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.String |
getLocationCategoryCode()
Get the 'LocationCategoryCode' attribute value. |
java.lang.Boolean |
getPrimaryFacilityIndicator()
Get the 'PrimaryFacilityIndicator' attribute value. |
java.lang.String |
getPropertyTypeCode()
Get the 'PropertyTypeCode' attribute value. |
RFPResponseDetail |
getResponse()
Get the 'ResponseType' element value. |
EventReport.EventSites.EventSite.RoomBlocks |
getRoomBlocks()
Get the 'RoomBlocks' element value. |
EventReport.EventSites.EventSite.TaxExemptInfo |
getTaxExemptInfo(int index)
Get 'TaxExemptInfo' element item by position. |
java.util.List<EventReport.EventSites.EventSite.TaxExemptInfo> |
getTaxExemptInfos()
Get the list of 'TaxExemptInfo' element items. |
Transportation |
getTransportations()
Get the 'Transportations' element value. |
void |
setAttendeeInfos(java.util.List<EventReport.EventSites.EventSite.AttendeeInfo> list)
Set the list of 'AttendeeInfo' element items. |
void |
setComments(EventReport.EventSites.EventSite.Comments comments)
Set the 'Comments' element value. |
void |
setContacts(EventReport.EventSites.EventSite.Contacts contacts)
Set the 'Contacts' element value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setDate(DateTimeSpanGroup date)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setEventDays(EventReport.EventSites.EventSite.EventDays eventDays)
Set the 'EventDays' element value. |
void |
setEventIDs(java.util.List<EventReport.EventSites.EventSite.EventID> list)
Set the list of 'Event_ID' element items. |
void |
setExhibitions(java.util.List<EventReport.EventSites.EventSite.Exhibition> list)
Set the list of 'Exhibition' element items. |
void |
setHeadquarterHotelIndicator(java.lang.Boolean headquarterHotelIndicator)
Set the 'HeadquarterHotelIndicator' attribute value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setLocationCategoryCode(java.lang.String locationCategoryCode)
Set the 'LocationCategoryCode' attribute value. |
void |
setPrimaryFacilityIndicator(java.lang.Boolean primaryFacilityIndicator)
Set the 'PrimaryFacilityIndicator' attribute value. |
void |
setPropertyTypeCode(java.lang.String propertyTypeCode)
Set the 'PropertyTypeCode' attribute value. |
void |
setResponse(RFPResponseDetail response)
Set the 'ResponseType' element value. |
void |
setRoomBlocks(EventReport.EventSites.EventSite.RoomBlocks roomBlocks)
Set the 'RoomBlocks' element value. |
void |
setTaxExemptInfos(java.util.List<EventReport.EventSites.EventSite.TaxExemptInfo> list)
Set the list of 'TaxExemptInfo' element items. |
void |
setTransportations(Transportation transportations)
Set the 'Transportations' element value. |
int |
sizeAttendeeInfos()
Get the number of 'AttendeeInfo' element items. |
int |
sizeEventIDs()
Get the number of 'Event_ID' element items. |
int |
sizeExhibitions()
Get the number of 'Exhibition' element items. |
int |
sizeTaxExemptInfos()
Get the number of 'TaxExemptInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.EventSites.EventSite()
Method Detail |
---|
public RFPResponseDetail getResponse()
public void setResponse(RFPResponseDetail response)
response
- public java.util.List<EventReport.EventSites.EventSite.EventID> getEventIDs()
public void setEventIDs(java.util.List<EventReport.EventSites.EventSite.EventID> list)
list
- public int sizeEventIDs()
public void addEventID(EventReport.EventSites.EventSite.EventID item)
item
- public EventReport.EventSites.EventSite.EventID getEventID(int index)
index
-
public void clearEventIDs()
public DateTimeSpanGroup getDate()
public void setDate(DateTimeSpanGroup date)
date
- public EventReport.EventSites.EventSite.Contacts getContacts()
public void setContacts(EventReport.EventSites.EventSite.Contacts contacts)
contacts
- public java.util.List<EventReport.EventSites.EventSite.AttendeeInfo> getAttendeeInfos()
public void setAttendeeInfos(java.util.List<EventReport.EventSites.EventSite.AttendeeInfo> list)
list
- public int sizeAttendeeInfos()
public void addAttendeeInfo(EventReport.EventSites.EventSite.AttendeeInfo item)
item
- public EventReport.EventSites.EventSite.AttendeeInfo getAttendeeInfo(int index)
index
-
public void clearAttendeeInfos()
public EventReport.EventSites.EventSite.EventDays getEventDays()
public void setEventDays(EventReport.EventSites.EventSite.EventDays eventDays)
eventDays
- public java.util.List<EventReport.EventSites.EventSite.Exhibition> getExhibitions()
public void setExhibitions(java.util.List<EventReport.EventSites.EventSite.Exhibition> list)
list
- public int sizeExhibitions()
public void addExhibition(EventReport.EventSites.EventSite.Exhibition item)
item
- public EventReport.EventSites.EventSite.Exhibition getExhibition(int index)
index
-
public void clearExhibitions()
public EventReport.EventSites.EventSite.RoomBlocks getRoomBlocks()
public void setRoomBlocks(EventReport.EventSites.EventSite.RoomBlocks roomBlocks)
roomBlocks
- public Transportation getTransportations()
public void setTransportations(Transportation transportations)
transportations
- public java.util.List<EventReport.EventSites.EventSite.TaxExemptInfo> getTaxExemptInfos()
public void setTaxExemptInfos(java.util.List<EventReport.EventSites.EventSite.TaxExemptInfo> list)
list
- public int sizeTaxExemptInfos()
public void addTaxExemptInfo(EventReport.EventSites.EventSite.TaxExemptInfo item)
item
- public EventReport.EventSites.EventSite.TaxExemptInfo getTaxExemptInfo(int index)
index
-
public void clearTaxExemptInfos()
public EventReport.EventSites.EventSite.Comments getComments()
public void setComments(EventReport.EventSites.EventSite.Comments comments)
comments
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.String getLocationCategoryCode()
public void setLocationCategoryCode(java.lang.String locationCategoryCode)
locationCategoryCode
- public java.lang.Boolean getPrimaryFacilityIndicator()
public void setPrimaryFacilityIndicator(java.lang.Boolean primaryFacilityIndicator)
primaryFacilityIndicator
- public java.lang.Boolean getHeadquarterHotelIndicator()
public void setHeadquarterHotelIndicator(java.lang.Boolean headquarterHotelIndicator)
headquarterHotelIndicator
- public java.lang.String getPropertyTypeCode()
public void setPropertyTypeCode(java.lang.String propertyTypeCode)
propertyTypeCode
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |