|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomGroup
public class RoomGroup
Used to define a room (eg. its location, configuration, view). Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RoomGroup"> <xs:attribute type="xs:string" use="optional" name="RoomType"/> <xs:attribute type="xs:string" use="optional" name="RoomTypeCode"/> <xs:attribute type="xs:string" use="optional" name="RoomCategory"/> <xs:attribute type="xs:string" use="optional" name="RoomID"/> <xs:attribute type="xs:int" use="optional" name="Floor"/> <xs:attribute type="xs:string" use="optional" name="InvBlockCode"/> <xs:attributeGroup ref="ns:PromotionCodeGroup"/> <xs:attribute type="xs:string" use="optional" name="RoomLocationCode"/> <xs:attribute type="xs:string" use="optional" name="RoomViewCode"/> <xs:attribute type="xs:string" use="optional" name="BedTypeCode"/> <xs:attribute type="xs:boolean" use="optional" name="NonSmoking"/> <xs:attribute type="xs:string" use="optional" name="Configuration"/> <xs:attribute type="xs:string" use="optional" name="SizeMeasurement"/> <xs:attribute type="xs:int" use="optional" name="Quantity"/> <xs:attribute type="xs:boolean" use="optional" name="Composite"/> <xs:attribute type="xs:string" use="optional" name="RoomClassificationCode"/> <xs:attribute type="xs:string" use="optional" name="RoomArchitectureCode"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
RoomGroup()
|
Method Summary | |
---|---|
java.lang.String |
getBedTypeCode()
Get the 'BedTypeCode' attribute value. |
java.lang.Boolean |
getComposite()
Get the 'Composite' attribute value. |
java.lang.String |
getConfiguration()
Get the 'Configuration' attribute value. |
java.lang.Integer |
getFloor()
Get the 'Floor' attribute value. |
java.lang.String |
getInvBlockCode()
Get the 'InvBlockCode' attribute value. |
java.lang.Boolean |
getNonSmoking()
Get the 'NonSmoking' attribute value. |
PromotionCodeGroup |
getPromotionCodeGroup()
Get the 'PromotionCodeGroup' attributeGroup value. |
java.lang.Integer |
getQuantity()
Get the 'Quantity' attribute value. |
java.lang.String |
getRoom()
Get the 'RoomType' attribute value. |
java.lang.String |
getRoomArchitectureCode()
Get the 'RoomArchitectureCode' attribute value. |
java.lang.String |
getRoomCategory()
Get the 'RoomCategory' attribute value. |
java.lang.String |
getRoomClassificationCode()
Get the 'RoomClassificationCode' attribute value. |
java.lang.String |
getRoomID()
Get the 'RoomID' attribute value. |
java.lang.String |
getRoomLocationCode()
Get the 'RoomLocationCode' attribute value. |
java.lang.String |
getRoomTypeCode()
Get the 'RoomTypeCode' attribute value. |
java.lang.String |
getRoomViewCode()
Get the 'RoomViewCode' attribute value. |
java.lang.String |
getSizeMeasurement()
Get the 'SizeMeasurement' attribute value. |
void |
setBedTypeCode(java.lang.String bedTypeCode)
Set the 'BedTypeCode' attribute value. |
void |
setComposite(java.lang.Boolean composite)
Set the 'Composite' attribute value. |
void |
setConfiguration(java.lang.String configuration)
Set the 'Configuration' attribute value. |
void |
setFloor(java.lang.Integer floor)
Set the 'Floor' attribute value. |
void |
setInvBlockCode(java.lang.String invBlockCode)
Set the 'InvBlockCode' attribute value. |
void |
setNonSmoking(java.lang.Boolean nonSmoking)
Set the 'NonSmoking' attribute value. |
void |
setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
Set the 'PromotionCodeGroup' attributeGroup value. |
void |
setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. |
void |
setRoom(java.lang.String room)
Set the 'RoomType' attribute value. |
void |
setRoomArchitectureCode(java.lang.String roomArchitectureCode)
Set the 'RoomArchitectureCode' attribute value. |
void |
setRoomCategory(java.lang.String roomCategory)
Set the 'RoomCategory' attribute value. |
void |
setRoomClassificationCode(java.lang.String roomClassificationCode)
Set the 'RoomClassificationCode' attribute value. |
void |
setRoomID(java.lang.String roomID)
Set the 'RoomID' attribute value. |
void |
setRoomLocationCode(java.lang.String roomLocationCode)
Set the 'RoomLocationCode' attribute value. |
void |
setRoomTypeCode(java.lang.String roomTypeCode)
Set the 'RoomTypeCode' attribute value. |
void |
setRoomViewCode(java.lang.String roomViewCode)
Set the 'RoomViewCode' attribute value. |
void |
setSizeMeasurement(java.lang.String sizeMeasurement)
Set the 'SizeMeasurement' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomGroup()
Method Detail |
---|
public java.lang.String getRoom()
public void setRoom(java.lang.String room)
room
- public java.lang.String getRoomTypeCode()
public void setRoomTypeCode(java.lang.String roomTypeCode)
roomTypeCode
- public java.lang.String getRoomCategory()
public void setRoomCategory(java.lang.String roomCategory)
roomCategory
- public java.lang.String getRoomID()
public void setRoomID(java.lang.String roomID)
roomID
- public java.lang.Integer getFloor()
public void setFloor(java.lang.Integer floor)
floor
- public java.lang.String getInvBlockCode()
public void setInvBlockCode(java.lang.String invBlockCode)
invBlockCode
- public PromotionCodeGroup getPromotionCodeGroup()
public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
promotionCodeGroup
- public java.lang.String getRoomLocationCode()
public void setRoomLocationCode(java.lang.String roomLocationCode)
roomLocationCode
- public java.lang.String getRoomViewCode()
public void setRoomViewCode(java.lang.String roomViewCode)
roomViewCode
- public java.lang.String getBedTypeCode()
public void setBedTypeCode(java.lang.String bedTypeCode)
bedTypeCode
- public java.lang.Boolean getNonSmoking()
public void setNonSmoking(java.lang.Boolean nonSmoking)
nonSmoking
- public java.lang.String getConfiguration()
public void setConfiguration(java.lang.String configuration)
configuration
- public java.lang.String getSizeMeasurement()
public void setSizeMeasurement(java.lang.String sizeMeasurement)
sizeMeasurement
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.Boolean getComposite()
public void setComposite(java.lang.Boolean composite)
composite
- public java.lang.String getRoomClassificationCode()
public void setRoomClassificationCode(java.lang.String roomClassificationCode)
roomClassificationCode
- public java.lang.String getRoomArchitectureCode()
public void setRoomArchitectureCode(java.lang.String roomArchitectureCode)
roomArchitectureCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |