|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Areas
public class Areas
Defines an area determined by the hotel reservation system. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AreasType"> <xs:sequence> <xs:element name="Area" maxOccurs="99"> <!-- Reference to inner class Area --> </xs:element> </xs:sequence> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
Areas.Area
An area determined by the hotel reservation system. |
Constructor Summary | |
---|---|
Areas()
|
Method Summary | |
---|---|
void |
addArea(Areas.Area item)
Add a 'Area' element item. |
void |
clearAreas()
Remove all 'Area' element items. |
Areas.Area |
getArea(int index)
Get 'Area' element item by position. |
java.util.List<Areas.Area> |
getAreas()
Get the list of 'Area' element items. |
void |
setAreas(java.util.List<Areas.Area> list)
Set the list of 'Area' element items. |
int |
sizeAreas()
Get the number of 'Area' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Areas()
Method Detail |
---|
public java.util.List<Areas.Area> getAreas()
public void setAreas(java.util.List<Areas.Area> list)
list
- public int sizeAreas()
public void addArea(Areas.Area item)
item
- public Areas.Area getArea(int index)
index
-
public void clearAreas()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |