|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.Dates.Date.LocationCategories
public static class EventReport.GeneralEventInfo.Dates.Date.LocationCategories
Used to define requirements or preferences in location for the event. 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="LocationCategories" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:sequence> <xs:element name="Location" minOccurs="0"> <!-- Reference to inner class Location --> </xs:element> <xs:element name="Category" minOccurs="0" maxOccurs="99"> <!-- Reference to inner class Category --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category
Used to define the preferences or requirements regarding an event location. |
static class |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location
Preferred event location. |
Constructor Summary | |
---|---|
EventReport.GeneralEventInfo.Dates.Date.LocationCategories()
|
Method Summary | |
---|---|
void |
addCategory(EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category item)
Add a 'Category' element item. |
void |
clearCategories()
Remove all 'Category' element items. |
java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category> |
getCategories()
Get the list of 'Category' element items. |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category |
getCategory(int index)
Get 'Category' element item by position. |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location |
getLocation()
Get the 'Location' element value. |
void |
setCategories(java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category> list)
Set the list of 'Category' element items. |
void |
setLocation(EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location location)
Set the 'Location' element value. |
int |
sizeCategories()
Get the number of 'Category' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventReport.GeneralEventInfo.Dates.Date.LocationCategories()
Method Detail |
---|
public EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location getLocation()
public void setLocation(EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Location location)
location
- public java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category> getCategories()
public void setCategories(java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category> list)
list
- public int sizeCategories()
public void addCategory(EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category item)
item
- public EventReport.GeneralEventInfo.Dates.Date.LocationCategories.Category getCategory(int index)
index
-
public void clearCategories()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |