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

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

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

A collection of exhibit details. 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="ExhibitDetails" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ExhibitDetail" maxOccurs="unbounded">
         <!-- Reference to inner class ExhibitDetail -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail
          Describes a single exhibit within an exhibitiion.
 
Constructor Summary
Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails()
           
 
Method Summary
 void addExhibitDetail(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail item)
          Add a 'ExhibitDetail' element item.
 void clearExhibitDetails()
          Remove all 'ExhibitDetail' element items.
 Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail getExhibitDetail(int index)
          Get 'ExhibitDetail' element item by position.
 java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> getExhibitDetails()
          Get the list of 'ExhibitDetail' element items.
 void setExhibitDetails(java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> list)
          Set the list of 'ExhibitDetail' element items.
 int sizeExhibitDetails()
          Get the number of 'ExhibitDetail' element items.
 
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.ExhibitDetails

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

getExhibitDetails

public java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> getExhibitDetails()
Get the list of 'ExhibitDetail' element items.

Returns:
list

setExhibitDetails

public void setExhibitDetails(java.util.List<Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail> list)
Set the list of 'ExhibitDetail' element items.

Parameters:
list -

sizeExhibitDetails

public int sizeExhibitDetails()
Get the number of 'ExhibitDetail' element items.

Returns:
count

addExhibitDetail

public void addExhibitDetail(Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail item)
Add a 'ExhibitDetail' element item.

Parameters:
item -

getExhibitDetail

public Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail getExhibitDetail(int index)
Get 'ExhibitDetail' element item by position.

Parameters:
index -
Returns:
item

clearExhibitDetails

public void clearExhibitDetails()
Remove all 'ExhibitDetail' element items.