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

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

public class ResourcePermissionActivatorType
extends java.lang.Object

Java class for ResourcePermissionActivatorType complex type.

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

 <complexType name="ResourcePermissionActivatorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="permission" use="required" type="{urn:xmlns:rhq-serverplugin.perspective}ResourcePermissionType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ResourcePermissionType permission
           
 
Constructor Summary
ResourcePermissionActivatorType()
           
 
Method Summary
 ResourcePermissionType getPermission()
          Gets the value of the permission property.
 void setPermission(ResourcePermissionType value)
          Sets the value of the permission property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permission

protected ResourcePermissionType permission
Constructor Detail

ResourcePermissionActivatorType

public ResourcePermissionActivatorType()
Method Detail

getPermission

public ResourcePermissionType getPermission()
Gets the value of the permission property.

Returns:
possible object is ResourcePermissionType

setPermission

public void setPermission(ResourcePermissionType value)
Sets the value of the permission property.

Parameters:
value - allowed object is ResourcePermissionType


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