|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.ContactInfo.Emails
public static class ContactInfo.Emails
A collection of email elements. 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" type="ns:EmailsType" name="Emails" minOccurs="0"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EmailsType">
<xs:sequence>
<xs:element name="Email" maxOccurs="unbounded">
<!-- Reference to inner class Email -->
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
ContactInfo.Emails.Email
Used to pass detailed email information. |
| Constructor Summary | |
|---|---|
ContactInfo.Emails()
|
|
| Method Summary | |
|---|---|
void |
addEmail(ContactInfo.Emails.Email item)
Add a 'Email' element item. |
void |
clearEmails()
Remove all 'Email' element items. |
ContactInfo.Emails.Email |
getEmail(int index)
Get 'Email' element item by position. |
java.util.List<ContactInfo.Emails.Email> |
getEmails()
Get the list of 'Email' element items. |
void |
setEmails(java.util.List<ContactInfo.Emails.Email> list)
Set the list of 'Email' element items. |
int |
sizeEmails()
Get the number of 'Email' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactInfo.Emails()
| Method Detail |
|---|
public java.util.List<ContactInfo.Emails.Email> getEmails()
public void setEmails(java.util.List<ContactInfo.Emails.Email> list)
list - public int sizeEmails()
public void addEmail(ContactInfo.Emails.Email item)
item - public ContactInfo.Emails.Email getEmail(int index)
index -
public void clearEmails()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||