Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class Permission

java.lang.Object
  extended by oracle.bpm.services.organization.model.Permission

All Implemented Interfaces:
java.io.Serializable

public class Permission
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="className" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="targetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
Permission()
           

 

Method Summary
 java.lang.String getActions()
          Gets the value of the actions property.
 java.lang.String getClassName()
          Gets the value of the className property.
 java.lang.String getTargetName()
          Gets the value of the targetName property.
 boolean isSetActions()
           
 boolean isSetClassName()
           
 boolean isSetTargetName()
           
 void setActions(java.lang.String value)
          Sets the value of the actions property.
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void setTargetName(java.lang.String value)
          Sets the value of the targetName property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Permission

public Permission()

Method Detail

getClassName

public java.lang.String getClassName()
Gets the value of the className property.
Returns:
possible object is String

setClassName

public void setClassName(java.lang.String value)
Sets the value of the className property.
Parameters:
value - allowed object is String

isSetClassName

public boolean isSetClassName()

getTargetName

public java.lang.String getTargetName()
Gets the value of the targetName property.
Returns:
possible object is String

setTargetName

public void setTargetName(java.lang.String value)
Sets the value of the targetName property.
Parameters:
value - allowed object is String

isSetTargetName

public boolean isSetTargetName()

getActions

public java.lang.String getActions()
Gets the value of the actions property.
Returns:
possible object is String

setActions

public void setActions(java.lang.String value)
Sets the value of the actions property.
Parameters:
value - allowed object is String

isSetActions

public boolean isSetActions()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.