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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
ServerPluginDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected HelpType help
protected ServerPluginComponentType pluginComponent
protected ConfigurationDescriptor scheduledJobs
protected ConfigurationDescriptor pluginConfiguration
protected String apiVersion
protected String description
protected Boolean disabledOnDiscovery
protected String displayName
protected String name
protected String _package
protected String version
public HelpType getHelp()
HelpTypepublic void setHelp(HelpType value)
value - allowed object is
HelpTypepublic ServerPluginComponentType getPluginComponent()
ServerPluginComponentTypepublic void setPluginComponent(ServerPluginComponentType value)
value - allowed object is
ServerPluginComponentTypepublic ConfigurationDescriptor getScheduledJobs()
ConfigurationDescriptorpublic void setScheduledJobs(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic ConfigurationDescriptor getPluginConfiguration()
ConfigurationDescriptorpublic void setPluginConfiguration(ConfigurationDescriptor value)
value - allowed object is
ConfigurationDescriptorpublic String getApiVersion()
Stringpublic void setApiVersion(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isDisabledOnDiscovery()
Booleanpublic void setDisabledOnDiscovery(Boolean value)
value - allowed object is
Booleanpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getVersion()
StringCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.