|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Viewerships.Viewership.SystemCodes
public static class Viewerships.Viewership.SystemCodes
A collection of system codes. 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="SystemCodes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SystemCode" maxOccurs="unbounded"> <!-- Reference to inner class SystemCode --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="SystemCodesInclusive"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Viewerships.Viewership.SystemCodes.SystemCode
The system code (e.g., AA, 1P, 1G, 1A) associated with this viewership record. |
Constructor Summary | |
---|---|
Viewerships.Viewership.SystemCodes()
|
Method Summary | |
---|---|
void |
addSystemCode(Viewerships.Viewership.SystemCodes.SystemCode item)
Add a 'SystemCode' element item. |
void |
clearSystemCodes()
Remove all 'SystemCode' element items. |
Viewerships.Viewership.SystemCodes.SystemCode |
getSystemCode(int index)
Get 'SystemCode' element item by position. |
java.util.List<Viewerships.Viewership.SystemCodes.SystemCode> |
getSystemCodes()
Get the list of 'SystemCode' element items. |
java.lang.Boolean |
getSystemCodesInclusive()
Get the 'SystemCodesInclusive' attribute value. |
void |
setSystemCodes(java.util.List<Viewerships.Viewership.SystemCodes.SystemCode> list)
Set the list of 'SystemCode' element items. |
void |
setSystemCodesInclusive(java.lang.Boolean systemCodesInclusive)
Set the 'SystemCodesInclusive' attribute value. |
int |
sizeSystemCodes()
Get the number of 'SystemCode' 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.SystemCodes()
Method Detail |
---|
public java.util.List<Viewerships.Viewership.SystemCodes.SystemCode> getSystemCodes()
public void setSystemCodes(java.util.List<Viewerships.Viewership.SystemCodes.SystemCode> list)
list
- public int sizeSystemCodes()
public void addSystemCode(Viewerships.Viewership.SystemCodes.SystemCode item)
item
- public Viewerships.Viewership.SystemCodes.SystemCode getSystemCode(int index)
index
-
public void clearSystemCodes()
public java.lang.Boolean getSystemCodesInclusive()
public void setSystemCodesInclusive(java.lang.Boolean systemCodesInclusive)
systemCodesInclusive
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |