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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
          extended by 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>
 


Field Summary
protected  String category
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
action, displayName, iconUrl
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
application, description, name, url
 
Constructor Summary
TaskType()
           
 
Method Summary
 String getCategory()
          Gets the value of the category property.
 void setCategory(String value)
          Sets the value of the category property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.RenderedExtensionType
getAction, getDisplayName, getIconUrl, setAction, setDisplayName, setIconUrl
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
getApplication, getDescription, getName, getOtherAttributes, getUrl, setApplication, setDescription, setName, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

category

protected String category
Constructor Detail

TaskType

public TaskType()
Method Detail

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.