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

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

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

A collection of inquiry 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="Dates" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Date" minOccurs="0">
         <!-- Reference to inner class Date -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date
          The dates correspond to the appropriate primary or secondary dates identified in the request.
 
Constructor Summary
RFPResponse.RFPResponseSegment.Sites.Site.Dates()
           
 
Method Summary
 RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date getDate()
          Get the 'Date' element value.
 void setDate(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date date)
          Set the 'Date' 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

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

getDate

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

Returns:
value

setDate

public void setDate(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date date)
Set the 'Date' element value.

Parameters:
date -