org.jboss.security.xacml.core.model.policy
Class DefaultsType

java.lang.Object
  extended by 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>
 


Field Summary
protected  String xPathVersion
           
 
Constructor Summary
DefaultsType()
           
 
Method Summary
 String getXPathVersion()
          Gets the value of the xPathVersion property.
 void setXPathVersion(String value)
          Sets the value of the xPathVersion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xPathVersion

protected String xPathVersion
Constructor Detail

DefaultsType

public DefaultsType()
Method Detail

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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.