|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.plugin.ParentResourceType
public class ParentResourceType
Java class for parentResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parentResourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="plugin" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
name
|
protected String |
plugin
|
| Constructor Summary | |
|---|---|
ParentResourceType()
|
|
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
String |
getPlugin()
Gets the value of the plugin property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPlugin(String value)
Sets the value of the plugin property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String plugin
| Constructor Detail |
|---|
public ParentResourceType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPlugin()
Stringpublic void setPlugin(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||