org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class GlobalPermissionActivatorType
java.lang.Object
org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.GlobalPermissionActivatorType
public class GlobalPermissionActivatorType
- extends java.lang.Object
Java class for GlobalPermissionActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalPermissionActivatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="permission" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}GlobalPermissionType" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
permission
protected GlobalPermissionType permission
GlobalPermissionActivatorType
public GlobalPermissionActivatorType()
getPermission
public GlobalPermissionType getPermission()
- Gets the value of the permission property.
- Returns:
- possible object is
GlobalPermissionType
setPermission
public void setPermission(GlobalPermissionType value)
- Sets the value of the permission property.
- Parameters:
value - allowed object is
GlobalPermissionType
Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.