org.ota.hotel
Class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date

java.lang.Object
  extended by org.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date
Enclosing class:
RFPResponse.RFPResponseSegment.Sites.Site.Dates

public static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date
extends java.lang.Object

The dates correspond to the appropriate primary or secondary dates identified in the request. 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="Date" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="RoomBlock" minOccurs="0">
         <!-- Reference to inner class RoomBlock -->
       </xs:element>
       <xs:element name="EventBlock" minOccurs="0">
         <!-- Reference to inner class EventBlock -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute use="optional" name="ProposedDateIndicator">
       <xs:simpleType>
         <!-- Reference to inner class ProposedDateIndicator -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock
          This is information pertaining to the event requirements for this request.
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator
          Schema fragment(s) for this class:
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock
          This is information pertaining to room requirements for this request.
 
Constructor Summary
RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock getEventBlock()
          Get the 'EventBlock' element value.
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator getProposedDateIndicator()
          Get the 'ProposedDateIndicator' attribute value.
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock getRoomBlock()
          Get the 'RoomBlock' element value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setEventBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock eventBlock)
          Set the 'EventBlock' element value.
 void setProposedDateIndicator(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator proposedDateIndicator)
          Set the 'ProposedDateIndicator' attribute value.
 void setRoomBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock roomBlock)
          Set the 'RoomBlock' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date()
Method Detail

getRoomBlock

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock getRoomBlock()
Get the 'RoomBlock' element value.

Returns:
value

setRoomBlock

public void setRoomBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock roomBlock)
Set the 'RoomBlock' element value.

Parameters:
roomBlock -

getEventBlock

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock getEventBlock()
Get the 'EventBlock' element value.

Returns:
value

setEventBlock

public void setEventBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock eventBlock)
Set the 'EventBlock' element value.

Parameters:
eventBlock -

getDateTimeSpanGroup

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

Returns:
value

setDateTimeSpanGroup

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

Parameters:
dateTimeSpanGroup -

getProposedDateIndicator

public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator getProposedDateIndicator()
Get the 'ProposedDateIndicator' attribute value. This is an indicator that identifies if the dates match the primary or alternate dates or the suppliers other proposed dates.

Returns:
value

setProposedDateIndicator

public void setProposedDateIndicator(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator proposedDateIndicator)
Set the 'ProposedDateIndicator' attribute value. This is an indicator that identifies if the dates match the primary or alternate dates or the suppliers other proposed dates.

Parameters:
proposedDateIndicator -