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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.CommonActivatorsType
Direct Known Subclasses:
ContentActivatorType, GlobalActivatorsType, ResourceActivatorsType

public class CommonActivatorsType
extends Object

Activators common to global and resource activators.

Java class for CommonActivatorsType complex type.

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

 <complexType name="CommonActivatorsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="debug-mode" type="{urn:xmlns:rhq-serverplugin.perspective}DebugModeActivatorType" minOccurs="0"/>
         <element name="license-feature" type="{urn:xmlns:rhq-serverplugin.perspective}LicenseFeatureActivatorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="global-permission" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalPermissionActivatorType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="superuser" type="{urn:xmlns:rhq-serverplugin.perspective}SuperuserActivatorType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DebugModeActivatorType debugMode
           
protected  List<GlobalPermissionActivatorType> globalPermission
           
protected  List<LicenseFeatureActivatorType> licenseFeature
           
protected  SuperuserActivatorType superuser
           
 
Constructor Summary
CommonActivatorsType()
           
 
Method Summary
 DebugModeActivatorType getDebugMode()
          Gets the value of the debugMode property.
 List<GlobalPermissionActivatorType> getGlobalPermission()
          Gets the value of the globalPermission property.
 List<LicenseFeatureActivatorType> getLicenseFeature()
          Gets the value of the licenseFeature property.
 SuperuserActivatorType getSuperuser()
          Gets the value of the superuser property.
 void setDebugMode(DebugModeActivatorType value)
          Sets the value of the debugMode property.
 void setSuperuser(SuperuserActivatorType value)
          Sets the value of the superuser property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugMode

protected DebugModeActivatorType debugMode

licenseFeature

protected List<LicenseFeatureActivatorType> licenseFeature

globalPermission

protected List<GlobalPermissionActivatorType> globalPermission

superuser

protected SuperuserActivatorType superuser
Constructor Detail

CommonActivatorsType

public CommonActivatorsType()
Method Detail

getDebugMode

public DebugModeActivatorType getDebugMode()
Gets the value of the debugMode property.

Returns:
possible object is DebugModeActivatorType

setDebugMode

public void setDebugMode(DebugModeActivatorType value)
Sets the value of the debugMode property.

Parameters:
value - allowed object is DebugModeActivatorType

getLicenseFeature

public List<LicenseFeatureActivatorType> getLicenseFeature()
Gets the value of the licenseFeature 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 licenseFeature property.

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

    getLicenseFeature().add(newItem);
 

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


getGlobalPermission

public List<GlobalPermissionActivatorType> getGlobalPermission()
Gets the value of the globalPermission 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 globalPermission property.

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

    getGlobalPermission().add(newItem);
 

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


getSuperuser

public SuperuserActivatorType getSuperuser()
Gets the value of the superuser property.

Returns:
possible object is SuperuserActivatorType

setSuperuser

public void setSuperuser(SuperuserActivatorType value)
Sets the value of the superuser property.

Parameters:
value - allowed object is SuperuserActivatorType


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