| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom
public static class HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom
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 | 
|---|
public HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom()
| Method Detail | 
|---|
public java.lang.Integer getStandardNumBeds()
public void setStandardNumBeds(java.lang.Integer standardNumBeds)
standardNumBeds - public java.lang.Integer getStandardOccupancy()
public void setStandardOccupancy(java.lang.Integer standardOccupancy)
standardOccupancy - public java.lang.Integer getMaxRollaways()
public void setMaxRollaways(java.lang.Integer maxRollaways)
maxRollaways - public java.lang.Integer getSize()
public void setSize(java.lang.Integer size)
size - public java.lang.String getTypeImplied()
public void setTypeImplied(java.lang.String typeImplied)
typeImplied - public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - public java.lang.String getName()
public void setName(java.lang.String name)
name - public RoomGroup getRoomGroup()
public void setRoomGroup(RoomGroup roomGroup)
roomGroup - public java.lang.Integer getMaxCribs()
public void setMaxCribs(java.lang.Integer maxCribs)
maxCribs - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||