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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
          extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ResourceTaskType

public class ResourceTaskType
extends TaskType

Java class for ResourceTaskType complex type.

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

 <complexType name="ResourceTaskType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}TaskType">
       <sequence>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}currentResourceOrGroupActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ResourceActivatorSetType> currentResourceOrGroupActivatorSet
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
category, extensionPoint, inventoriedResourceActivatorSet, url
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
application, description, displayName, globalPermissionActivatorSet, iconUrl, monitoringLicenseActivator, name
 
Constructor Summary
ResourceTaskType()
           
 
Method Summary
 java.util.List<ResourceActivatorSetType> getCurrentResourceOrGroupActivatorSet()
          Gets the value of the currentResourceOrGroupActivatorSet property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
getCategory, getExtensionPoint, getInventoriedResourceActivatorSet, getUrl, setCategory, setUrl
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
getApplication, getDescription, getDisplayName, getGlobalPermissionActivatorSet, getIconUrl, getMonitoringLicenseActivator, getName, getOtherAttributes, setApplication, setDescription, setDisplayName, setIconUrl, setMonitoringLicenseActivator, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentResourceOrGroupActivatorSet

protected java.util.List<ResourceActivatorSetType> currentResourceOrGroupActivatorSet
Constructor Detail

ResourceTaskType

public ResourceTaskType()
Method Detail

getCurrentResourceOrGroupActivatorSet

public java.util.List<ResourceActivatorSetType> getCurrentResourceOrGroupActivatorSet()
Gets the value of the currentResourceOrGroupActivatorSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the currentResourceOrGroupActivatorSet property.

For example, to add a new item, do as follows:

    getCurrentResourceOrGroupActivatorSet().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceActivatorSetType



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