|
|||||||
| 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
public static class HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom
The accommodation occupied by a guest. 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="GuestRoom" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="TypeRoom" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class TypeRoom -->
</xs:element>
<xs:element name="Amenities" minOccurs="0">
<!-- Reference to inner class Amenities -->
</xs:element>
<xs:element type="ns:FeaturesType" name="Features" minOccurs="0"/>
<xs:element type="ns:MultimediaDescriptionsType" name="MultimediaDescriptions" minOccurs="0"/>
<xs:element type="xs:string" name="DescriptiveText" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:CodeListGroup"/>
<xs:attribute type="xs:string" use="optional" name="RoomTypeName"/>
<xs:attribute type="xs:boolean" use="optional" name="Composite"/>
<xs:attribute type="xs:string" use="optional" name="Quality"/>
<xs:attribute type="xs:string" use="optional" name="MaxOccupancy"/>
<xs:attribute type="xs:int" use="optional" name="MaxAdultOccupancy"/>
<xs:attribute type="xs:int" use="optional" name="NonsmokingQuantity"/>
<xs:attributeGroup ref="ns:ID_OptionalGroup"/>
<xs:attribute type="xs:int" use="optional" name="MaxChildOccupancy"/>
<xs:attribute type="xs:int" use="optional" name="Sort"/>
</xs:complexType>
</xs:element>
<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 |
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities
Collection of room amenity items available to the guest. |
static class |
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom
Describes the guest room type; in composite types there can be multiple occurrences. |
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom()
|
|
| Method Summary | |
|---|---|
void |
addTypeRoom(HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom item)
Add a 'TypeRoom' element item. |
void |
clearTypeRooms()
Remove all 'TypeRoom' element items. |
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities |
getAmenities()
Get the 'Amenities' element value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
java.lang.Boolean |
getComposite()
Get the 'Composite' attribute value. |
java.lang.String |
getDescriptiveText()
Get the 'DescriptiveText' element value. |
Features |
getFeatures()
Get the 'Features' element value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.Integer |
getMaxAdultOccupancy()
Get the 'MaxAdultOccupancy' attribute value. |
java.lang.Integer |
getMaxChildOccupancy()
Get the 'MaxChildOccupancy' attribute value. |
java.lang.String |
getMaxOccupancy()
Get the 'MaxOccupancy' attribute value. |
MultimediaDescriptions |
getMultimediaDescriptions()
Get the 'MultimediaDescriptions' element value. |
java.lang.Integer |
getNonsmokingQuantity()
Get the 'NonsmokingQuantity' attribute value. |
java.lang.String |
getQuality()
Get the 'Quality' attribute value. |
java.lang.String |
getRoomTypeName()
Get the 'RoomTypeName' attribute value. |
java.lang.Integer |
getSort()
Get the 'Sort' attribute value. |
HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom |
getTypeRoom(int index)
Get 'TypeRoom' element item by position. |
java.util.List<HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom> |
getTypeRooms()
Get the list of 'TypeRoom' element items. |
void |
setAmenities(HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities amenities)
Set the 'Amenities' element value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setComposite(java.lang.Boolean composite)
Set the 'Composite' attribute value. |
void |
setDescriptiveText(java.lang.String descriptiveText)
Set the 'DescriptiveText' element value. |
void |
setFeatures(Features features)
Set the 'Features' element value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setMaxAdultOccupancy(java.lang.Integer maxAdultOccupancy)
Set the 'MaxAdultOccupancy' attribute value. |
void |
setMaxChildOccupancy(java.lang.Integer maxChildOccupancy)
Set the 'MaxChildOccupancy' attribute value. |
void |
setMaxOccupancy(java.lang.String maxOccupancy)
Set the 'MaxOccupancy' attribute value. |
void |
setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
Set the 'MultimediaDescriptions' element value. |
void |
setNonsmokingQuantity(java.lang.Integer nonsmokingQuantity)
Set the 'NonsmokingQuantity' attribute value. |
void |
setQuality(java.lang.String quality)
Set the 'Quality' attribute value. |
void |
setRoomTypeName(java.lang.String roomTypeName)
Set the 'RoomTypeName' attribute value. |
void |
setSort(java.lang.Integer sort)
Set the 'Sort' attribute value. |
void |
setTypeRooms(java.util.List<HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom> list)
Set the list of 'TypeRoom' element items. |
int |
sizeTypeRooms()
Get the number of 'TypeRoom' element items. |
| 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()
| Method Detail |
|---|
public java.util.List<HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom> getTypeRooms()
public void setTypeRooms(java.util.List<HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom> list)
list - public int sizeTypeRooms()
public void addTypeRoom(HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom item)
item - public HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.TypeRoom getTypeRoom(int index)
index -
public void clearTypeRooms()
public HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities getAmenities()
public void setAmenities(HotelDescriptiveContent.FacilityInfo.GuestRooms.GuestRoom.Amenities amenities)
amenities - public Features getFeatures()
public void setFeatures(Features features)
features - public MultimediaDescriptions getMultimediaDescriptions()
public void setMultimediaDescriptions(MultimediaDescriptions multimediaDescriptions)
multimediaDescriptions - public java.lang.String getDescriptiveText()
public void setDescriptiveText(java.lang.String descriptiveText)
descriptiveText - public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup - public java.lang.String getRoomTypeName()
public void setRoomTypeName(java.lang.String roomTypeName)
roomTypeName - public java.lang.Boolean getComposite()
public void setComposite(java.lang.Boolean composite)
composite - public java.lang.String getQuality()
public void setQuality(java.lang.String quality)
quality - public java.lang.String getMaxOccupancy()
public void setMaxOccupancy(java.lang.String maxOccupancy)
maxOccupancy - public java.lang.Integer getMaxAdultOccupancy()
public void setMaxAdultOccupancy(java.lang.Integer maxAdultOccupancy)
maxAdultOccupancy - public java.lang.Integer getNonsmokingQuantity()
public void setNonsmokingQuantity(java.lang.Integer nonsmokingQuantity)
nonsmokingQuantity - public java.lang.String getID()
public void setID(java.lang.String ID)
ID - public java.lang.Integer getMaxChildOccupancy()
public void setMaxChildOccupancy(java.lang.Integer maxChildOccupancy)
maxChildOccupancy - 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 | ||||||