org.ota.hotel
Class EventReport.GeneralEventInfo.ExhibitionInfo

java.lang.Object
  extended by org.ota.hotel.EventReport.GeneralEventInfo.ExhibitionInfo
Enclosing class:
EventReport.GeneralEventInfo

public static class EventReport.GeneralEventInfo.ExhibitionInfo
extends java.lang.Object

General exhibition information for this 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" name="ExhibitionInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="ExhibitionSpaceIndicator"/>
     <xs:attribute type="xs:string" use="optional" name="PropertyTypeCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.GeneralEventInfo.ExhibitionInfo()
           
 
Method Summary
 java.lang.Boolean getExhibitionSpaceIndicator()
          Get the 'ExhibitionSpaceIndicator' attribute value.
 java.lang.String getPropertyTypeCode()
          Get the 'PropertyTypeCode' attribute value.
 void setExhibitionSpaceIndicator(java.lang.Boolean exhibitionSpaceIndicator)
          Set the 'ExhibitionSpaceIndicator' attribute value.
 void setPropertyTypeCode(java.lang.String propertyTypeCode)
          Set the 'PropertyTypeCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.GeneralEventInfo.ExhibitionInfo

public EventReport.GeneralEventInfo.ExhibitionInfo()
Method Detail

getExhibitionSpaceIndicator

public java.lang.Boolean getExhibitionSpaceIndicator()
Get the 'ExhibitionSpaceIndicator' attribute value. When true, indicates the event required exhibition space.

Returns:
value

setExhibitionSpaceIndicator

public void setExhibitionSpaceIndicator(java.lang.Boolean exhibitionSpaceIndicator)
Set the 'ExhibitionSpaceIndicator' attribute value. When true, indicates the event required exhibition space.

Parameters:
exhibitionSpaceIndicator -

getPropertyTypeCode

public java.lang.String getPropertyTypeCode()
Get the 'PropertyTypeCode' attribute value. Used to indicate the type of facilities used for this exhibition. Refer to OpenTravel Code List Property Class Type (PCT).

Returns:
value

setPropertyTypeCode

public void setPropertyTypeCode(java.lang.String propertyTypeCode)
Set the 'PropertyTypeCode' attribute value. Used to indicate the type of facilities used for this exhibition. Refer to OpenTravel Code List Property Class Type (PCT).

Parameters:
propertyTypeCode -