| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos
public static class RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos
A collection of previous contacts (e.g. a catering manager, national sales office, management company, franchisee, etc.) 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="ContactInfos" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ContactPersonType" name="ContactInfo" maxOccurs="99"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos()
 | 
|
| Method Summary | |
|---|---|
 void | 
addContactInfo(ContactPerson item)
Add a 'ContactInfo' element item.  | 
 void | 
clearContactInfos()
Remove all 'ContactInfo' element items.  | 
 ContactPerson | 
getContactInfo(int index)
Get 'ContactInfo' element item by position.  | 
 java.util.List<ContactPerson> | 
getContactInfos()
Get the list of 'ContactInfo' element items.  | 
 void | 
setContactInfos(java.util.List<ContactPerson> list)
Set the list of 'ContactInfo' element items.  | 
 int | 
sizeContactInfos()
Get the number of 'ContactInfo' element items.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos()
| Method Detail | 
|---|
public java.util.List<ContactPerson> getContactInfos()
public void setContactInfos(java.util.List<ContactPerson> list)
list - public int sizeContactInfos()
public void addContactInfo(ContactPerson item)
item - public ContactPerson getContactInfo(int index)
index - 
public void clearContactInfos()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||