org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class GlobalActivatorsType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.GlobalActivatorsType
public class GlobalActivatorsType
- extends CommonActivatorsType
If any of the activator conditions evaluate to true then the global activator is active. In
other words, there is an implicit OR operation applied. For AND logic it is typical to declare several
"activators" elements in the declaring element.
Java class for GlobalActivatorsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalActivatorsType">
<complexContent>
<extension base="{urn:xmlns:rhq-serverplugin.perspective}CommonActivatorsType">
<sequence>
<element name="inventory" type="{urn:xmlns:rhq-serverplugin.perspective}InventoryActivatorType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inventory
protected List<InventoryActivatorType> inventory
GlobalActivatorsType
public GlobalActivatorsType()
getInventory
public List<InventoryActivatorType> getInventory()
- Gets the value of the inventory 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 inventory property.
For example, to add a new item, do as follows:
getInventory().add(newItem);
Objects of the following type(s) are allowed in the list
InventoryActivatorType
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.