org.ota.hotel
Class RFPResponse.RFPResponseSegment.Sites.Site.Dates
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RFPResponse.RFPResponseSegment.Sites.Site.Dates
public RFPResponse.RFPResponseSegment.Sites.Site.Dates()
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
-