|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RoomStayCandidate
org.ota.pkg.RoomProfile
public class RoomProfile
Describes the occupancy of a room or cabin. 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="RoomProfileType">
<xs:complexContent>
<xs:extension base="ns:RoomStayCandidateType">
<xs:sequence>
<xs:element name="PassengerRPHs" minOccurs="0">
<!-- Reference to inner class PassengerRPHs -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="Description"/>
<xs:attributeGroup ref="ns:OccupancyGroup"/>
<xs:attribute type="xs:int" use="optional" name="MaxAdults"/>
<xs:attribute type="xs:int" use="optional" name="CotQuantity"/>
<xs:attribute type="xs:boolean" use="optional" name="FreeChildFlag"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
RoomProfile.PassengerRPHs
Details of individual passengers in a room; may be used instead of GuestCounts. |
| Constructor Summary | |
|---|---|
RoomProfile()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getCotQuantity()
Get the 'CotQuantity' attribute value. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.Boolean |
getFreeChildFlag()
Get the 'FreeChildFlag' attribute value. |
java.lang.Integer |
getMaxAdults()
Get the 'MaxAdults' attribute value. |
OccupancyGroup |
getOccupancyGroup()
Get the 'OccupancyGroup' attributeGroup value. |
RoomProfile.PassengerRPHs |
getPassengerRPHs()
Get the 'PassengerRPHs' element value. |
void |
setCotQuantity(java.lang.Integer cotQuantity)
Set the 'CotQuantity' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setFreeChildFlag(java.lang.Boolean freeChildFlag)
Set the 'FreeChildFlag' attribute value. |
void |
setMaxAdults(java.lang.Integer maxAdults)
Set the 'MaxAdults' attribute value. |
void |
setOccupancyGroup(OccupancyGroup occupancyGroup)
Set the 'OccupancyGroup' attributeGroup value. |
void |
setPassengerRPHs(RoomProfile.PassengerRPHs passengerRPHs)
Set the 'PassengerRPHs' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoomProfile()
| Method Detail |
|---|
public RoomProfile.PassengerRPHs getPassengerRPHs()
public void setPassengerRPHs(RoomProfile.PassengerRPHs passengerRPHs)
passengerRPHs - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public OccupancyGroup getOccupancyGroup()
public void setOccupancyGroup(OccupancyGroup occupancyGroup)
occupancyGroup - public java.lang.Integer getMaxAdults()
public void setMaxAdults(java.lang.Integer maxAdults)
maxAdults - public java.lang.Integer getCotQuantity()
public void setCotQuantity(java.lang.Integer cotQuantity)
cotQuantity - public java.lang.Boolean getFreeChildFlag()
public void setFreeChildFlag(java.lang.Boolean freeChildFlag)
freeChildFlag -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||