org.ota.vehicle
Class Deductible

java.lang.Object
  extended by org.ota.vehicle.Deductible

public class Deductible
extends java.lang.Object

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

Deductible

public Deductible()
Method Detail

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. The deductible amount for this coverage.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. The deductible amount for this coverage.

Parameters:
currencyAmountGroup -

getLiabilityAmount

public java.lang.Float getLiabilityAmount()
Get the 'LiabilityAmount' attribute value. The total liability amount for this coverage.

Returns:
value

setLiabilityAmount

public void setLiabilityAmount(java.lang.Float liabilityAmount)
Set the 'LiabilityAmount' attribute value. The total liability amount for this coverage.

Parameters:
liabilityAmount -

getExcessAmount

public java.lang.Float getExcessAmount()
Get the 'ExcessAmount' attribute value. The excess amount for this coverage.

Returns:
value

setExcessAmount

public void setExcessAmount(java.lang.Float excessAmount)
Set the 'ExcessAmount' attribute value. The excess amount for this coverage.

Parameters:
excessAmount -