|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Viewerships.Viewership.DistributorTypes
public static class Viewerships.Viewership.DistributorTypes
A Collection of strings that identify the distibutors (ex Tour Operators, Agency Chains, etc) which are allowed viewership. 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="DistributorTypes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DistributorType" maxOccurs="unbounded"> <!-- Reference to inner class Distributor --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Viewerships.Viewership.DistributorTypes.Distributor
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Viewerships.Viewership.DistributorTypes()
|
Method Summary | |
---|---|
void |
addDistributor(Viewerships.Viewership.DistributorTypes.Distributor item)
Add a 'DistributorType' element item. |
void |
clearDistributors()
Remove all 'DistributorType' element items. |
Viewerships.Viewership.DistributorTypes.Distributor |
getDistributor(int index)
Get 'DistributorType' element item by position. |
java.util.List<Viewerships.Viewership.DistributorTypes.Distributor> |
getDistributors()
Get the list of 'DistributorType' element items. |
void |
setDistributors(java.util.List<Viewerships.Viewership.DistributorTypes.Distributor> list)
Set the list of 'DistributorType' element items. |
int |
sizeDistributors()
Get the number of 'DistributorType' 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.DistributorTypes()
Method Detail |
---|
public java.util.List<Viewerships.Viewership.DistributorTypes.Distributor> getDistributors()
public void setDistributors(java.util.List<Viewerships.Viewership.DistributorTypes.Distributor> list)
list
- public int sizeDistributors()
public void addDistributor(Viewerships.Viewership.DistributorTypes.Distributor item)
item
- public Viewerships.Viewership.DistributorTypes.Distributor getDistributor(int index)
index
-
public void clearDistributors()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |