|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationAdditionalDetails.VehRentLocInfos
public static class VehicleLocationAdditionalDetails.VehRentLocInfos
Descriptive information allowing the vendor to present informational messages about the rental location. These may include after-hour return of vehicle messages, messages providing directions to the location, or other similar messages. 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="VehRentLocInfos" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:VehicleLocationInformationType" name="VehRentLocInfo" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleLocationAdditionalDetails.VehRentLocInfos()
|
Method Summary | |
---|---|
void |
addVehRentLocInfo(VehicleLocationInformation item)
Add a 'VehRentLocInfo' element item. |
void |
clearVehRentLocInfos()
Remove all 'VehRentLocInfo' element items. |
VehicleLocationInformation |
getVehRentLocInfo(int index)
Get 'VehRentLocInfo' element item by position. |
java.util.List<VehicleLocationInformation> |
getVehRentLocInfos()
Get the list of 'VehRentLocInfo' element items. |
void |
setVehRentLocInfos(java.util.List<VehicleLocationInformation> list)
Set the list of 'VehRentLocInfo' element items. |
int |
sizeVehRentLocInfos()
Get the number of 'VehRentLocInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationAdditionalDetails.VehRentLocInfos()
Method Detail |
---|
public java.util.List<VehicleLocationInformation> getVehRentLocInfos()
public void setVehRentLocInfos(java.util.List<VehicleLocationInformation> list)
list
- public int sizeVehRentLocInfos()
public void addVehRentLocInfo(VehicleLocationInformation item)
item
- public VehicleLocationInformation getVehRentLocInfo(int index)
index
-
public void clearVehRentLocInfos()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |