|
||||||||||
| 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.perspective.ResourceTypeActivatorType
public class ResourceTypeActivatorType
Java class for ResourceTypeActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceTypeActivatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resourceType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
plugin
|
protected java.lang.String |
resourceType
|
| Constructor Summary | |
|---|---|
ResourceTypeActivatorType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPlugin()
Gets the value of the plugin property. |
java.lang.String |
getResourceType()
Gets the value of the resourceType property. |
void |
setPlugin(java.lang.String value)
Sets the value of the plugin property. |
void |
setResourceType(java.lang.String value)
Sets the value of the resourceType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String plugin
protected java.lang.String resourceType
| Constructor Detail |
|---|
public ResourceTypeActivatorType()
| Method Detail |
|---|
public java.lang.String getPlugin()
Stringpublic void setPlugin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResourceType()
Stringpublic void setResourceType(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 | |||||||||