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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
plugin |
protected Boolean |
useClasses |
| Constructor and Description |
|---|
PluginDescriptor.Depends() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getPlugin()
Stringpublic void setPlugin(String value)
value - allowed object is
Stringpublic boolean isUseClasses()
BooleanCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.