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>
| Modifier and Type | Field and Description |
|---|---|
protected ConfigurationDescriptor |
alertConfiguration |
protected CustomUi |
customUi |
protected String |
pluginClass |
protected String |
shortName |
_package, apiVersion, description, disabledOnDiscovery, displayName, help, name, pluginComponent, pluginConfiguration, scheduledJobs, version| Constructor and Description |
|---|
AlertPluginDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDescriptor |
getAlertConfiguration()
Gets the value of the alertConfiguration property.
|
CustomUi |
getCustomUi()
Gets the value of the customUi property.
|
String |
getPluginClass()
Gets the value of the pluginClass property.
|
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(String value)
Sets the value of the pluginClass property.
|
void |
setShortName(String value)
Sets the value of the shortName property.
|
getApiVersion, getDescription, getDisplayName, getHelp, getName, getPackage, getPluginComponent, getPluginConfiguration, getScheduledJobs, getVersion, isDisabledOnDiscovery, setApiVersion, setDescription, setDisabledOnDiscovery, setDisplayName, setHelp, setName, setPackage, setPluginComponent, setPluginConfiguration, setScheduledJobs, setVersionprotected String shortName
protected String pluginClass
protected ConfigurationDescriptor alertConfiguration
protected CustomUi customUi
public String getShortName()
Stringpublic void setShortName(String value)
value - allowed object is
Stringpublic String getPluginClass()
Stringpublic void setPluginClass(String value)
value - allowed object is
Stringpublic ConfigurationDescriptor getAlertConfiguration()
ConfigurationDescriptorpublic void setAlertConfiguration(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic CustomUi getCustomUi()
CustomUiCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.