org.ota.vehicle
Class VehicleCoveragePrefGroup

java.lang.Object
  extended by org.ota.vehicle.VehicleCoveragePrefGroup

public class VehicleCoveragePrefGroup
extends java.lang.Object

The VehicleCoveragePrefType complex type defines a preference for a particular type of insurance coverage for a rental vehicle. The preference is expressed using the attribute group PreferLevelType. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleCoveragePrefGroup">
   <xs:attributeGroup ref="ns:CoverageCoreGroup"/>
   <xs:attributeGroup ref="ns:PreferLevelGroup"/>
 </xs:attributeGroup>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup">
   <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/>
 </xs:attributeGroup>
 


Constructor Summary
VehicleCoveragePrefGroup()
           
 
Method Summary
 CoverageCoreGroup getCoverageCoreGroup()
          Get the 'CoverageCoreGroup' attributeGroup value.
 PreferLevel getPreferLevel()
          Get the 'PreferLevel' attribute value.
 void setCoverageCoreGroup(CoverageCoreGroup coverageCoreGroup)
          Set the 'CoverageCoreGroup' attributeGroup value.
 void setPreferLevel(PreferLevel preferLevel)
          Set the 'PreferLevel' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleCoveragePrefGroup

public VehicleCoveragePrefGroup()
Method Detail

getCoverageCoreGroup

public CoverageCoreGroup getCoverageCoreGroup()
Get the 'CoverageCoreGroup' attributeGroup value.

Returns:
value

setCoverageCoreGroup

public void setCoverageCoreGroup(CoverageCoreGroup coverageCoreGroup)
Set the 'CoverageCoreGroup' attributeGroup value.

Parameters:
coverageCoreGroup -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Parameters:
preferLevel -