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

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


Field Summary
protected  List<InventoryActivatorType> inventory
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType
debugMode, globalPermission, licenseFeature, superuser
 
Constructor Summary
GlobalActivatorsType()
           
 
Method Summary
 List<InventoryActivatorType> getInventory()
          Gets the value of the inventory property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType
getDebugMode, getGlobalPermission, getLicenseFeature, getSuperuser, setDebugMode, setSuperuser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inventory

protected List<InventoryActivatorType> inventory
Constructor Detail

GlobalActivatorsType

public GlobalActivatorsType()
Method Detail

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.