|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Restaurant
org.ota.hotel.HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant
public static class HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant
Details of a specific restaurant such as type of restaurant, directions, schedules, etc. 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="Restaurant" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:RestaurantType">
<xs:sequence>
<xs:element type="ns:FeaturesType" name="Features" minOccurs="0"/>
<xs:element type="ns:ContactInfosType" name="ContactInfos" minOccurs="0"/>
<xs:element name="SrvcInfoCodes" minOccurs="0">
<!-- Reference to inner class SrvcInfoCodes -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:RemovalGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup">
<xs:attribute type="xs:boolean" use="optional" name="Removal"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant.SrvcInfoCodes
Collection of type of restaurant offered. |
| Nested classes/interfaces inherited from class org.ota.shared.Restaurant |
|---|
Restaurant.CuisineCodes, Restaurant.InfoCodes, Restaurant.MultimediaDescriptions |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant()
|
|
| Method Summary | |
|---|---|
ContactInfos |
getContactInfos()
Get the 'ContactInfos' element value. |
Features |
getFeatures()
Get the 'Features' element value. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant.SrvcInfoCodes |
getSrvcInfoCodes()
Get the 'SrvcInfoCodes' element value. |
void |
setContactInfos(ContactInfos contactInfos)
Set the 'ContactInfos' element value. |
void |
setFeatures(Features features)
Set the 'Features' element value. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
void |
setSrvcInfoCodes(HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant.SrvcInfoCodes srvcInfoCodes)
Set the 'SrvcInfoCodes' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant()
| Method Detail |
|---|
public Features getFeatures()
public void setFeatures(Features features)
features - public ContactInfos getContactInfos()
public void setContactInfos(ContactInfos contactInfos)
contactInfos - public HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant.SrvcInfoCodes getSrvcInfoCodes()
public void setSrvcInfoCodes(HotelDescriptiveContent.FacilityInfo.Restaurants.Restaurant.SrvcInfoCodes srvcInfoCodes)
srvcInfoCodes - public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||