|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.ContactInfos
public class ContactInfos
A collection of ContactInfo elements that provides detailed contact information. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ContactInfosType">
<xs:sequence>
<xs:element type="ns:ContactInfoRootType" name="ContactInfo" minOccurs="0" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
| Constructor Summary | |
|---|---|
ContactInfos()
|
|
| Method Summary | |
|---|---|
void |
addContactInfo(ContactInfoRoot item)
Add a 'ContactInfo' element item. |
void |
clearContactInfos()
Remove all 'ContactInfo' element items. |
ContactInfoRoot |
getContactInfo(int index)
Get 'ContactInfo' element item by position. |
java.util.List<ContactInfoRoot> |
getContactInfos()
Get the list of 'ContactInfo' element items. |
void |
setContactInfos(java.util.List<ContactInfoRoot> 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 ContactInfos()
| Method Detail |
|---|
public java.util.List<ContactInfoRoot> getContactInfos()
public void setContactInfos(java.util.List<ContactInfoRoot> list)
list - public int sizeContactInfos()
public void addContactInfo(ContactInfoRoot item)
item - public ContactInfoRoot getContactInfo(int index)
index -
public void clearContactInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||