|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Restaurant.InfoCodes
public static class Restaurant.InfoCodes
Collection of types of restaurant. 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="InfoCodes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InfoCode" maxOccurs="unbounded"> <!-- Reference to inner class InfoCode --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Restaurant.InfoCodes.InfoCode
Indicates the generic type of restaurant such as fast food, cafe, fine dining, etc. |
Constructor Summary | |
---|---|
Restaurant.InfoCodes()
|
Method Summary | |
---|---|
void |
addInfoCode(Restaurant.InfoCodes.InfoCode item)
Add a 'InfoCode' element item. |
void |
clearInfoCodes()
Remove all 'InfoCode' element items. |
Restaurant.InfoCodes.InfoCode |
getInfoCode(int index)
Get 'InfoCode' element item by position. |
java.util.List<Restaurant.InfoCodes.InfoCode> |
getInfoCodes()
Get the list of 'InfoCode' element items. |
void |
setInfoCodes(java.util.List<Restaurant.InfoCodes.InfoCode> list)
Set the list of 'InfoCode' element items. |
int |
sizeInfoCodes()
Get the number of 'InfoCode' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Restaurant.InfoCodes()
Method Detail |
---|
public java.util.List<Restaurant.InfoCodes.InfoCode> getInfoCodes()
public void setInfoCodes(java.util.List<Restaurant.InfoCodes.InfoCode> list)
list
- public int sizeInfoCodes()
public void addInfoCode(Restaurant.InfoCodes.InfoCode item)
item
- public Restaurant.InfoCodes.InfoCode getInfoCode(int index)
index
-
public void clearInfoCodes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |