|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.shared.RecipientInfos.RecipientInfo
public static class RecipientInfos.RecipientInfo
Contact and/or reservation information pertaining to the recipient. 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="RecipientInfo" maxOccurs="99">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:ContactPersonType">
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="ReservationID" minOccurs="0" maxOccurs="2"/>
<xs:element name="ShippingInfo" minOccurs="0">
<!-- Reference to inner class ShippingInfo -->
</xs:element>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RecipientInfos.RecipientInfo.Comments
A collection of comments. |
static class |
RecipientInfos.RecipientInfo.ShippingInfo
Informtion pertaining to the shipment of a product to the recipient. |
| Constructor Summary | |
|---|---|
RecipientInfos.RecipientInfo()
|
|
| Method Summary | |
|---|---|
void |
addReservationID(UniqueID item)
Add a 'ReservationID' element item. |
void |
clearReservationIDs()
Remove all 'ReservationID' element items. |
RecipientInfos.RecipientInfo.Comments |
getComments()
Get the 'Comments' element value. |
UniqueID |
getReservationID(int index)
Get 'ReservationID' element item by position. |
java.util.List<UniqueID> |
getReservationIDs()
Get the list of 'ReservationID' element items. |
RecipientInfos.RecipientInfo.ShippingInfo |
getShippingInfo()
Get the 'ShippingInfo' element value. |
void |
setComments(RecipientInfos.RecipientInfo.Comments comments)
Set the 'Comments' element value. |
void |
setReservationIDs(java.util.List<UniqueID> list)
Set the list of 'ReservationID' element items. |
void |
setShippingInfo(RecipientInfos.RecipientInfo.ShippingInfo shippingInfo)
Set the 'ShippingInfo' element value. |
int |
sizeReservationIDs()
Get the number of 'ReservationID' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecipientInfos.RecipientInfo()
| Method Detail |
|---|
public java.util.List<UniqueID> getReservationIDs()
public void setReservationIDs(java.util.List<UniqueID> list)
list - public int sizeReservationIDs()
public void addReservationID(UniqueID item)
item - public UniqueID getReservationID(int index)
index -
public void clearReservationIDs()
public RecipientInfos.RecipientInfo.ShippingInfo getShippingInfo()
public void setShippingInfo(RecipientInfos.RecipientInfo.ShippingInfo shippingInfo)
shippingInfo - public RecipientInfos.RecipientInfo.Comments getComments()
public void setComments(RecipientInfos.RecipientInfo.Comments comments)
comments -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||