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>
Modifier and Type | Field and Description |
---|---|
protected String |
functionId |
Constructor and Description |
---|
FunctionType() |
Modifier and Type | Method and Description |
---|---|
String |
getFunctionId()
Gets the value of the functionId property.
|
void |
setFunctionId(String value)
Sets the value of the functionId property.
|
protected String functionId
Copyright © 2023 JBoss by Red Hat. All rights reserved.