public class Function extends Expression implements XACMLRootElement
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:3.0:core:schema:wd-17}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 |
XACML3_NAMESPACE
Constructor and Description |
---|
Function() |
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.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String functionId
public String getFunctionId()
String
public void setFunctionId(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.