org.ota.hotel
Class HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom
Enclosing class:
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom

public static class HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom
extends java.lang.Object

Describes the guest room type; in composite types there can be multiple occurrences. 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="TypeRoom" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:int" use="optional" name="StandardNumBeds"/>
     <xs:attribute type="xs:int" use="optional" name="StandardOccupancy"/>
     <xs:attribute type="xs:int" use="optional" name="MaxRollaways"/>
     <xs:attribute type="xs:int" use="optional" name="Size"/>
     <xs:attribute type="xs:string" use="optional" name="TypeImplied"/>
     <xs:attribute type="xs:int" use="optional" name="Count"/>
     <xs:attribute type="xs:string" use="optional" name="Name"/>
     <xs:attributeGroup ref="ns:RoomGroup"/>
     <xs:attribute type="xs:int" use="optional" name="MaxCribs"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom()
           
 
Method Summary
 java.lang.Integer getCount()
          Get the 'Count' attribute value.
 java.lang.Integer getMaxCribs()
          Get the 'MaxCribs' attribute value.
 java.lang.Integer getMaxRollaways()
          Get the 'MaxRollaways' attribute value.
 java.lang.String getName()
          Get the 'Name' attribute value.
 RoomGroup getRoomGroup()
          Get the 'RoomGroup' attributeGroup value.
 java.lang.Integer getSize()
          Get the 'Size' attribute value.
 java.lang.Integer getStandardNumBeds()
          Get the 'StandardNumBeds' attribute value.
 java.lang.Integer getStandardOccupancy()
          Get the 'StandardOccupancy' attribute value.
 java.lang.String getTypeImplied()
          Get the 'TypeImplied' attribute value.
 void setCount(java.lang.Integer count)
          Set the 'Count' attribute value.
 void setMaxCribs(java.lang.Integer maxCribs)
          Set the 'MaxCribs' attribute value.
 void setMaxRollaways(java.lang.Integer maxRollaways)
          Set the 'MaxRollaways' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setRoomGroup(RoomGroup roomGroup)
          Set the 'RoomGroup' attributeGroup value.
 void setSize(java.lang.Integer size)
          Set the 'Size' attribute value.
 void setStandardNumBeds(java.lang.Integer standardNumBeds)
          Set the 'StandardNumBeds' attribute value.
 void setStandardOccupancy(java.lang.Integer standardOccupancy)
          Set the 'StandardOccupancy' attribute value.
 void setTypeImplied(java.lang.String typeImplied)
          Set the 'TypeImplied' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom

public HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom()
Method Detail

getStandardNumBeds

public java.lang.Integer getStandardNumBeds()
Get the 'StandardNumBeds' attribute value. Indicates the usual number of beds for this room type.

Returns:
value

setStandardNumBeds

public void setStandardNumBeds(java.lang.Integer standardNumBeds)
Set the 'StandardNumBeds' attribute value. Indicates the usual number of beds for this room type.

Parameters:
standardNumBeds -

getStandardOccupancy

public java.lang.Integer getStandardOccupancy()
Get the 'StandardOccupancy' attribute value. Indicates the usual number of guests that occupy this room.

Returns:
value

setStandardOccupancy

public void setStandardOccupancy(java.lang.Integer standardOccupancy)
Set the 'StandardOccupancy' attribute value. Indicates the usual number of guests that occupy this room.

Parameters:
standardOccupancy -

getMaxRollaways

public java.lang.Integer getMaxRollaways()
Get the 'MaxRollaways' attribute value. Maximum number of rollaway beds allowed in a room type.

Returns:
value

setMaxRollaways

public void setMaxRollaways(java.lang.Integer maxRollaways)
Set the 'MaxRollaways' attribute value. Maximum number of rollaway beds allowed in a room type.

Parameters:
maxRollaways -

getSize

public java.lang.Integer getSize()
Get the 'Size' attribute value. Number of square units (feet or meters) that defines the size of a room type.

Returns:
value

setSize

public void setSize(java.lang.Integer size)
Set the 'Size' attribute value. Number of square units (feet or meters) that defines the size of a room type.

Parameters:
size -

getTypeImplied

public java.lang.String getTypeImplied()
Get the 'TypeImplied' attribute value.

Returns:
value

setTypeImplied

public void setTypeImplied(java.lang.String typeImplied)
Set the 'TypeImplied' attribute value.

Parameters:
typeImplied -

getCount

public java.lang.Integer getCount()
Get the 'Count' attribute value. Number of rooms of this room type that makes up a larger unit (composite) such as a two bedroom suite could be comprised of two king rooms plus other room types.

Returns:
value

setCount

public void setCount(java.lang.Integer count)
Set the 'Count' attribute value. Number of rooms of this room type that makes up a larger unit (composite) such as a two bedroom suite could be comprised of two king rooms plus other room types.

Parameters:
count -

getName

public java.lang.String getName()
Get the 'Name' attribute value. Text name of the type of room such as "Two Bedroom Villas".

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. Text name of the type of room such as "Two Bedroom Villas".

Parameters:
name -

getRoomGroup

public RoomGroup getRoomGroup()
Get the 'RoomGroup' attributeGroup value. Used to define a room (eg., its location, configuration, view).

Returns:
value

setRoomGroup

public void setRoomGroup(RoomGroup roomGroup)
Set the 'RoomGroup' attributeGroup value. Used to define a room (eg., its location, configuration, view).

Parameters:
roomGroup -

getMaxCribs

public java.lang.Integer getMaxCribs()
Get the 'MaxCribs' attribute value. Maximum number of cribs allowed in a room type.

Returns:
value

setMaxCribs

public void setMaxCribs(java.lang.Integer maxCribs)
Set the 'MaxCribs' attribute value. Maximum number of cribs allowed in a room type.

Parameters:
maxCribs -