|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.ServerPluginDescriptorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.alert.AlertPluginDescriptorType
public class AlertPluginDescriptorType
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 |
|---|
protected java.lang.String shortName
protected java.lang.String pluginClass
protected ConfigurationDescriptor alertConfiguration
protected CustomUi customUi
| Constructor Detail |
|---|
public AlertPluginDescriptorType()
| Method Detail |
|---|
public java.lang.String getShortName()
Stringpublic void setShortName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPluginClass()
Stringpublic void setPluginClass(java.lang.String value)
value - allowed object is
Stringpublic ConfigurationDescriptor getAlertConfiguration()
ConfigurationDescriptorpublic void setAlertConfiguration(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic CustomUi getCustomUi()
CustomUipublic void setCustomUi(CustomUi value)
value - allowed object is
CustomUi
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||