org.ota.hotel
Class Event.EventInner.EventInfos.EventInfo.Exhibition

java.lang.Object
  extended by org.ota.hotel.Event.EventInner.EventInfos.EventInfo.Exhibition
Enclosing class:
Event.EventInner.EventInfos.EventInfo

public static class Event.EventInner.EventInfos.EventInfo.Exhibition
extends java.lang.Object

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:string" use="optional" name="KitDistributionCode"/>
     <xs:attribute type="xs:string" use="optional" name="KitFormatCode"/>
     <xs:attribute type="xs:boolean" use="optional" name="GeneralServiceContractorInd"/>
     <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="SecuredAreaIndicator"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.EventInfos.EventInfo.Exhibition.AdditionalDates
          A collection of additional dates.
static class Event.EventInner.EventInfos.EventInfo.Exhibition.Comments
          A collection of comments pertaining to the exhibition.
static class Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails
          A collection of exhibit details.
static class Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitorInfo
          Exhibitor (i.e., the people working the booths) information for the event.
static class Event.EventInner.EventInfos.EventInfo.Exhibition.Type
          Schema fragment(s) for this class:
 
Constructor Summary
Event.EventInner.EventInfos.EventInfo.Exhibition()
           
 
Method Summary
 Event.EventInner.EventInfos.EventInfo.Exhibition.AdditionalDates getAdditionalDates()
          Get the 'AdditionalDates' element value.
 Event.EventInner.EventInfos.EventInfo.Exhibition.Comments getComments()
          Get the 'Comments' element value.
 java.lang.Integer getCompanyQuantity()
          Get the 'CompanyQuantity' attribute value.
 Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails getExhibitDetails()
          Get the 'ExhibitDetails' element value.
 Event.EventInner.EventInfos.EventInfo.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.String getKitDistributionCode()
          Get the 'KitDistributionCode' attribute value.
 java.lang.String getKitFormatCode()
          Get the 'KitFormatCode' attribute value.
 java.lang.Integer getNetExhibitionSpace()
          Get the 'NetExhibitionSpace' attribute value.
 java.lang.Boolean getSecuredAreaIndicator()
          Get the 'SecuredAreaIndicator' attribute value.
 Event.EventInner.EventInfos.EventInfo.Exhibition.Type getType()
          Get the 'Type' attribute value.
 java.lang.String getUnitOfMeasureCode()
          Get the 'UnitOfMeasureCode' attribute value.
 void setAdditionalDates(Event.EventInner.EventInfos.EventInfo.Exhibition.AdditionalDates additionalDates)
          Set the 'AdditionalDates' element value.
 void setComments(Event.EventInner.EventInfos.EventInfo.Exhibition.Comments comments)
          Set the 'Comments' element value.
 void setCompanyQuantity(java.lang.Integer companyQuantity)
          Set the 'CompanyQuantity' attribute value.
 void setExhibitDetails(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails exhibitDetails)
          Set the 'ExhibitDetails' element value.
 void setExhibitorInfo(Event.EventInner.EventInfos.EventInfo.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 setKitDistributionCode(java.lang.String kitDistributionCode)
          Set the 'KitDistributionCode' attribute value.
 void setKitFormatCode(java.lang.String kitFormatCode)
          Set the 'KitFormatCode' 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(Event.EventInner.EventInfos.EventInfo.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

Event.EventInner.EventInfos.EventInfo.Exhibition

public Event.EventInner.EventInfos.EventInfo.Exhibition()
Method Detail

getExhibitDetails

public Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails getExhibitDetails()
Get the 'ExhibitDetails' element value.

Returns:
value

setExhibitDetails

public void setExhibitDetails(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails exhibitDetails)
Set the 'ExhibitDetails' element value.

Parameters:
exhibitDetails -

getExhibitorInfo

public Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitorInfo getExhibitorInfo()
Get the 'ExhibitorInfo' element value.

Returns:
value

setExhibitorInfo

public void setExhibitorInfo(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitorInfo exhibitorInfo)
Set the 'ExhibitorInfo' element value.

Parameters:
exhibitorInfo -

getAdditionalDates

public Event.EventInner.EventInfos.EventInfo.Exhibition.AdditionalDates getAdditionalDates()
Get the 'AdditionalDates' element value.

Returns:
value

setAdditionalDates

public void setAdditionalDates(Event.EventInner.EventInfos.EventInfo.Exhibition.AdditionalDates additionalDates)
Set the 'AdditionalDates' element value.

Parameters:
additionalDates -

getComments

public Event.EventInner.EventInfos.EventInfo.Exhibition.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(Event.EventInner.EventInfos.EventInfo.Exhibition.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getType

public Event.EventInner.EventInfos.EventInfo.Exhibition.Type getType()
Get the 'Type' attribute value. Used to designate the exhibition as public, private or public/private.

Returns:
value

setType

public void setType(Event.EventInner.EventInfos.EventInfo.Exhibition.Type type)
Set the 'Type' attribute value. Used to designate the exhibition as public, private or public/private.

Parameters:
type -

getKitDistributionCode

public java.lang.String getKitDistributionCode()
Get the 'KitDistributionCode' attribute value. Describes how an exhibitor kit will be distributed (e.g. e-mail, fax). Refer to OpenTravel Code table Distribution Type (DTB).

Returns:
value

setKitDistributionCode

public void setKitDistributionCode(java.lang.String kitDistributionCode)
Set the 'KitDistributionCode' attribute value. Describes how an exhibitor kit will be distributed (e.g. e-mail, fax). Refer to OpenTravel Code table Distribution Type (DTB).

Parameters:
kitDistributionCode -

getKitFormatCode

public java.lang.String getKitFormatCode()
Get the 'KitFormatCode' attribute value. Describes the format of the exhibitor kit (e.g. hardcopy, CDROM). Refer to OpenTravel Code table Format (FMT)

Returns:
value

setKitFormatCode

public void setKitFormatCode(java.lang.String kitFormatCode)
Set the 'KitFormatCode' attribute value. Describes the format of the exhibitor kit (e.g. hardcopy, CDROM). Refer to OpenTravel Code table Format (FMT)

Parameters:
kitFormatCode -

getGeneralServiceContractorInd

public java.lang.Boolean getGeneralServiceContractorInd()
Get the 'GeneralServiceContractorInd' attribute value. When true, a general service contractor (GSC) has been selected. If false, no GSC has been selected.

Returns:
value

setGeneralServiceContractorInd

public void setGeneralServiceContractorInd(java.lang.Boolean generalServiceContractorInd)
Set the 'GeneralServiceContractorInd' attribute value. When true, a general service contractor (GSC) has been selected. If false, no GSC has been selected.

Parameters:
generalServiceContractorInd -

getGrossExhibitionSpace

public java.lang.Integer getGrossExhibitionSpace()
Get the 'GrossExhibitionSpace' attribute value. The gross exhibition space required for the event.

Returns:
value

setGrossExhibitionSpace

public void setGrossExhibitionSpace(java.lang.Integer grossExhibitionSpace)
Set the 'GrossExhibitionSpace' attribute value. The gross exhibition space required for the event.

Parameters:
grossExhibitionSpace -

getNetExhibitionSpace

public java.lang.Integer getNetExhibitionSpace()
Get the 'NetExhibitionSpace' attribute value. The net exhibition space required for the event.

Returns:
value

setNetExhibitionSpace

public void setNetExhibitionSpace(java.lang.Integer netExhibitionSpace)
Set the 'NetExhibitionSpace' attribute value. The net exhibition space required for the event.

Parameters:
netExhibitionSpace -

getUnitOfMeasureCode

public java.lang.String getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. The unit of measure (e.g., square feet, square meters) in a code format . Refer to OpenTravel Code List Unit of Measure Code (UOM).

Returns:
value

setUnitOfMeasureCode

public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. The unit of measure (e.g., square feet, square meters) in a code format . Refer to OpenTravel Code List Unit of Measure Code (UOM).

Parameters:
unitOfMeasureCode -

getExhibitQuantity

public java.lang.Integer getExhibitQuantity()
Get the 'ExhibitQuantity' attribute value. The number of exhibits expected.

Returns:
value

setExhibitQuantity

public void setExhibitQuantity(java.lang.Integer exhibitQuantity)
Set the 'ExhibitQuantity' attribute value. The number of exhibits expected.

Parameters:
exhibitQuantity -

getCompanyQuantity

public java.lang.Integer getCompanyQuantity()
Get the 'CompanyQuantity' attribute value. The number of exhibiting companies expected.

Returns:
value

setCompanyQuantity

public void setCompanyQuantity(java.lang.Integer companyQuantity)
Set the 'CompanyQuantity' attribute value. The number of exhibiting companies expected.

Parameters:
companyQuantity -

getSecuredAreaIndicator

public java.lang.Boolean getSecuredAreaIndicator()
Get the 'SecuredAreaIndicator' attribute value. When true, indicates the area needs to be secured. When false, the area does not need to be secured.

Returns:
value

setSecuredAreaIndicator

public void setSecuredAreaIndicator(java.lang.Boolean securedAreaIndicator)
Set the 'SecuredAreaIndicator' attribute value. When true, indicates the area needs to be secured. When false, the area does not need to be secured.

Parameters:
securedAreaIndicator -