|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.RateQualifier
public class RateQualifier
The RateQualifierType complex type describes fully rate information associated with a specific rate quotation, including the description of any promotions that may apply. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RateQualifierType">
<xs:sequence>
<xs:element type="xs:string" name="PromoDesc" minOccurs="0"/>
<xs:element name="RateComments" minOccurs="0">
<!-- Reference to inner class RateComments -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:RateQualifierCoreGroup"/>
<xs:attribute type="xs:boolean" use="optional" name="ArriveByFlight"/>
<xs:attribute type="xs:string" use="optional" name="RateAuthorizationCode"/>
<xs:attribute type="xs:string" use="optional" name="VendorRateID"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
RateQualifier.RateComments
Collection of rate comments. |
| Constructor Summary | |
|---|---|
RateQualifier()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getArriveByFlight()
Get the 'ArriveByFlight' attribute value. |
java.lang.String |
getPromoDesc()
Get the 'PromoDesc' element value. |
java.lang.String |
getRateAuthorizationCode()
Get the 'RateAuthorizationCode' attribute value. |
RateQualifier.RateComments |
getRateComments()
Get the 'RateComments' element value. |
RateQualifierCoreGroup |
getRateQualifierCoreGroup()
Get the 'RateQualifierCoreGroup' attributeGroup value. |
java.lang.String |
getVendorRateID()
Get the 'VendorRateID' attribute value. |
void |
setArriveByFlight(java.lang.Boolean arriveByFlight)
Set the 'ArriveByFlight' attribute value. |
void |
setPromoDesc(java.lang.String promoDesc)
Set the 'PromoDesc' element value. |
void |
setRateAuthorizationCode(java.lang.String rateAuthorizationCode)
Set the 'RateAuthorizationCode' attribute value. |
void |
setRateComments(RateQualifier.RateComments rateComments)
Set the 'RateComments' element value. |
void |
setRateQualifierCoreGroup(RateQualifierCoreGroup rateQualifierCoreGroup)
Set the 'RateQualifierCoreGroup' attributeGroup value. |
void |
setVendorRateID(java.lang.String vendorRateID)
Set the 'VendorRateID' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RateQualifier()
| Method Detail |
|---|
public java.lang.String getPromoDesc()
public void setPromoDesc(java.lang.String promoDesc)
promoDesc - public RateQualifier.RateComments getRateComments()
public void setRateComments(RateQualifier.RateComments rateComments)
rateComments - public RateQualifierCoreGroup getRateQualifierCoreGroup()
public void setRateQualifierCoreGroup(RateQualifierCoreGroup rateQualifierCoreGroup)
rateQualifierCoreGroup - public java.lang.Boolean getArriveByFlight()
public void setArriveByFlight(java.lang.Boolean arriveByFlight)
arriveByFlight - public java.lang.String getRateAuthorizationCode()
public void setRateAuthorizationCode(java.lang.String rateAuthorizationCode)
rateAuthorizationCode - public java.lang.String getVendorRateID()
public void setVendorRateID(java.lang.String vendorRateID)
vendorRateID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||