org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class TaskType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
- Direct Known Subclasses:
- GlobalTaskType, ResourceTaskType
public class TaskType
- extends RenderedExtensionType
Java class for TaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}RenderedExtensionType">
<attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
category
protected String category
TaskType
public TaskType()
getCategory
public String getCategory()
- Gets the value of the category property.
- Returns:
- possible object is
String
setCategory
public void setCategory(String value)
- Sets the value of the category property.
- Parameters:
value - allowed object is
String
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.