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

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ActivatorType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.GlobalPermissionActivatorType

public class GlobalPermissionActivatorType
extends ActivatorType

The user must possess the global permission in order to activate the extension.

Java class for GlobalPermissionActivatorType complex type.

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

 <complexType name="GlobalPermissionActivatorType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}ActivatorType">
       <attribute name="name" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalPermissionType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GlobalPermissionType name
           
 
Constructor Summary
GlobalPermissionActivatorType()
           
 
Method Summary
 GlobalPermissionType getName()
          Gets the value of the name property.
 void setName(GlobalPermissionType value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected GlobalPermissionType name
Constructor Detail

GlobalPermissionActivatorType

public GlobalPermissionActivatorType()
Method Detail

getName

public GlobalPermissionType getName()
Gets the value of the name property.

Returns:
possible object is GlobalPermissionType

setName

public void setName(GlobalPermissionType value)
Sets the value of the name property.

Parameters:
value - allowed object is GlobalPermissionType


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