|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleLocationRequirements.Age.AgeSurcharge
public static class VehicleLocationRequirements.Age.AgeSurcharge
Surcharge information that may be applied based upon age of the renter. 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="AgeSurcharge" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attribute type="xs:string" name="Age"/>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
VehicleLocationRequirements.Age.AgeSurcharge()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAge()
Get the 'Age' attribute value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setAge(java.lang.String age)
Set the 'Age' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleLocationRequirements.Age.AgeSurcharge()
| Method Detail |
|---|
public java.lang.String getAge()
public void setAge(java.lang.String age)
age - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||