org.ota.hotel
Class StatusApplicationGroup

java.lang.Object
  extended by org.ota.hotel.StatusApplicationGroup

public class StatusApplicationGroup
extends java.lang.Object

Used to indicate to which block codes/rate plans/inventory codes a status should be applied. 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="StatusApplicationGroup">
   <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   <xs:attributeGroup ref="ns:RatePlanGroup"/>
   <xs:attributeGroup ref="ns:InventoryGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
StatusApplicationGroup()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 InventoryGroup getInventoryGroup()
          Get the 'InventoryGroup' attributeGroup value.
 RatePlanGroup getRatePlanGroup()
          Get the 'RatePlanGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setInventoryGroup(InventoryGroup inventoryGroup)
          Set the 'InventoryGroup' attributeGroup value.
 void setRatePlanGroup(RatePlanGroup ratePlanGroup)
          Set the 'RatePlanGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusApplicationGroup

public StatusApplicationGroup()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -

getRatePlanGroup

public RatePlanGroup getRatePlanGroup()
Get the 'RatePlanGroup' attributeGroup value.

Returns:
value

setRatePlanGroup

public void setRatePlanGroup(RatePlanGroup ratePlanGroup)
Set the 'RatePlanGroup' attributeGroup value.

Parameters:
ratePlanGroup -

getInventoryGroup

public InventoryGroup getInventoryGroup()
Get the 'InventoryGroup' attributeGroup value.

Returns:
value

setInventoryGroup

public void setInventoryGroup(InventoryGroup inventoryGroup)
Set the 'InventoryGroup' attributeGroup value.

Parameters:
inventoryGroup -