|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.profile.Profiles.ProfileInfo
public static class Profiles.ProfileInfo
A collection of Profiles or Unique IDs 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="ProfileInfo" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0" maxOccurs="9"/>
<xs:element type="ns:ProfileType" name="Profile"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Profiles.ProfileInfo()
|
|
| Method Summary | |
|---|---|
void |
addUniqueID(UniqueID item)
Add a 'UniqueID' element item. |
void |
clearUniqueIDs()
Remove all 'UniqueID' element items. |
Profile |
getProfile()
Get the 'Profile' element value. |
UniqueID |
getUniqueID(int index)
Get 'UniqueID' element item by position. |
java.util.List<UniqueID> |
getUniqueIDs()
Get the list of 'UniqueID' element items. |
void |
setProfile(Profile profile)
Set the 'Profile' element value. |
void |
setUniqueIDs(java.util.List<UniqueID> list)
Set the list of 'UniqueID' element items. |
int |
sizeUniqueIDs()
Get the number of 'UniqueID' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Profiles.ProfileInfo()
| Method Detail |
|---|
public java.util.List<UniqueID> getUniqueIDs()
public void setUniqueIDs(java.util.List<UniqueID> list)
list - public int sizeUniqueIDs()
public void addUniqueID(UniqueID item)
item - public UniqueID getUniqueID(int index)
index -
public void clearUniqueIDs()
public Profile getProfile()
public void setProfile(Profile profile)
profile -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||