|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Restaurant
public class Restaurant
Information associated with a specific restaurant. 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="RestaurantType">
<xs:sequence>
<xs:element name="MultimediaDescriptions" minOccurs="0">
<!-- Reference to inner class MultimediaDescriptions -->
</xs:element>
<xs:element type="ns:RelativePositionType" name="RelativePosition" minOccurs="0"/>
<xs:element type="ns:OperationSchedulesPlusChargeType" name="OperationSchedules" minOccurs="0"/>
<xs:element name="InfoCodes" minOccurs="0">
<!-- Reference to inner class InfoCodes -->
</xs:element>
<xs:element name="CuisineCodes" minOccurs="0">
<!-- Reference to inner class CuisineCodes -->
</xs:element>
<xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="RestaurantName"/>
<xs:attribute type="xs:int" use="optional" name="MaxSeatingCapacity"/>
<xs:attribute type="xs:int" use="optional" name="MaxSingleParty"/>
<xs:attribute type="xs:string" use="optional" name="InvCode"/>
<xs:attribute type="xs:boolean" use="optional" name="OfferBreakfast"/>
<xs:attribute type="xs:boolean" use="optional" name="OfferLunch"/>
<xs:attribute type="xs:boolean" use="optional" name="OfferDinner"/>
<xs:attribute type="xs:boolean" use="optional" name="OfferBrunch"/>
<xs:attribute type="xs:string" use="optional" name="ProximityCode"/>
<xs:attributeGroup ref="ns:ID_OptionalGroup"/>
<xs:attribute type="xs:int" use="optional" name="Sort"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
<xs:attribute type="xs:string" use="optional" name="ID"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
Restaurant.CuisineCodes
Collection of cuisine types of restaurant. |
static class |
Restaurant.InfoCodes
Collection of types of restaurant. |
static class |
Restaurant.MultimediaDescriptions
Multimedia information about the restaurant. |
| Constructor Summary | |
|---|---|
Restaurant()
|
|
| Method Summary | |
|---|---|
Restaurant.CuisineCodes |
getCuisineCodes()
Get the 'CuisineCodes' element value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
Restaurant.InfoCodes |
getInfoCodes()
Get the 'InfoCodes' element value. |
java.lang.String |
getInvCode()
Get the 'InvCode' attribute value. |
java.lang.Integer |
getMaxSeatingCapacity()
Get the 'MaxSeatingCapacity' attribute value. |
java.lang.Integer |
getMaxSingleParty()
Get the 'MaxSingleParty' attribute value. |
Restaurant.MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
java.lang.Boolean |
getOfferBreakfast()
Get the 'OfferBreakfast' attribute value. |
java.lang.Boolean |
getOfferBrunch()
Get the 'OfferBrunch' attribute value. |
java.lang.Boolean |
getOfferDinner()
Get the 'OfferDinner' attribute value. |
java.lang.Boolean |
getOfferLunch()
Get the 'OfferLunch' attribute value. |
OperationSchedulesPlusCharge |
getOperationSchedules()
Get the 'OperationSchedules' element value. |
java.lang.String |
getProximityCode()
Get the 'ProximityCode' attribute value. |
RelativePosition |
getRelativePosition()
Get the 'RelativePosition' element value. |
java.lang.String |
getRestaurantName()
Get the 'RestaurantName' attribute value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
void |
setCuisineCodes(Restaurant.CuisineCodes cuisineCodes)
Set the 'CuisineCodes' element value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setInfoCodes(Restaurant.InfoCodes infoCodes)
Set the 'InfoCodes' element value. |
void |
setInvCode(java.lang.String invCode)
Set the 'InvCode' attribute value. |
void |
setMaxSeatingCapacity(java.lang.Integer maxSeatingCapacity)
Set the 'MaxSeatingCapacity' attribute value. |
void |
setMaxSingleParty(java.lang.Integer maxSingleParty)
Set the 'MaxSingleParty' attribute value. |
void |
setMultimediaDescriptions(Restaurant.MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setOfferBreakfast(java.lang.Boolean offerBreakfast)
Set the 'OfferBreakfast' attribute value. |
void |
setOfferBrunch(java.lang.Boolean offerBrunch)
Set the 'OfferBrunch' attribute value. |
void |
setOfferDinner(java.lang.Boolean offerDinner)
Set the 'OfferDinner' attribute value. |
void |
setOfferLunch(java.lang.Boolean offerLunch)
Set the 'OfferLunch' attribute value. |
void |
setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
Set the 'OperationSchedules' element value. |
void |
setProximityCode(java.lang.String proximityCode)
Set the 'ProximityCode' attribute value. |
void |
setRelativePosition(RelativePosition relativePosition)
Set the 'RelativePosition' element value. |
void |
setRestaurantName(java.lang.String restaurantName)
Set the 'RestaurantName' attribute value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Restaurant()
| Method Detail |
|---|
public Restaurant.MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(Restaurant.MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions - public RelativePosition getRelativePosition()
public void setRelativePosition(RelativePosition relativePosition)
relativePosition - public OperationSchedulesPlusCharge getOperationSchedules()
public void setOperationSchedules(OperationSchedulesPlusCharge operationSchedules)
operationSchedules - public Restaurant.InfoCodes getInfoCodes()
public void setInfoCodes(Restaurant.InfoCodes infoCodes)
infoCodes - public Restaurant.CuisineCodes getCuisineCodes()
public void setCuisineCodes(Restaurant.CuisineCodes cuisineCodes)
cuisineCodes - public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText - public java.lang.String getRestaurantName()
public void setRestaurantName(java.lang.String restaurantName)
restaurantName - public java.lang.Integer getMaxSeatingCapacity()
public void setMaxSeatingCapacity(java.lang.Integer maxSeatingCapacity)
maxSeatingCapacity - public java.lang.Integer getMaxSingleParty()
public void setMaxSingleParty(java.lang.Integer maxSingleParty)
maxSingleParty - public java.lang.String getInvCode()
public void setInvCode(java.lang.String invCode)
invCode - public java.lang.Boolean getOfferBreakfast()
public void setOfferBreakfast(java.lang.Boolean offerBreakfast)
offerBreakfast - public java.lang.Boolean getOfferLunch()
public void setOfferLunch(java.lang.Boolean offerLunch)
offerLunch - public java.lang.Boolean getOfferDinner()
public void setOfferDinner(java.lang.Boolean offerDinner)
offerDinner - public java.lang.Boolean getOfferBrunch()
public void setOfferBrunch(java.lang.Boolean offerBrunch)
offerBrunch - public java.lang.String getProximityCode()
public void setProximityCode(java.lang.String proximityCode)
proximityCode - public java.lang.String getID()
public void setID(java.lang.String ID)
ID - public java.lang.Integer getSort()
public void setSort(java.lang.Integer sort)
sort -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||