|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.RateRuleRQ.SpecialEquipPrefs
public static class RateRuleRQ.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:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RateRuleRQ.SpecialEquipPrefs()
|
Method Summary | |
---|---|
void |
addSpecialEquipPref(VehicleEquipmentPrefGroup item)
Add a 'SpecialEquipPref' element item. |
void |
clearSpecialEquipPrefs()
Remove all 'SpecialEquipPref' element items. |
VehicleEquipmentPrefGroup |
getSpecialEquipPref(int index)
Get 'SpecialEquipPref' element item by position. |
java.util.List<VehicleEquipmentPrefGroup> |
getSpecialEquipPrefs()
Get the list of 'SpecialEquipPref' element items. |
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 RateRuleRQ.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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |