|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Viewerships.Viewership.LocationCodes
public static class Viewerships.Viewership.LocationCodes
A collections of strings that identify the locations, such as regions or countries, etc., associated with this viewership record. 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="LocationCodes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="LocationCode" maxOccurs="unbounded"> <!-- Reference to inner class LocationCode --> </xs:element> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="LocationCodesInclusive"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Viewerships.Viewership.LocationCodes.LocationCode
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Viewerships.Viewership.LocationCodes()
|
Method Summary | |
---|---|
void |
addLocationCode(Viewerships.Viewership.LocationCodes.LocationCode item)
Add a 'LocationCode' element item. |
void |
clearLocationCodes()
Remove all 'LocationCode' element items. |
Viewerships.Viewership.LocationCodes.LocationCode |
getLocationCode(int index)
Get 'LocationCode' element item by position. |
java.util.List<Viewerships.Viewership.LocationCodes.LocationCode> |
getLocationCodes()
Get the list of 'LocationCode' element items. |
java.lang.Boolean |
getLocationCodesInclusive()
Get the 'LocationCodesInclusive' attribute value. |
void |
setLocationCodes(java.util.List<Viewerships.Viewership.LocationCodes.LocationCode> list)
Set the list of 'LocationCode' element items. |
void |
setLocationCodesInclusive(java.lang.Boolean locationCodesInclusive)
Set the 'LocationCodesInclusive' attribute value. |
int |
sizeLocationCodes()
Get the number of 'LocationCode' 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.LocationCodes()
Method Detail |
---|
public java.util.List<Viewerships.Viewership.LocationCodes.LocationCode> getLocationCodes()
public void setLocationCodes(java.util.List<Viewerships.Viewership.LocationCodes.LocationCode> list)
list
- public int sizeLocationCodes()
public void addLocationCode(Viewerships.Viewership.LocationCodes.LocationCode item)
item
- public Viewerships.Viewership.LocationCodes.LocationCode getLocationCode(int index)
index
-
public void clearLocationCodes()
public java.lang.Boolean getLocationCodesInclusive()
public void setLocationCodesInclusive(java.lang.Boolean locationCodesInclusive)
locationCodesInclusive
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |