org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class ResourceTaskType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
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>
| 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 |
currentResourceOrGroupActivatorSet
protected java.util.List<ResourceActivatorSetType> currentResourceOrGroupActivatorSet
ResourceTaskType
public ResourceTaskType()
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.