|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes
public static class HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes
Collection of type of restaurant offered. 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="SrvcInfoCodes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SrvcInfoCode" maxOccurs="unbounded"> <!-- Reference to inner class SrvcInfoCode --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode
This identifies the type of service. |
Constructor Summary | |
---|---|
HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes()
|
Method Summary | |
---|---|
void |
addSrvcInfoCode(HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode item)
Add a 'SrvcInfoCode' element item. |
void |
clearSrvcInfoCodes()
Remove all 'SrvcInfoCode' element items. |
HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode |
getSrvcInfoCode(int index)
Get 'SrvcInfoCode' element item by position. |
java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> |
getSrvcInfoCodes()
Get the list of 'SrvcInfoCode' element items. |
void |
setSrvcInfoCodes(java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> list)
Set the list of 'SrvcInfoCode' element items. |
int |
sizeSrvcInfoCodes()
Get the number of 'SrvcInfoCode' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes()
Method Detail |
---|
public java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> getSrvcInfoCodes()
public void setSrvcInfoCodes(java.util.List<HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode> list)
list
- public int sizeSrvcInfoCodes()
public void addSrvcInfoCode(HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode item)
item
- public HotelDescriptiveContent.FacilityInfo.Restaurants.SrvcInfoCodes.SrvcInfoCode getSrvcInfoCode(int index)
index
-
public void clearSrvcInfoCodes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |