|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleModifyRQCore.RateQualifier
public static class VehicleModifyRQCore.RateQualifier
Indicates the type of rates of interest to the customer, along with any discount number or promotional codes that may affect the rate. 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="RateQualifier" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:RateQualifierCoreGroup"/> <xs:attribute type="xs:string" use="optional" name="VendorRateID"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleModifyRQCore.RateQualifier()
|
Method Summary | |
---|---|
RateQualifierCoreGroup |
getRateQualifierCoreGroup()
Get the 'RateQualifierCoreGroup' attributeGroup value. |
java.lang.String |
getVendorRateID()
Get the 'VendorRateID' attribute 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 VehicleModifyRQCore.RateQualifier()
Method Detail |
---|
public RateQualifierCoreGroup getRateQualifierCoreGroup()
public void setRateQualifierCoreGroup(RateQualifierCoreGroup rateQualifierCoreGroup)
rateQualifierCoreGroup
- 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 |