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

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

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

A collection of contacts for an exhibit. 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="Contacts" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ContactPersonType" name="Contact" maxOccurs="99"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Event.EventInner.EventInfos.EventInfo.Exhibition.ExhibitDetails.ExhibitDetail.Contacts()
           
 
Method Summary
 void addContact(ContactPerson item)
          Add a 'Contact' element item.
 void clearContacts()
          Remove all 'Contact' element items.
 ContactPerson getContact(int index)
          Get 'Contact' element item by position.
 java.util.List<ContactPerson> getContacts()
          Get the list of 'Contact' element items.
 void setContacts(java.util.List<ContactPerson> list)
          Set the list of 'Contact' element items.
 int sizeContacts()
          Get the number of 'Contact' 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.ExhibitDetail.Contacts

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

getContacts

public java.util.List<ContactPerson> getContacts()
Get the list of 'Contact' element items. Contact information pertaining to an exhibit.

Returns:
list

setContacts

public void setContacts(java.util.List<ContactPerson> list)
Set the list of 'Contact' element items. Contact information pertaining to an exhibit.

Parameters:
list -

sizeContacts

public int sizeContacts()
Get the number of 'Contact' element items.

Returns:
count

addContact

public void addContact(ContactPerson item)
Add a 'Contact' element item.

Parameters:
item -

getContact

public ContactPerson getContact(int index)
Get 'Contact' element item by position.

Parameters:
index -
Returns:
item

clearContacts

public void clearContacts()
Remove all 'Contact' element items.