org.rhq.enterprise.server.xmlschema.generated.serverplugin.drift
Class DriftPluginDescriptorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
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>
| Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version |
| 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 |
drift
protected DriftType drift
DriftPluginDescriptorType
public DriftPluginDescriptorType()
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.