public class BundlePluginDescriptorType extends ServerPluginDescriptorType
Java class for BundlePluginDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundlePluginDescriptorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
<sequence>
<element name="bundle" type="{urn:xmlns:rhq-serverplugin.bundle}BundleType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BundleType |
bundle |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version| Constructor and Description |
|---|
BundlePluginDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
BundleType |
getBundle()
Gets the value of the bundle property.
|
void |
setBundle(BundleType value)
Sets the value of the bundle property.
|
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersionprotected BundleType bundle
public BundleType getBundle()
BundleTypepublic void setBundle(BundleType value)
value - allowed object is
BundleTypeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.