org.rhq.enterprise.server.xmlschema.generated.serverplugin
Class ServerPluginDescriptorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
Direct Known Subclasses:
AlertPluginDescriptorType, BundlePluginDescriptorType, ContentPluginDescriptorType, DriftPluginDescriptorType, EntitlementPluginDescriptorType, GenericPluginDescriptorType, PackageTypePluginDescriptorType, PerspectivePluginDescriptorType

public class ServerPluginDescriptorType
extends Object

Java class for ServerPluginDescriptorType complex type.

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

 <complexType name="ServerPluginDescriptorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="help" type="{urn:xmlns:rhq-serverplugin}HelpType" minOccurs="0"/>
         <element name="plugin-component" type="{urn:xmlns:rhq-serverplugin}ServerPluginComponentType" minOccurs="0"/>
         <element name="scheduled-jobs" type="{urn:xmlns:rhq-configuration}configuration" minOccurs="0"/>
         <element name="plugin-configuration" type="{urn:xmlns:rhq-configuration}configuration" minOccurs="0"/>
       </sequence>
       <attribute name="apiVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="disabledOnDiscovery" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <minLength value="1"/>
             <maxLength value="200"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="package" type="{urn:xmlns:rhq-serverplugin}classNameType" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _package
           
protected  String apiVersion
           
protected  String description
           
protected  Boolean disabledOnDiscovery
           
protected  String displayName
           
protected  HelpType help
           
protected  String name
           
protected  ServerPluginComponentType pluginComponent
           
protected  ConfigurationDescriptor pluginConfiguration
           
protected  ConfigurationDescriptor scheduledJobs
           
protected  String version
           
 
Constructor Summary
ServerPluginDescriptorType()
           
 
Method Summary
 String getApiVersion()
          Gets the value of the apiVersion property.
 String getDescription()
          Gets the value of the description property.
 String getDisplayName()
          Gets the value of the displayName property.
 HelpType getHelp()
          Gets the value of the help property.
 String getName()
          Gets the value of the name property.
 String getPackage()
          Gets the value of the package property.
 ServerPluginComponentType getPluginComponent()
          Gets the value of the pluginComponent property.
 ConfigurationDescriptor getPluginConfiguration()
          Gets the value of the pluginConfiguration property.
 ConfigurationDescriptor getScheduledJobs()
          Gets the value of the scheduledJobs property.
 String getVersion()
          Gets the value of the version property.
 boolean isDisabledOnDiscovery()
          Gets the value of the disabledOnDiscovery property.
 void setApiVersion(String value)
          Sets the value of the apiVersion property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisabledOnDiscovery(Boolean value)
          Sets the value of the disabledOnDiscovery property.
 void setDisplayName(String value)
          Sets the value of the displayName property.
 void setHelp(HelpType value)
          Sets the value of the help property.
 void setName(String value)
          Sets the value of the name property.
 void setPackage(String value)
          Sets the value of the package property.
 void setPluginComponent(ServerPluginComponentType value)
          Sets the value of the pluginComponent property.
 void setPluginConfiguration(ConfigurationDescriptor value)
          Sets the value of the pluginConfiguration property.
 void setScheduledJobs(ConfigurationDescriptor value)
          Sets the value of the scheduledJobs property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

help

protected HelpType help

pluginComponent

protected ServerPluginComponentType pluginComponent

scheduledJobs

protected ConfigurationDescriptor scheduledJobs

pluginConfiguration

protected ConfigurationDescriptor pluginConfiguration

apiVersion

protected String apiVersion

description

protected String description

disabledOnDiscovery

protected Boolean disabledOnDiscovery

displayName

protected String displayName

name

protected String name

_package

protected String _package

version

protected String version
Constructor Detail

ServerPluginDescriptorType

public ServerPluginDescriptorType()
Method Detail

getHelp

public HelpType getHelp()
Gets the value of the help property.

Returns:
possible object is HelpType

setHelp

public void setHelp(HelpType value)
Sets the value of the help property.

Parameters:
value - allowed object is HelpType

getPluginComponent

public ServerPluginComponentType getPluginComponent()
Gets the value of the pluginComponent property.

Returns:
possible object is ServerPluginComponentType

setPluginComponent

public void setPluginComponent(ServerPluginComponentType value)
Sets the value of the pluginComponent property.

Parameters:
value - allowed object is ServerPluginComponentType

getScheduledJobs

public ConfigurationDescriptor getScheduledJobs()
Gets the value of the scheduledJobs property.

Returns:
possible object is ConfigurationDescriptor

setScheduledJobs

public void setScheduledJobs(ConfigurationDescriptor value)
Sets the value of the scheduledJobs property.

Parameters:
value - allowed object is ConfigurationDescriptor

getPluginConfiguration

public ConfigurationDescriptor getPluginConfiguration()
Gets the value of the pluginConfiguration property.

Returns:
possible object is ConfigurationDescriptor

setPluginConfiguration

public void setPluginConfiguration(ConfigurationDescriptor value)
Sets the value of the pluginConfiguration property.

Parameters:
value - allowed object is ConfigurationDescriptor

getApiVersion

public String getApiVersion()
Gets the value of the apiVersion property.

Returns:
possible object is String

setApiVersion

public void setApiVersion(String value)
Sets the value of the apiVersion property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isDisabledOnDiscovery

public boolean isDisabledOnDiscovery()
Gets the value of the disabledOnDiscovery property.

Returns:
possible object is Boolean

setDisabledOnDiscovery

public void setDisabledOnDiscovery(Boolean value)
Sets the value of the disabledOnDiscovery property.

Parameters:
value - allowed object is Boolean

getDisplayName

public String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPackage

public String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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