|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvBlock.RoomTypes.Room.RoomTypeAllocations.RoomTypeAllocation
public static class InvBlock.RoomTypes.Room.RoomTypeAllocations.RoomTypeAllocation
This is the number of rooms blocked for a specific room type for specific dates. 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="RoomTypeAllocation" maxOccurs="unbounded"> <xs:complexType> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:int" use="optional" name="NumberOfUnits"/> <xs:attribute type="xs:int" use="optional" name="CompRoomQuantity"/> <xs:attribute type="xs:int" use="optional" name="CompRoomFactor"/> <xs:attribute type="xs:boolean" use="optional" name="EndDateIndicator"/> <xs:attribute type="xs:string" use="optional" name="SellLimit"/> <xs:attribute type="xs:string" use="optional" name="ProcureBlockCode"/> <xs:attribute type="xs:string" use="optional" name="AllocationID"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
InvBlock.RoomTypes.Room.RoomTypeAllocations.RoomTypeAllocation()
|
Method Summary | |
---|---|
java.lang.String |
getAllocationID()
Get the 'AllocationID' attribute value. |
java.lang.Integer |
getCompRoomFactor()
Get the 'CompRoomFactor' attribute value. |
java.lang.Integer |
getCompRoomQuantity()
Get the 'CompRoomQuantity' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.Boolean |
getEndDateIndicator()
Get the 'EndDateIndicator' attribute value. |
java.lang.Integer |
getNumberOfUnits()
Get the 'NumberOfUnits' attribute value. |
java.lang.String |
getProcureBlockCode()
Get the 'ProcureBlockCode' attribute value. |
java.lang.String |
getSellLimit()
Get the 'SellLimit' attribute value. |
void |
setAllocationID(java.lang.String allocationID)
Set the 'AllocationID' attribute value. |
void |
setCompRoomFactor(java.lang.Integer compRoomFactor)
Set the 'CompRoomFactor' attribute value. |
void |
setCompRoomQuantity(java.lang.Integer compRoomQuantity)
Set the 'CompRoomQuantity' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setEndDateIndicator(java.lang.Boolean endDateIndicator)
Set the 'EndDateIndicator' attribute value. |
void |
setNumberOfUnits(java.lang.Integer numberOfUnits)
Set the 'NumberOfUnits' attribute value. |
void |
setProcureBlockCode(java.lang.String procureBlockCode)
Set the 'ProcureBlockCode' attribute value. |
void |
setSellLimit(java.lang.String sellLimit)
Set the 'SellLimit' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvBlock.RoomTypes.Room.RoomTypeAllocations.RoomTypeAllocation()
Method Detail |
---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.Integer getNumberOfUnits()
public void setNumberOfUnits(java.lang.Integer numberOfUnits)
numberOfUnits
- public java.lang.Integer getCompRoomQuantity()
public void setCompRoomQuantity(java.lang.Integer compRoomQuantity)
compRoomQuantity
- public java.lang.Integer getCompRoomFactor()
public void setCompRoomFactor(java.lang.Integer compRoomFactor)
compRoomFactor
- public java.lang.Boolean getEndDateIndicator()
public void setEndDateIndicator(java.lang.Boolean endDateIndicator)
endDateIndicator
- public java.lang.String getSellLimit()
public void setSellLimit(java.lang.String sellLimit)
sellLimit
- public java.lang.String getProcureBlockCode()
public void setProcureBlockCode(java.lang.String procureBlockCode)
procureBlockCode
- public java.lang.String getAllocationID()
public void setAllocationID(java.lang.String allocationID)
allocationID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |