org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class InventoryActivatorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ActivatorType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.InventoryActivatorType
public class InventoryActivatorType
- extends ActivatorType
The user must have in inventory resources as described to activate the extension.
Java class for InventoryActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryActivatorType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
<sequence>
<element name="resource" type="{urn:xmlns:rhq-serverplugin.perspective}ResourceType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
protected List<ResourceType> resource
InventoryActivatorType
public InventoryActivatorType()
getResource
public List<ResourceType> getResource()
- Gets the value of the resource 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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceType
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.