| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.Exhibition
public static class EventReport.EventSites.EventSite.Exhibition
Describes an event at which products and services are displayed. 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" name="Exhibition" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ExhibitDetails" minOccurs="0">
         <!-- Reference to inner class ExhibitDetails -->
       </xs:element>
       <xs:element name="ExhibitorInfo" minOccurs="0">
         <!-- Reference to inner class ExhibitorInfo -->
       </xs:element>
       <xs:element name="AdditionalDates" minOccurs="0">
         <!-- Reference to inner class AdditionalDates -->
       </xs:element>
       <xs:element name="Comments" minOccurs="0">
         <!-- Reference to inner class Comments -->
       </xs:element>
     </xs:sequence>
     <xs:attribute use="optional" name="Type">
       <xs:simpleType>
         <!-- Reference to inner class Type -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:int" use="optional" name="GrossExhibitionSpace"/>
     <xs:attribute type="xs:int" use="optional" name="NetExhibitionSpace"/>
     <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/>
     <xs:attribute type="xs:int" use="optional" name="ExhibitQuantity"/>
     <xs:attribute type="xs:int" use="optional" name="CompanyQuantity"/>
     <xs:attribute type="xs:boolean" use="optional" name="GeneralServiceContractorInd"/>
     <xs:attribute type="xs:boolean" use="optional" name="SecuredAreaIndicator"/>
   </xs:complexType>
 </xs:element>
 
| Nested Class Summary | |
|---|---|
static class | 
EventReport.EventSites.EventSite.Exhibition.AdditionalDates
A collection of additional dates.  | 
static class | 
EventReport.EventSites.EventSite.Exhibition.Comments
A collection of comments pertaining to the exhibition.  | 
static class | 
EventReport.EventSites.EventSite.Exhibition.ExhibitDetails
A collection of exhibit details.  | 
static class | 
EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo
Exhibitor (i.e., the people working the booths) information for the event.  | 
static class | 
EventReport.EventSites.EventSite.Exhibition.Type
Schema fragment(s) for this class:  | 
| Constructor Summary | |
|---|---|
EventReport.EventSites.EventSite.Exhibition()
 | 
|
| Method Summary | |
|---|---|
 EventReport.EventSites.EventSite.Exhibition.AdditionalDates | 
getAdditionalDates()
Get the 'AdditionalDates' element value.  | 
 EventReport.EventSites.EventSite.Exhibition.Comments | 
getComments()
Get the 'Comments' element value.  | 
 java.lang.Integer | 
getCompanyQuantity()
Get the 'CompanyQuantity' attribute value.  | 
 EventReport.EventSites.EventSite.Exhibition.ExhibitDetails | 
getExhibitDetails()
Get the 'ExhibitDetails' element value.  | 
 EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo | 
getExhibitorInfo()
Get the 'ExhibitorInfo' element value.  | 
 java.lang.Integer | 
getExhibitQuantity()
Get the 'ExhibitQuantity' attribute value.  | 
 java.lang.Boolean | 
getGeneralServiceContractorInd()
Get the 'GeneralServiceContractorInd' attribute value.  | 
 java.lang.Integer | 
getGrossExhibitionSpace()
Get the 'GrossExhibitionSpace' attribute value.  | 
 java.lang.Integer | 
getNetExhibitionSpace()
Get the 'NetExhibitionSpace' attribute value.  | 
 java.lang.Boolean | 
getSecuredAreaIndicator()
Get the 'SecuredAreaIndicator' attribute value.  | 
 EventReport.EventSites.EventSite.Exhibition.Type | 
getType()
Get the 'Type' attribute value.  | 
 java.lang.String | 
getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value.  | 
 void | 
setAdditionalDates(EventReport.EventSites.EventSite.Exhibition.AdditionalDates additionalDates)
Set the 'AdditionalDates' element value.  | 
 void | 
setComments(EventReport.EventSites.EventSite.Exhibition.Comments comments)
Set the 'Comments' element value.  | 
 void | 
setCompanyQuantity(java.lang.Integer companyQuantity)
Set the 'CompanyQuantity' attribute value.  | 
 void | 
setExhibitDetails(EventReport.EventSites.EventSite.Exhibition.ExhibitDetails exhibitDetails)
Set the 'ExhibitDetails' element value.  | 
 void | 
setExhibitorInfo(EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo exhibitorInfo)
Set the 'ExhibitorInfo' element value.  | 
 void | 
setExhibitQuantity(java.lang.Integer exhibitQuantity)
Set the 'ExhibitQuantity' attribute value.  | 
 void | 
setGeneralServiceContractorInd(java.lang.Boolean generalServiceContractorInd)
Set the 'GeneralServiceContractorInd' attribute value.  | 
 void | 
setGrossExhibitionSpace(java.lang.Integer grossExhibitionSpace)
Set the 'GrossExhibitionSpace' attribute value.  | 
 void | 
setNetExhibitionSpace(java.lang.Integer netExhibitionSpace)
Set the 'NetExhibitionSpace' attribute value.  | 
 void | 
setSecuredAreaIndicator(java.lang.Boolean securedAreaIndicator)
Set the 'SecuredAreaIndicator' attribute value.  | 
 void | 
setType(EventReport.EventSites.EventSite.Exhibition.Type type)
Set the 'Type' attribute value.  | 
 void | 
setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EventReport.EventSites.EventSite.Exhibition()
| Method Detail | 
|---|
public EventReport.EventSites.EventSite.Exhibition.ExhibitDetails getExhibitDetails()
public void setExhibitDetails(EventReport.EventSites.EventSite.Exhibition.ExhibitDetails exhibitDetails)
exhibitDetails - public EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo getExhibitorInfo()
public void setExhibitorInfo(EventReport.EventSites.EventSite.Exhibition.ExhibitorInfo exhibitorInfo)
exhibitorInfo - public EventReport.EventSites.EventSite.Exhibition.AdditionalDates getAdditionalDates()
public void setAdditionalDates(EventReport.EventSites.EventSite.Exhibition.AdditionalDates additionalDates)
additionalDates - public EventReport.EventSites.EventSite.Exhibition.Comments getComments()
public void setComments(EventReport.EventSites.EventSite.Exhibition.Comments comments)
comments - public EventReport.EventSites.EventSite.Exhibition.Type getType()
public void setType(EventReport.EventSites.EventSite.Exhibition.Type type)
type - public java.lang.Integer getGrossExhibitionSpace()
public void setGrossExhibitionSpace(java.lang.Integer grossExhibitionSpace)
grossExhibitionSpace - public java.lang.Integer getNetExhibitionSpace()
public void setNetExhibitionSpace(java.lang.Integer netExhibitionSpace)
netExhibitionSpace - public java.lang.String getUnitOfMeasureCode()
public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
unitOfMeasureCode - public java.lang.Integer getExhibitQuantity()
public void setExhibitQuantity(java.lang.Integer exhibitQuantity)
exhibitQuantity - public java.lang.Integer getCompanyQuantity()
public void setCompanyQuantity(java.lang.Integer companyQuantity)
companyQuantity - public java.lang.Boolean getGeneralServiceContractorInd()
public void setGeneralServiceContractorInd(java.lang.Boolean generalServiceContractorInd)
generalServiceContractorInd - public java.lang.Boolean getSecuredAreaIndicator()
public void setSecuredAreaIndicator(java.lang.Boolean securedAreaIndicator)
securedAreaIndicator - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||