|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleAvailRQCore.VendorPrefs.VendorPref
public static class VehicleAvailRQCore.VendorPrefs.VendorPref
Indicates the preferred Vendor Company for the vehicle rental. If a company name is supplied, the rates will be supplied for the specific Vendor Company. The company name is unique amongst the vendors. 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="VendorPref" maxOccurs="20">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ns:CompanyNamePrefType">
<xs:attribute type="xs:string" use="optional" name="CorpDiscountNmbr"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
VehicleAvailRQCore.VendorPrefs.VendorPref()
|
|
| Method Summary | |
|---|---|
CompanyNamePref |
getCompanyNamePref()
Get the extension value. |
java.lang.String |
getCorpDiscountNmbr()
Get the 'CorpDiscountNmbr' attribute value. |
void |
setCompanyNamePref(CompanyNamePref companyNamePref)
Set the extension value. |
void |
setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
Set the 'CorpDiscountNmbr' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleAvailRQCore.VendorPrefs.VendorPref()
| Method Detail |
|---|
public CompanyNamePref getCompanyNamePref()
public void setCompanyNamePref(CompanyNamePref companyNamePref)
companyNamePref - public java.lang.String getCorpDiscountNmbr()
public void setCorpDiscountNmbr(java.lang.String corpDiscountNmbr)
corpDiscountNmbr -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||