org.ota.vehicle
Class VehicleVendorAvailability.VehAvail.AdvanceBooking

java.lang.Object
  extended by org.ota.vehicle.VehicleVendorAvailability.VehAvail.AdvanceBooking
Enclosing class:
VehicleVendorAvailability.VehAvail

public static class VehicleVendorAvailability.VehAvail.AdvanceBooking
extends java.lang.Object

Specifies the advance booking requirements. 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="AdvanceBooking" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:DeadlineGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="RulesApplyInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleVendorAvailability.VehAvail.AdvanceBooking()
           
 
Method Summary
 DeadlineGroup getDeadlineGroup()
          Get the 'DeadlineGroup' attributeGroup value.
 java.lang.Boolean getRulesApplyInd()
          Get the 'RulesApplyInd' attribute value.
 void setDeadlineGroup(DeadlineGroup deadlineGroup)
          Set the 'DeadlineGroup' attributeGroup value.
 void setRulesApplyInd(java.lang.Boolean rulesApplyInd)
          Set the 'RulesApplyInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleVendorAvailability.VehAvail.AdvanceBooking

public VehicleVendorAvailability.VehAvail.AdvanceBooking()
Method Detail

getDeadlineGroup

public DeadlineGroup getDeadlineGroup()
Get the 'DeadlineGroup' attributeGroup value.

Returns:
value

setDeadlineGroup

public void setDeadlineGroup(DeadlineGroup deadlineGroup)
Set the 'DeadlineGroup' attributeGroup value.

Parameters:
deadlineGroup -

getRulesApplyInd

public java.lang.Boolean getRulesApplyInd()
Get the 'RulesApplyInd' attribute value. When true, rules apply to the advance booking requirement.

Returns:
value

setRulesApplyInd

public void setRulesApplyInd(java.lang.Boolean rulesApplyInd)
Set the 'RulesApplyInd' attribute value. When true, rules apply to the advance booking requirement.

Parameters:
rulesApplyInd -