|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.RecipientInfos
public class RecipientInfos
Information about one or more recipients. 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="RecipientInfosType">
<xs:sequence>
<xs:element name="RecipientInfo" maxOccurs="99">
<!-- Reference to inner class RecipientInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
RecipientInfos.RecipientInfo
Contact and/or reservation information pertaining to the recipient. |
| Constructor Summary | |
|---|---|
RecipientInfos()
|
|
| Method Summary | |
|---|---|
void |
addRecipientInfo(RecipientInfos.RecipientInfo item)
Add a 'RecipientInfo' element item. |
void |
clearRecipientInfos()
Remove all 'RecipientInfo' element items. |
RecipientInfos.RecipientInfo |
getRecipientInfo(int index)
Get 'RecipientInfo' element item by position. |
java.util.List<RecipientInfos.RecipientInfo> |
getRecipientInfos()
Get the list of 'RecipientInfo' element items. |
void |
setRecipientInfos(java.util.List<RecipientInfos.RecipientInfo> list)
Set the list of 'RecipientInfo' element items. |
int |
sizeRecipientInfos()
Get the number of 'RecipientInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecipientInfos()
| Method Detail |
|---|
public java.util.List<RecipientInfos.RecipientInfo> getRecipientInfos()
public void setRecipientInfos(java.util.List<RecipientInfos.RecipientInfo> list)
list - public int sizeRecipientInfos()
public void addRecipientInfo(RecipientInfos.RecipientInfo item)
item - public RecipientInfos.RecipientInfo getRecipientInfo(int index)
index -
public void clearRecipientInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||