org.jboss.security.xacml.core.model.policy
Class FunctionType
java.lang.Object
org.jboss.security.xacml.core.model.policy.ExpressionType
org.jboss.security.xacml.core.model.policy.FunctionType
public class FunctionType
- extends ExpressionType
Java class for FunctionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FunctionType">
<complexContent>
<extension base="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}ExpressionType">
<attribute name="FunctionId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
functionId
|
|
Method Summary |
java.lang.String |
getFunctionId()
Gets the value of the functionId property. |
void |
setFunctionId(java.lang.String value)
Sets the value of the functionId property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
functionId
protected java.lang.String functionId
FunctionType
public FunctionType()
getFunctionId
public java.lang.String getFunctionId()
- Gets the value of the functionId property.
- Returns:
- possible object is
String
setFunctionId
public void setFunctionId(java.lang.String value)
- Sets the value of the functionId property.
- Parameters:
value - allowed object is
String
Copyright © 2007 JBoss Inc.. All Rights Reserved.