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, ContentPluginDescriptorType, GenericPluginDescriptorType, PerspectivePluginDescriptorType

public class ServerPluginDescriptorType
extends java.lang.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  java.lang.String _package
           
protected  java.lang.String apiVersion
           
protected  java.lang.String description
           
protected  java.lang.Boolean disabledOnDiscovery
           
protected  java.lang.String displayName
           
protected  HelpType help
           
protected  java.lang.String name
           
protected  ServerPluginComponentType pluginComponent
           
protected  ConfigurationDescriptor pluginConfiguration
           
protected  ConfigurationDescriptor scheduledJobs
           
protected  java.lang.String version
           
 
Constructor Summary
ServerPluginDescriptorType()
           
 
Method Summary
 java.lang.String getApiVersion()
          Gets the value of the apiVersion property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 HelpType getHelp()
          Gets the value of the help property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.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.
 java.lang.String getVersion()
          Gets the value of the version property.
 boolean isDisabledOnDiscovery()
          Gets the value of the disabledOnDiscovery property.
 void setApiVersion(java.lang.String value)
          Sets the value of the apiVersion property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDisabledOnDiscovery(java.lang.Boolean value)
          Sets the value of the disabledOnDiscovery property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setHelp(HelpType value)
          Sets the value of the help property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPackage(java.lang.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(java.lang.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 java.lang.String apiVersion

description

protected java.lang.String description

disabledOnDiscovery

protected java.lang.Boolean disabledOnDiscovery

displayName

protected java.lang.String displayName

name

protected java.lang.String name

_package

protected java.lang.String _package

version

protected java.lang.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 java.lang.String getApiVersion()
Gets the value of the apiVersion property.

Returns:
possible object is String

setApiVersion

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

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

public void setDescription(java.lang.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(java.lang.Boolean value)
Sets the value of the disabledOnDiscovery property.

Parameters:
value - allowed object is Boolean

getDisplayName

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

Returns:
possible object is String

setDisplayName

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

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getPackage

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

Returns:
possible object is String

setPackage

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

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String


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