org.jboss.security.xacml.core.model.policy
Class DefaultsType
java.lang.Object
org.jboss.security.xacml.core.model.policy.DefaultsType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xPathVersion
protected String xPathVersion
DefaultsType
public DefaultsType()
getXPathVersion
public String getXPathVersion()
- Gets the value of the xPathVersion property.
- Returns:
- possible object is
String
setXPathVersion
public void setXPathVersion(String value)
- Sets the value of the xPathVersion property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.