|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Viewerships.Viewership.ProfileTypes
public static class Viewerships.Viewership.ProfileTypes
A collection of profile types. 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="ProfileTypes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="ProfileType" maxOccurs="unbounded">
<!-- Reference to inner class Profile -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Viewerships.Viewership.ProfileTypes.Profile
Profile types associated with the viewership, i.e, the types of profiles allowed to view this information. |
| Constructor Summary | |
|---|---|
Viewerships.Viewership.ProfileTypes()
|
|
| Method Summary | |
|---|---|
void |
addProfile(Viewerships.Viewership.ProfileTypes.Profile item)
Add a 'ProfileType' element item. |
void |
clearProfiles()
Remove all 'ProfileType' element items. |
Viewerships.Viewership.ProfileTypes.Profile |
getProfile(int index)
Get 'ProfileType' element item by position. |
java.util.List<Viewerships.Viewership.ProfileTypes.Profile> |
getProfiles()
Get the list of 'ProfileType' element items. |
void |
setProfiles(java.util.List<Viewerships.Viewership.ProfileTypes.Profile> list)
Set the list of 'ProfileType' element items. |
int |
sizeProfiles()
Get the number of 'ProfileType' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Viewerships.Viewership.ProfileTypes()
| Method Detail |
|---|
public java.util.List<Viewerships.Viewership.ProfileTypes.Profile> getProfiles()
public void setProfiles(java.util.List<Viewerships.Viewership.ProfileTypes.Profile> list)
list - public int sizeProfiles()
public void addProfile(Viewerships.Viewership.ProfileTypes.Profile item)
item - public Viewerships.Viewership.ProfileTypes.Profile getProfile(int index)
index -
public void clearProfiles()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||