public class Defaults extends Object implements XACMLRootElement
Java class for DefaultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefaultsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}XPathVersion"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
xPathVersion |
XACML3_NAMESPACE
Constructor and Description |
---|
Defaults() |
Modifier and Type | Method and Description |
---|---|
String |
getXPathVersion()
Gets the value of the xPathVersion property.
|
void |
setXPathVersion(String value)
Sets the value of the xPathVersion property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected String xPathVersion
public String getXPathVersion()
String
public void setXPathVersion(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.