| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.CommissionEvent.GuestNames
public static class CommissionEvent.GuestNames
A collection of guest names. 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="GuestNames" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:PersonNameType" name="GuestName" maxOccurs="unbounded"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
| Constructor Summary | |
|---|---|
| CommissionEvent.GuestNames() | |
| Method Summary | |
|---|---|
|  void | addGuestName(PersonName item)Add a 'GuestName' element item. | 
|  void | clearGuestNames()Remove all 'GuestName' element items. | 
|  PersonName | getGuestName(int index)Get 'GuestName' element item by position. | 
|  java.util.List<PersonName> | getGuestNames()Get the list of 'GuestName' element items. | 
|  void | setGuestNames(java.util.List<PersonName> list)Set the list of 'GuestName' element items. | 
|  int | sizeGuestNames()Get the number of 'GuestName' element items. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CommissionEvent.GuestNames()
| Method Detail | 
|---|
public java.util.List<PersonName> getGuestNames()
public void setGuestNames(java.util.List<PersonName> list)
list - public int sizeGuestNames()
public void addGuestName(PersonName item)
item - public PersonName getGuestName(int index)
index - 
public void clearGuestNames()
| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||