|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.ExhibitionInfo
public static class EventReport.GeneralEventInfo.ExhibitionInfo
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 |
|---|
public EventReport.GeneralEventInfo.ExhibitionInfo()
| Method Detail |
|---|
public java.lang.Boolean getExhibitionSpaceIndicator()
public void setExhibitionSpaceIndicator(java.lang.Boolean exhibitionSpaceIndicator)
exhibitionSpaceIndicator - public java.lang.String getPropertyTypeCode()
public void setPropertyTypeCode(java.lang.String propertyTypeCode)
propertyTypeCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||