org.rhq.core.clientapi.descriptor.plugin
Class ParentResourceType

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.plugin.ParentResourceType

public class ParentResourceType
extends Object

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

name

protected String name

plugin

protected String plugin
Constructor Detail

ParentResourceType

public ParentResourceType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getPlugin

public String getPlugin()
Gets the value of the plugin property.

Returns:
possible object is String

setPlugin

public void setPlugin(String value)
Sets the value of the plugin property.

Parameters:
value - allowed object is String


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.