|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.LocDetailsNotifRQ.LocationDetail.VehicleVendorSupplier
public static class LocDetailsNotifRQ.LocationDetail.VehicleVendorSupplier
The vehicle provider (e.g., Hertz, National) when different from the car rental location vendor. 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="VehicleVendorSupplier" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicles">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:VehicleCoreType" name="Vehicle" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:CompanyID_AttributesGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
LocDetailsNotifRQ.LocationDetail.VehicleVendorSupplier()
|
|
| Method Summary | |
|---|---|
void |
addVehicle(VehicleCore item)
Add a 'Vehicle' element item. |
void |
clearVehicles()
Remove all 'Vehicle' element items. |
CompanyIDAttributesGroup |
getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. |
VehicleCore |
getVehicle(int index)
Get 'Vehicle' element item by position. |
java.util.List<VehicleCore> |
getVehicles()
Get the list of 'Vehicle' element items. |
void |
setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. |
void |
setVehicles(java.util.List<VehicleCore> list)
Set the list of 'Vehicle' element items. |
int |
sizeVehicles()
Get the number of 'Vehicle' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocDetailsNotifRQ.LocationDetail.VehicleVendorSupplier()
| Method Detail |
|---|
public java.util.List<VehicleCore> getVehicles()
public void setVehicles(java.util.List<VehicleCore> list)
list - public int sizeVehicles()
public void addVehicle(VehicleCore item)
item - public VehicleCore getVehicle(int index)
index -
public void clearVehicles()
public CompanyIDAttributesGroup getCompanyIDAttributesGroup()
public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
companyIDAttributesGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||