|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion
public static class RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion
A promotion that has similar date criteria as the meeting 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="Promotion" maxOccurs="99">
<xs:complexType>
<xs:sequence>
<xs:element name="AvailableDateRange">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:DateTimeSpanType">
<xs:attribute type="xs:string" use="optional" name="DateRPH"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element type="ns:DateTimeSpanType" name="OfferedDateRange"/>
<xs:element type="ns:ParagraphType" name="Description"/>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="UserAcknowledgementIndicator"/>
<xs:attribute type="xs:string" use="optional" name="PromotionCode"/>
<xs:attribute type="xs:int" use="optional" name="AdvertisedRoomQuantity"/>
<xs:attribute type="xs:float" use="optional" name="AdvertisedHighAmount"/>
<xs:attribute type="xs:float" use="optional" name="AdvertisedLowAmount"/>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion()
|
|
| Method Summary | |
|---|---|
java.lang.Float |
getAdvertisedHighAmount()
Get the 'AdvertisedHighAmount' attribute value. |
java.lang.Float |
getAdvertisedLowAmount()
Get the 'AdvertisedLowAmount' attribute value. |
java.lang.Integer |
getAdvertisedRoomQuantity()
Get the 'AdvertisedRoomQuantity' attribute value. |
java.lang.String |
getAvailableDateRangeDateRPH()
Get the 'DateRPH' attribute value. |
DateTimeSpan |
getAvailableDateRangeDateTimeSpan()
Get the extension value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Paragraph |
getDescription()
Get the 'Description' element value. |
DateTimeSpan |
getOfferedDateRange()
Get the 'OfferedDateRange' element value. |
java.lang.String |
getPromotionCode()
Get the 'PromotionCode' attribute value. |
java.lang.Boolean |
getUserAcknowledgementIndicator()
Get the 'UserAcknowledgementIndicator' attribute value. |
void |
setAdvertisedHighAmount(java.lang.Float advertisedHighAmount)
Set the 'AdvertisedHighAmount' attribute value. |
void |
setAdvertisedLowAmount(java.lang.Float advertisedLowAmount)
Set the 'AdvertisedLowAmount' attribute value. |
void |
setAdvertisedRoomQuantity(java.lang.Integer advertisedRoomQuantity)
Set the 'AdvertisedRoomQuantity' attribute value. |
void |
setAvailableDateRangeDateRPH(java.lang.String availableDateRangeDateRPH)
Set the 'DateRPH' attribute value. |
void |
setAvailableDateRangeDateTimeSpan(DateTimeSpan availableDateRangeDateTimeSpan)
Set the extension value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setDescription(Paragraph description)
Set the 'Description' element value. |
void |
setOfferedDateRange(DateTimeSpan offeredDateRange)
Set the 'OfferedDateRange' element value. |
void |
setPromotionCode(java.lang.String promotionCode)
Set the 'PromotionCode' attribute value. |
void |
setUserAcknowledgementIndicator(java.lang.Boolean userAcknowledgementIndicator)
Set the 'UserAcknowledgementIndicator' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions.Promotion()
| Method Detail |
|---|
public DateTimeSpan getAvailableDateRangeDateTimeSpan()
public void setAvailableDateRangeDateTimeSpan(DateTimeSpan availableDateRangeDateTimeSpan)
availableDateRangeDateTimeSpan - public java.lang.String getAvailableDateRangeDateRPH()
public void setAvailableDateRangeDateRPH(java.lang.String availableDateRangeDateRPH)
availableDateRangeDateRPH - public DateTimeSpan getOfferedDateRange()
public void setOfferedDateRange(DateTimeSpan offeredDateRange)
offeredDateRange - public Paragraph getDescription()
public void setDescription(Paragraph description)
description - public java.lang.Boolean getUserAcknowledgementIndicator()
public void setUserAcknowledgementIndicator(java.lang.Boolean userAcknowledgementIndicator)
userAcknowledgementIndicator - public java.lang.String getPromotionCode()
public void setPromotionCode(java.lang.String promotionCode)
promotionCode - public java.lang.Integer getAdvertisedRoomQuantity()
public void setAdvertisedRoomQuantity(java.lang.Integer advertisedRoomQuantity)
advertisedRoomQuantity - public java.lang.Float getAdvertisedHighAmount()
public void setAdvertisedHighAmount(java.lang.Float advertisedHighAmount)
advertisedHighAmount - public java.lang.Float getAdvertisedLowAmount()
public void setAdvertisedLowAmount(java.lang.Float advertisedLowAmount)
advertisedLowAmount - public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||