|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Viewerships.Viewership.ProfileRefs
public static class Viewerships.Viewership.ProfileRefs
A collection of profile references. 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="ProfileRefs" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="ProfileRef" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Viewerships.Viewership.ProfileRefs()
|
|
| Method Summary | |
|---|---|
void |
addProfileRef(UniqueID item)
Add a 'ProfileRef' element item. |
void |
clearProfileRefs()
Remove all 'ProfileRef' element items. |
UniqueID |
getProfileRef(int index)
Get 'ProfileRef' element item by position. |
java.util.List<UniqueID> |
getProfileRefs()
Get the list of 'ProfileRef' element items. |
void |
setProfileRefs(java.util.List<UniqueID> list)
Set the list of 'ProfileRef' element items. |
int |
sizeProfileRefs()
Get the number of 'ProfileRef' 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.ProfileRefs()
| Method Detail |
|---|
public java.util.List<UniqueID> getProfileRefs()
public void setProfileRefs(java.util.List<UniqueID> list)
list - public int sizeProfileRefs()
public void addProfileRef(UniqueID item)
item - public UniqueID getProfileRef(int index)
index -
public void clearProfileRefs()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||