|
||||||||||
| 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
public class ServerPluginDescriptorType
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 |
|---|
protected HelpType help
protected ServerPluginComponentType pluginComponent
protected ConfigurationDescriptor scheduledJobs
protected ConfigurationDescriptor pluginConfiguration
protected java.lang.String apiVersion
protected java.lang.String description
protected java.lang.Boolean disabledOnDiscovery
protected java.lang.String displayName
protected java.lang.String name
protected java.lang.String _package
protected java.lang.String version
| Constructor Detail |
|---|
public ServerPluginDescriptorType()
| Method Detail |
|---|
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 java.lang.String getApiVersion()
Stringpublic void setApiVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isDisabledOnDiscovery()
Booleanpublic void setDisabledOnDiscovery(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackage()
Stringpublic void setPackage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||