public class DefaultsType extends Object
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:2.0:policy:schema:os}XPathVersion"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
xPathVersion |
| Constructor and Description |
|---|
DefaultsType() |
| 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.
|
protected String xPathVersion
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.