org.ota.vehicle
Class RateRuleRS.RateRules.RateDeposit

java.lang.Object
  extended by org.ota.vehicle.RateRuleRS.RateRules.RateDeposit
Enclosing class:
RateRuleRS.RateRules

public static class RateRuleRS.RateRules.RateDeposit
extends java.lang.Object

Information pertaining to the the deposit. 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="RateDeposit" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:DeadlineGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="DepositRequiredInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateRuleRS.RateRules.RateDeposit()
           
 
Method Summary
 DeadlineGroup getDeadlineGroup()
          Get the 'DeadlineGroup' attributeGroup value.
 java.lang.Boolean getDepositRequiredInd()
          Get the 'DepositRequiredInd' attribute value.
 void setDeadlineGroup(DeadlineGroup deadlineGroup)
          Set the 'DeadlineGroup' attributeGroup value.
 void setDepositRequiredInd(java.lang.Boolean depositRequiredInd)
          Set the 'DepositRequiredInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRuleRS.RateRules.RateDeposit

public RateRuleRS.RateRules.RateDeposit()
Method Detail

getDeadlineGroup

public DeadlineGroup getDeadlineGroup()
Get the 'DeadlineGroup' attributeGroup value. The deadline for making a deposit.

Returns:
value

setDeadlineGroup

public void setDeadlineGroup(DeadlineGroup deadlineGroup)
Set the 'DeadlineGroup' attributeGroup value. The deadline for making a deposit.

Parameters:
deadlineGroup -

getDepositRequiredInd

public java.lang.Boolean getDepositRequiredInd()
Get the 'DepositRequiredInd' attribute value. When true, a deposit is required as a guarantee.

Returns:
value

setDepositRequiredInd

public void setDepositRequiredInd(java.lang.Boolean depositRequiredInd)
Set the 'DepositRequiredInd' attribute value. When true, a deposit is required as a guarantee.

Parameters:
depositRequiredInd -