org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos

java.lang.Object
  extended by org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos
Enclosing class:
RFPMeetingRQ.RFPRequestSegment.Histories.History

public static class RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos
extends java.lang.Object

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

RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos

public RFPMeetingRQ.RFPRequestSegment.Histories.History.ContactInfos()
Method Detail

getContactInfos

public java.util.List<ContactPerson> getContactInfos()
Get the list of 'ContactInfo' element items. This is the previous contact for the past event. This information would be useful to make follow-up requests of information.

Returns:
list

setContactInfos

public void setContactInfos(java.util.List<ContactPerson> list)
Set the list of 'ContactInfo' element items. This is the previous contact for the past event. This information would be useful to make follow-up requests of information.

Parameters:
list -

sizeContactInfos

public int sizeContactInfos()
Get the number of 'ContactInfo' element items.

Returns:
count

addContactInfo

public void addContactInfo(ContactPerson item)
Add a 'ContactInfo' element item.

Parameters:
item -

getContactInfo

public ContactPerson getContactInfo(int index)
Get 'ContactInfo' element item by position.

Parameters:
index -
Returns:
item

clearContactInfos

public void clearContactInfos()
Remove all 'ContactInfo' element items.