org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
Class DriftPluginDescriptorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift.DriftPluginDescriptorType

public class DriftPluginDescriptorType
extends ServerPluginDescriptorType

Java class for DriftPluginDescriptorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DriftPluginDescriptorType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
       <sequence>
         <element name="drift" type="{urn:xmlns:rhq-serverplugin.drift}DriftType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DriftType drift
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version
 
Constructor Summary
DriftPluginDescriptorType()
           
 
Method Summary
 DriftType getDrift()
          Gets the value of the drift property.
 void setDrift(DriftType value)
          Sets the value of the drift property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drift

protected DriftType drift
Constructor Detail

DriftPluginDescriptorType

public DriftPluginDescriptorType()
Method Detail

getDrift

public DriftType getDrift()
Gets the value of the drift property.

Returns:
possible object is DriftType

setDrift

public void setDrift(DriftType value)
Sets the value of the drift property.

Parameters:
value - allowed object is DriftType


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.