org.ota.air
Class RuleInfo.ChargesRules

java.lang.Object
  extended by org.ota.air.RuleInfo.ChargesRules
Enclosing class:
RuleInfo

public static class RuleInfo.ChargesRules
extends java.lang.Object

General container for rules specifying amounts for such things as: surcharges, deposits, change penalties, cancellation penalties, etc. 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="ChargesRules" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:VoluntaryChangesType" name="VoluntaryChanges" minOccurs="0"/>
       <xs:element type="ns:VoluntaryChangesType" name="VoluntaryRefunds" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RuleInfo.ChargesRules()
           
 
Method Summary
 VoluntaryChanges getVoluntaryChanges()
          Get the 'VoluntaryChanges' element value.
 VoluntaryChanges getVoluntaryRefunds()
          Get the 'VoluntaryRefunds' element value.
 void setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
          Set the 'VoluntaryChanges' element value.
 void setVoluntaryRefunds(VoluntaryChanges voluntaryRefunds)
          Set the 'VoluntaryRefunds' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleInfo.ChargesRules

public RuleInfo.ChargesRules()
Method Detail

getVoluntaryChanges

public VoluntaryChanges getVoluntaryChanges()
Get the 'VoluntaryChanges' element value. Specifies a voluntary change charge.

Returns:
value

setVoluntaryChanges

public void setVoluntaryChanges(VoluntaryChanges voluntaryChanges)
Set the 'VoluntaryChanges' element value. Specifies a voluntary change charge.

Parameters:
voluntaryChanges -

getVoluntaryRefunds

public VoluntaryChanges getVoluntaryRefunds()
Get the 'VoluntaryRefunds' element value. Specifies a Voluntary Refund (cancellation) charge.

Returns:
value

setVoluntaryRefunds

public void setVoluntaryRefunds(VoluntaryChanges voluntaryRefunds)
Set the 'VoluntaryRefunds' element value. Specifies a Voluntary Refund (cancellation) charge.

Parameters:
voluntaryRefunds -