|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.CommissionEvent.Profiles
public static class CommissionEvent.Profiles
A collection of profiles. 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="Profiles" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:ProfileType" name="Profile" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
CommissionEvent.Profiles()
|
|
| Method Summary | |
|---|---|
void |
addProfile(Profile item)
Add a 'Profile' element item. |
void |
clearProfiles()
Remove all 'Profile' element items. |
Profile |
getProfile(int index)
Get 'Profile' element item by position. |
java.util.List<Profile> |
getProfiles()
Get the list of 'Profile' element items. |
void |
setProfiles(java.util.List<Profile> list)
Set the list of 'Profile' element items. |
int |
sizeProfiles()
Get the number of 'Profile' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommissionEvent.Profiles()
| Method Detail |
|---|
public java.util.List<Profile> getProfiles()
public void setProfiles(java.util.List<Profile> list)
list - public int sizeProfiles()
public void addProfile(Profile item)
item - public Profile getProfile(int index)
index -
public void clearProfiles()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||