org.rhq.enterprise.server.xmlschema.generated.serverplugin.bundle
Class BundlePluginDescriptorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.bundle.BundlePluginDescriptorType

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>
 


Field Summary
protected  BundleType bundle
           
 
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
BundlePluginDescriptorType()
           
 
Method Summary
 BundleType getBundle()
          Gets the value of the bundle property.
 void setBundle(BundleType value)
          Sets the value of the bundle 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

bundle

protected BundleType bundle
Constructor Detail

BundlePluginDescriptorType

public BundlePluginDescriptorType()
Method Detail

getBundle

public BundleType getBundle()
Gets the value of the bundle property.

Returns:
possible object is BundleType

setBundle

public void setBundle(BundleType value)
Sets the value of the bundle property.

Parameters:
value - allowed object is BundleType


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