org.rhq.core.clientapi.descriptor.plugin
Class PluginDescriptor.Depends

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.plugin.PluginDescriptor.Depends
Enclosing class:
PluginDescriptor

public static class PluginDescriptor.Depends
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <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="useClasses" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String plugin
           
protected  Boolean useClasses
           
 
Constructor Summary
PluginDescriptor.Depends()
           
 
Method Summary
 String getPlugin()
          Gets the value of the plugin property.
 boolean isUseClasses()
          Gets the value of the useClasses property.
 void setPlugin(String value)
          Sets the value of the plugin property.
 void setUseClasses(Boolean value)
          Sets the value of the useClasses property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plugin

protected String plugin

useClasses

protected Boolean useClasses
Constructor Detail

PluginDescriptor.Depends

public PluginDescriptor.Depends()
Method Detail

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

isUseClasses

public boolean isUseClasses()
Gets the value of the useClasses property.

Returns:
possible object is Boolean

setUseClasses

public void setUseClasses(Boolean value)
Sets the value of the useClasses property.

Parameters:
value - allowed object is Boolean


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