|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleAvailRQCore.VendorPrefs
public static class VehicleAvailRQCore.VendorPrefs
A collection of vendor preferences. 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="VendorPrefs" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="VendorPref" maxOccurs="20"> <!-- Reference to inner class VendorPref --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ParticipationLevelCode"/> <xs:attribute type="xs:string" use="optional" name="LocationCategory"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleAvailRQCore.VendorPrefs.VendorPref
Indicates the preferred Vendor Company for the vehicle rental. |
Constructor Summary | |
---|---|
VehicleAvailRQCore.VendorPrefs()
|
Method Summary | |
---|---|
void |
addVendorPref(VehicleAvailRQCore.VendorPrefs.VendorPref item)
Add a 'VendorPref' element item. |
void |
clearVendorPrefs()
Remove all 'VendorPref' element items. |
java.lang.String |
getLocationCategory()
Get the 'LocationCategory' attribute value. |
java.lang.String |
getParticipationLevelCode()
Get the 'ParticipationLevelCode' attribute value. |
VehicleAvailRQCore.VendorPrefs.VendorPref |
getVendorPref(int index)
Get 'VendorPref' element item by position. |
java.util.List<VehicleAvailRQCore.VendorPrefs.VendorPref> |
getVendorPrefs()
Get the list of 'VendorPref' element items. |
void |
setLocationCategory(java.lang.String locationCategory)
Set the 'LocationCategory' attribute value. |
void |
setParticipationLevelCode(java.lang.String participationLevelCode)
Set the 'ParticipationLevelCode' attribute value. |
void |
setVendorPrefs(java.util.List<VehicleAvailRQCore.VendorPrefs.VendorPref> list)
Set the list of 'VendorPref' element items. |
int |
sizeVendorPrefs()
Get the number of 'VendorPref' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleAvailRQCore.VendorPrefs()
Method Detail |
---|
public java.util.List<VehicleAvailRQCore.VendorPrefs.VendorPref> getVendorPrefs()
public void setVendorPrefs(java.util.List<VehicleAvailRQCore.VendorPrefs.VendorPref> list)
list
- public int sizeVendorPrefs()
public void addVendorPref(VehicleAvailRQCore.VendorPrefs.VendorPref item)
item
- public VehicleAvailRQCore.VendorPrefs.VendorPref getVendorPref(int index)
index
-
public void clearVendorPrefs()
public java.lang.String getParticipationLevelCode()
public void setParticipationLevelCode(java.lang.String participationLevelCode)
participationLevelCode
- public java.lang.String getLocationCategory()
public void setLocationCategory(java.lang.String locationCategory)
locationCategory
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |