|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.Deductible
public class Deductible
Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DeductibleType"> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="xs:float" use="optional" name="LiabilityAmount"/> <xs:attribute type="xs:float" use="optional" name="ExcessAmount"/> </xs:complexType>
| Constructor Summary | |
|---|---|
Deductible()
|
|
| Method Summary | |
|---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.Float |
getExcessAmount()
Get the 'ExcessAmount' attribute value. |
java.lang.Float |
getLiabilityAmount()
Get the 'LiabilityAmount' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setExcessAmount(java.lang.Float excessAmount)
Set the 'ExcessAmount' attribute value. |
void |
setLiabilityAmount(java.lang.Float liabilityAmount)
Set the 'LiabilityAmount' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Deductible()
| Method Detail |
|---|
public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup - public java.lang.Float getLiabilityAmount()
public void setLiabilityAmount(java.lang.Float liabilityAmount)
liabilityAmount - public java.lang.Float getExcessAmount()
public void setExcessAmount(java.lang.Float excessAmount)
excessAmount -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||