org.ota.hotel
Class InvBlock.BlockDescriptions.BlockDescription

java.lang.Object
  extended by org.ota.shared.Paragraph
      extended by org.ota.hotel.InvBlock.BlockDescriptions.BlockDescription
Enclosing class:
InvBlock.BlockDescriptions

public static class InvBlock.BlockDescriptions.BlockDescription
extends Paragraph

Used for free form descriptive information about the inventory block. 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="BlockDescription" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Paragraph
Paragraph.Choice
 
Constructor Summary
InvBlock.BlockDescriptions.BlockDescription()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 
Methods inherited from class org.ota.shared.Paragraph
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvBlock.BlockDescriptions.BlockDescription

public InvBlock.BlockDescriptions.BlockDescription()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. This may be used to define the date range for which a set of free form text applies to the inventory block.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. This may be used to define the date range for which a set of free form text applies to the inventory block.

Parameters:
dateTimeSpanGroup -