|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleReservationRQCore.SpecialEquipPrefs
public static class VehicleReservationRQCore.SpecialEquipPrefs
Indicates the preferences for one or more specific items of additional equipment, such as ski racks, child seats, etc. 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="SpecialEquipPrefs" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SpecialEquipPref" maxOccurs="15"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleEquipmentPrefGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:VehicleChargeType" name="Charge" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleReservationRQCore.SpecialEquipPrefs()
|
Method Summary | |
---|---|
void |
addSpecialEquipPref(VehicleEquipmentPrefGroup item)
Add a 'SpecialEquipPref' element item. |
void |
clearSpecialEquipPrefs()
Remove all 'SpecialEquipPref' element items. |
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
VehicleEquipmentPrefGroup |
getSpecialEquipPref(int index)
Get 'SpecialEquipPref' element item by position. |
java.util.List<VehicleEquipmentPrefGroup> |
getSpecialEquipPrefs()
Get the list of 'SpecialEquipPref' element items. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setSpecialEquipPrefs(java.util.List<VehicleEquipmentPrefGroup> list)
Set the list of 'SpecialEquipPref' element items. |
int |
sizeSpecialEquipPrefs()
Get the number of 'SpecialEquipPref' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleReservationRQCore.SpecialEquipPrefs()
Method Detail |
---|
public java.util.List<VehicleEquipmentPrefGroup> getSpecialEquipPrefs()
public void setSpecialEquipPrefs(java.util.List<VehicleEquipmentPrefGroup> list)
list
- public int sizeSpecialEquipPrefs()
public void addSpecialEquipPref(VehicleEquipmentPrefGroup item)
item
- public VehicleEquipmentPrefGroup getSpecialEquipPref(int index)
index
-
public void clearSpecialEquipPrefs()
public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |