org.ota.vehicle
Class VehicleModifyRQCore.RateRestriction

java.lang.Object
  extended by org.ota.vehicle.VehicleModifyRQCore.RateRestriction
Enclosing class:
VehicleModifyRQCore

public static class VehicleModifyRQCore.RateRestriction
extends java.lang.Object

Information on restrictions that may be associated with this rate. 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="RateRestriction" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:boolean" use="optional" name="CancellationPenaltyInd"/>
     <xs:attribute type="xs:boolean" use="optional" name="ModificationPenaltyInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleModifyRQCore.RateRestriction()
           
 
Method Summary
 java.lang.Boolean getCancellationPenaltyInd()
          Get the 'CancellationPenaltyInd' attribute value.
 java.lang.Boolean getModificationPenaltyInd()
          Get the 'ModificationPenaltyInd' attribute value.
 void setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
          Set the 'CancellationPenaltyInd' attribute value.
 void setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
          Set the 'ModificationPenaltyInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleModifyRQCore.RateRestriction

public VehicleModifyRQCore.RateRestriction()
Method Detail

getCancellationPenaltyInd

public java.lang.Boolean getCancellationPenaltyInd()
Get the 'CancellationPenaltyInd' attribute value. When true indicates the requestor is aware that a fee applies if a cancellation is requested.

Returns:
value

setCancellationPenaltyInd

public void setCancellationPenaltyInd(java.lang.Boolean cancellationPenaltyInd)
Set the 'CancellationPenaltyInd' attribute value. When true indicates the requestor is aware that a fee applies if a cancellation is requested.

Parameters:
cancellationPenaltyInd -

getModificationPenaltyInd

public java.lang.Boolean getModificationPenaltyInd()
Get the 'ModificationPenaltyInd' attribute value. When true indicates the requestor is aware that a fee applies if a modification is requested.

Returns:
value

setModificationPenaltyInd

public void setModificationPenaltyInd(java.lang.Boolean modificationPenaltyInd)
Set the 'ModificationPenaltyInd' attribute value. When true indicates the requestor is aware that a fee applies if a modification is requested.

Parameters:
modificationPenaltyInd -