|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleModifyRQCore
org.ota.vehicle.ModifyRQ.VehModifyRQCore
public static class ModifyRQ.VehModifyRQCore
Identifies the common, or core, 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="VehModifyRQCore" maxOccurs="3">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleModifyRQCoreType">
<xs:attribute type="xs:string" use="required" name="ModifyType"/>
<xs:attribute type="xs:int" use="optional" name="IndexNumber"/>
<xs:attribute type="ns:ActionType" use="optional" name="Action"/>
<xs:attribute type="xs:boolean" use="optional" name="OptionChangeIndicator"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ota.vehicle.VehicleModifyRQCore |
|---|
VehicleModifyRQCore.RateQualifier, VehicleModifyRQCore.RateRestriction, VehicleModifyRQCore.SpecialEquipPrefs |
| Constructor Summary | |
|---|---|
ModifyRQ.VehModifyRQCore()
|
|
| Method Summary | |
|---|---|
Action |
getAction()
Get the 'Action' attribute value. |
java.lang.Integer |
getIndexNumber()
Get the 'IndexNumber' attribute value. |
java.lang.String |
getModify()
Get the 'ModifyType' attribute value. |
java.lang.Boolean |
getOptionChangeIndicator()
Get the 'OptionChangeIndicator' attribute value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
void |
setIndexNumber(java.lang.Integer indexNumber)
Set the 'IndexNumber' attribute value. |
void |
setModify(java.lang.String modify)
Set the 'ModifyType' attribute value. |
void |
setOptionChangeIndicator(java.lang.Boolean optionChangeIndicator)
Set the 'OptionChangeIndicator' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyRQ.VehModifyRQCore()
| Method Detail |
|---|
public java.lang.String getModify()
public void setModify(java.lang.String modify)
modify - public java.lang.Integer getIndexNumber()
public void setIndexNumber(java.lang.Integer indexNumber)
indexNumber - public Action getAction()
public void setAction(Action action)
action - public java.lang.Boolean getOptionChangeIndicator()
public void setOptionChangeIndicator(java.lang.Boolean optionChangeIndicator)
optionChangeIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||