|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.DateTimeSpan
org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Date
public static class RFPMeetingRQ.RFPRequestSegment.Date
Specifies a specific date or date range. 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" maxOccurs="99"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:DateTimeSpanType"> <xs:attribute use="optional" name="DateType"> <xs:simpleType> <!-- Reference to inner class DateInner --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="PromotionRPH"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.Date.DateInner
Schema fragment(s) for this class: |
Nested classes/interfaces inherited from class org.ota.shared.DateTimeSpan |
---|
DateTimeSpan.Sequence |
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.Date()
|
Method Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.Date.DateInner |
getDate()
Get the 'DateType' attribute value. |
java.lang.String |
getPromotionRPH()
Get the 'PromotionRPH' attribute value. |
void |
setDate(RFPMeetingRQ.RFPRequestSegment.Date.DateInner date)
Set the 'DateType' attribute value. |
void |
setPromotionRPH(java.lang.String promotionRPH)
Set the 'PromotionRPH' attribute value. |
Methods inherited from class org.ota.shared.DateTimeSpan |
---|
clearChoiceSelect, getDateTimeSpanGroup, getDateWindowRange, getSequence, ifDateWindowRange, ifSequence, setDateTimeSpanGroup, setDateWindowRange, setSequence |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.Date()
Method Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.Date.DateInner getDate()
public void setDate(RFPMeetingRQ.RFPRequestSegment.Date.DateInner date)
date
- public java.lang.String getPromotionRPH()
public void setPromotionRPH(java.lang.String promotionRPH)
promotionRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |