org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert
Class AlertPluginDescriptorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert.AlertPluginDescriptorType

public class AlertPluginDescriptorType
extends ServerPluginDescriptorType

Java class for AlertPluginDescriptorType complex type.

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

 <complexType name="AlertPluginDescriptorType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin}ServerPluginDescriptorType">
       <sequence>
         <element name="short-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="plugin-class" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{urn:xmlns:rhq-serverplugin.alert}alert-configuration" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.alert}custom-ui" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ConfigurationDescriptor alertConfiguration
           
protected  CustomUi customUi
           
protected  java.lang.String pluginClass
           
protected  java.lang.String shortName
           
 
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
AlertPluginDescriptorType()
           
 
Method Summary
 ConfigurationDescriptor getAlertConfiguration()
          Gets the value of the alertConfiguration property.
 CustomUi getCustomUi()
          Gets the value of the customUi property.
 java.lang.String getPluginClass()
          Gets the value of the pluginClass property.
 java.lang.String getShortName()
          Gets the value of the shortName property.
 void setAlertConfiguration(ConfigurationDescriptor value)
          Sets the value of the alertConfiguration property.
 void setCustomUi(CustomUi value)
          Sets the value of the customUi property.
 void setPluginClass(java.lang.String value)
          Sets the value of the pluginClass property.
 void setShortName(java.lang.String value)
          Sets the value of the shortName 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

shortName

protected java.lang.String shortName

pluginClass

protected java.lang.String pluginClass

alertConfiguration

protected ConfigurationDescriptor alertConfiguration

customUi

protected CustomUi customUi
Constructor Detail

AlertPluginDescriptorType

public AlertPluginDescriptorType()
Method Detail

getShortName

public java.lang.String getShortName()
Gets the value of the shortName property.

Returns:
possible object is String

setShortName

public void setShortName(java.lang.String value)
Sets the value of the shortName property.

Parameters:
value - allowed object is String

getPluginClass

public java.lang.String getPluginClass()
Gets the value of the pluginClass property.

Returns:
possible object is String

setPluginClass

public void setPluginClass(java.lang.String value)
Sets the value of the pluginClass property.

Parameters:
value - allowed object is String

getAlertConfiguration

public ConfigurationDescriptor getAlertConfiguration()
Gets the value of the alertConfiguration property.

Returns:
possible object is ConfigurationDescriptor

setAlertConfiguration

public void setAlertConfiguration(ConfigurationDescriptor value)
Sets the value of the alertConfiguration property.

Parameters:
value - allowed object is ConfigurationDescriptor

getCustomUi

public CustomUi getCustomUi()
Gets the value of the customUi property.

Returns:
possible object is CustomUi

setCustomUi

public void setCustomUi(CustomUi value)
Sets the value of the customUi property.

Parameters:
value - allowed object is CustomUi


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