|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date
public static class RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date
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()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date()
| Method Detail |
|---|
public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock getRoomBlock()
public void setRoomBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.RoomBlock roomBlock)
roomBlock - public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock getEventBlock()
public void setEventBlock(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.EventBlock eventBlock)
eventBlock - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator getProposedDateIndicator()
public void setProposedDateIndicator(RFPResponse.RFPResponseSegment.Sites.Site.Dates.Date.ProposedDateIndicator proposedDateIndicator)
proposedDateIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||