|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleModifyRQAdditionalInfo
org.ota.vehicle.ModifyRQ.VehModifyRQInfo
public static class ModifyRQ.VehModifyRQInfo
Identifies the supplemental information associated with the request for the modification of a rental vehicle reservation. 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="VehModifyRQInfo" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleModifyRQAdditionalInfoType">
<xs:attribute type="ns:ActionType" use="optional" name="Action"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ota.vehicle.VehicleModifyRQAdditionalInfo |
|---|
VehicleModifyRQAdditionalInfo.CoveragePrefs, VehicleModifyRQAdditionalInfo.Reference |
| Constructor Summary | |
|---|---|
ModifyRQ.VehModifyRQInfo()
|
|
| Method Summary | |
|---|---|
Action |
getAction()
Get the 'Action' attribute value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyRQ.VehModifyRQInfo()
| Method Detail |
|---|
public Action getAction()
public void setAction(Action action)
action -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||