Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.patterns.uishell.model
Class SecuredResourceProperties

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uishell.model.SecuredResourceProperties

public class SecuredResourceProperties
extends java.lang.Object

Java class for securedResourceProperties complex type.

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

 <complexType name="securedResourceProperties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="actions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="webApp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String actions
           
protected  java.lang.String resourceName
           
protected  java.lang.String resourceType
           
protected  java.lang.String webApp
           
 
Constructor Summary
SecuredResourceProperties()
           
 
Method Summary
 java.lang.String getActions()
          Gets the value of the actions property.
 java.lang.String getResourceName()
          Gets the value of the resourceName property.
 java.lang.String getResourceType()
          Gets the value of the resourceType property.
 java.lang.String getWebApp()
          Gets the value of the webApp property.
 void setActions(java.lang.String value)
          Sets the value of the actions property.
 void setResourceName(java.lang.String value)
          Sets the value of the resourceName property.
 void setResourceType(java.lang.String value)
          Sets the value of the resourceType property.
 void setWebApp(java.lang.String value)
          Sets the value of the webApp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actions

protected java.lang.String actions

resourceName

protected java.lang.String resourceName

resourceType

protected java.lang.String resourceType

webApp

protected java.lang.String webApp
Constructor Detail

SecuredResourceProperties

public SecuredResourceProperties()
Method Detail

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

getResourceName

public java.lang.String getResourceName()
Gets the value of the resourceName property.

Returns:
possible object is String

setResourceName

public void setResourceName(java.lang.String value)
Sets the value of the resourceName property.

Parameters:
value - allowed object is String

getResourceType

public java.lang.String getResourceType()
Gets the value of the resourceType property.

Returns:
possible object is String

setResourceType

public void setResourceType(java.lang.String value)
Sets the value of the resourceType property.

Parameters:
value - allowed object is String

getWebApp

public java.lang.String getWebApp()
Gets the value of the webApp property.

Returns:
possible object is String

setWebApp

public void setWebApp(java.lang.String value)
Sets the value of the webApp property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.