org.ota.hotel
Class InvBlockDatesGroup

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

public class InvBlockDatesGroup
extends java.lang.Object

Provides date information for the inventory block. 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="InvBlockDatesGroup">
   <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   <xs:attribute type="xs:boolean" use="optional" name="EndDateExtensionIndicator"/>
   <xs:attributeGroup ref="ns:InvBlockCutoffGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
InvBlockDatesGroup()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.Boolean getEndDateExtensionIndicator()
          Get the 'EndDateExtensionIndicator' attribute value.
 InvBlockCutoffGroup getInvBlockCutoffGroup()
          Get the 'InvBlockCutoffGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setEndDateExtensionIndicator(java.lang.Boolean endDateExtensionIndicator)
          Set the 'EndDateExtensionIndicator' attribute value.
 void setInvBlockCutoffGroup(InvBlockCutoffGroup invBlockCutoffGroup)
          Set the 'InvBlockCutoffGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvBlockDatesGroup

public InvBlockDatesGroup()
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 -

getEndDateExtensionIndicator

public java.lang.Boolean getEndDateExtensionIndicator()
Get the 'EndDateExtensionIndicator' attribute value. If true, this indicates that the block has no tangible end date. The block continues indefinitely.

Returns:
value

setEndDateExtensionIndicator

public void setEndDateExtensionIndicator(java.lang.Boolean endDateExtensionIndicator)
Set the 'EndDateExtensionIndicator' attribute value. If true, this indicates that the block has no tangible end date. The block continues indefinitely.

Parameters:
endDateExtensionIndicator -

getInvBlockCutoffGroup

public InvBlockCutoffGroup getInvBlockCutoffGroup()
Get the 'InvBlockCutoffGroup' attributeGroup value.

Returns:
value

setInvBlockCutoffGroup

public void setInvBlockCutoffGroup(InvBlockCutoffGroup invBlockCutoffGroup)
Set the 'InvBlockCutoffGroup' attributeGroup value.

Parameters:
invBlockCutoffGroup -