org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class ResourceTypeActivatorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ResourceTypeActivatorType

public class ResourceTypeActivatorType
extends java.lang.Object

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

plugin

protected java.lang.String plugin

resourceType

protected java.lang.String resourceType
Constructor Detail

ResourceTypeActivatorType

public ResourceTypeActivatorType()
Method Detail

getPlugin

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

Returns:
possible object is String

setPlugin

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

Parameters:
value - allowed object is String

getResourceType

public java.lang.String getResourceType()
Gets the value of the resourceType property.

Returns:
possible object is String

setResourceType

public void setResourceType(java.lang.String value)
Sets the value of the resourceType property.

Parameters:
value - allowed object is String


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