org.ota.air
Class VoluntaryChanges

java.lang.Object
  extended by org.ota.air.VoluntaryChanges

public class VoluntaryChanges
extends java.lang.Object

Specifies charges and/or penalties associated with making ticket changes after purchase. 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="VoluntaryChangesType">
   <xs:sequence>
     <xs:element name="Penalty" minOccurs="0">
       <!-- Reference to inner class Penalty -->
     </xs:element>
   </xs:sequence>
   <xs:attribute type="xs:boolean" use="optional" name="VolChangeInd"/>
 </xs:complexType>
 


Nested Class Summary
static class VoluntaryChanges.Penalty
          Specifies penalty charges as either a currency amount or a percentage of the fare Schema fragment(s) for this class:
 
Constructor Summary
VoluntaryChanges()
           
 
Method Summary
 VoluntaryChanges.Penalty getPenalty()
          Get the 'Penalty' element value.
 java.lang.Boolean getVolChangeInd()
          Get the 'VolChangeInd' attribute value.
 void setPenalty(VoluntaryChanges.Penalty penalty)
          Set the 'Penalty' element value.
 void setVolChangeInd(java.lang.Boolean volChangeInd)
          Set the 'VolChangeInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoluntaryChanges

public VoluntaryChanges()
Method Detail

getPenalty

public VoluntaryChanges.Penalty getPenalty()
Get the 'Penalty' element value.

Returns:
value

setPenalty

public void setPenalty(VoluntaryChanges.Penalty penalty)
Set the 'Penalty' element value.

Parameters:
penalty -

getVolChangeInd

public java.lang.Boolean getVolChangeInd()
Get the 'VolChangeInd' attribute value. Indicator used to specify whether voluntary change and other penalties are involved in the search or response.

Returns:
value

setVolChangeInd

public void setVolChangeInd(java.lang.Boolean volChangeInd)
Set the 'VolChangeInd' attribute value. Indicator used to specify whether voluntary change and other penalties are involved in the search or response.

Parameters:
volChangeInd -