| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.EventInfos.EventInfo.Contacts
public static class Event.EventInner.EventInfos.EventInfo.Contacts
A collection of contacts that pertain to this occurence of the 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="Contacts" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Contact" maxOccurs="99">
         <!-- Reference to inner class Contact -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
| Nested Class Summary | |
|---|---|
static class | 
Event.EventInner.EventInfos.EventInfo.Contacts.Contact
A contact that pertains to this occurence of the event.  | 
| Constructor Summary | |
|---|---|
Event.EventInner.EventInfos.EventInfo.Contacts()
 | 
|
| Method Summary | |
|---|---|
 void | 
addContact(Event.EventInner.EventInfos.EventInfo.Contacts.Contact item)
Add a 'Contact' element item.  | 
 void | 
clearContacts()
Remove all 'Contact' element items.  | 
 Event.EventInner.EventInfos.EventInfo.Contacts.Contact | 
getContact(int index)
Get 'Contact' element item by position.  | 
 java.util.List<Event.EventInner.EventInfos.EventInfo.Contacts.Contact> | 
getContacts()
Get the list of 'Contact' element items.  | 
 void | 
setContacts(java.util.List<Event.EventInner.EventInfos.EventInfo.Contacts.Contact> 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 | 
|---|
public Event.EventInner.EventInfos.EventInfo.Contacts()
| Method Detail | 
|---|
public java.util.List<Event.EventInner.EventInfos.EventInfo.Contacts.Contact> getContacts()
public void setContacts(java.util.List<Event.EventInner.EventInfos.EventInfo.Contacts.Contact> list)
list - public int sizeContacts()
public void addContact(Event.EventInner.EventInfos.EventInfo.Contacts.Contact item)
item - public Event.EventInner.EventInfos.EventInfo.Contacts.Contact getContact(int index)
index - 
public void clearContacts()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||