|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvBlockRS.InvBlocks.Contacts
public static class InvBlockRS.InvBlocks.Contacts
A collection of contacts. 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 | |
---|---|
InvBlockRS.InvBlocks.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 |
---|
public InvBlockRS.InvBlocks.Contacts()
Method Detail |
---|
public java.util.List<ContactPerson> getContacts()
public void setContacts(java.util.List<ContactPerson> list)
list
- public int sizeContacts()
public void addContact(ContactPerson item)
item
- public ContactPerson getContact(int index)
index
-
public void clearContacts()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |