|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleAvailRSCore
public class VehicleAvailRSCore
The VehicleAvailRSType complex type identifies the data that is considered common when describing the availability and rates of rental vehicles. 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="VehicleAvailRSCoreType"> <xs:sequence> <xs:element type="ns:VehicleRentalCoreType" name="VehRentalCore"/> <xs:element name="VehVendorAvails"> <xs:complexType> <xs:sequence> <xs:element type="ns:VehicleVendorAvailabilityType" name="VehVendorAvail" maxOccurs="20"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
VehicleAvailRSCore()
|
Method Summary | |
---|---|
void |
addVehVendorAvail(VehicleVendorAvailability item)
Add a 'VehVendorAvail' element item. |
void |
clearVehVendorAvails()
Remove all 'VehVendorAvail' element items. |
VehicleRentalCore |
getVehRentalCore()
Get the 'VehRentalCore' element value. |
VehicleVendorAvailability |
getVehVendorAvail(int index)
Get 'VehVendorAvail' element item by position. |
java.util.List<VehicleVendorAvailability> |
getVehVendorAvails()
Get the list of 'VehVendorAvail' element items. |
void |
setVehRentalCore(VehicleRentalCore vehRentalCore)
Set the 'VehRentalCore' element value. |
void |
setVehVendorAvails(java.util.List<VehicleVendorAvailability> list)
Set the list of 'VehVendorAvail' element items. |
int |
sizeVehVendorAvails()
Get the number of 'VehVendorAvail' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleAvailRSCore()
Method Detail |
---|
public VehicleRentalCore getVehRentalCore()
public void setVehRentalCore(VehicleRentalCore vehRentalCore)
vehRentalCore
- public java.util.List<VehicleVendorAvailability> getVehVendorAvails()
public void setVehVendorAvails(java.util.List<VehicleVendorAvailability> list)
list
- public int sizeVehVendorAvails()
public void addVehVendorAvail(VehicleVendorAvailability item)
item
- public VehicleVendorAvailability getVehVendorAvail(int index)
index
-
public void clearVehVendorAvails()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |