Class TopLevelPolicyElementRef


  • public final class TopLevelPolicyElementRef
    extends Object
    Reference to a policy element, i.e. a XACML PolicySet or XACML Policy

    Java class for TopLevelPolicyElementRef complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="TopLevelPolicyElementRef">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
           <attribute name="version" type="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}VersionType" />
           <attribute name="policySet" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • TopLevelPolicyElementRef

        public TopLevelPolicyElementRef​(String value,
                                        String version,
                                        Boolean policySet)
      • TopLevelPolicyElementRef

        protected TopLevelPolicyElementRef()
        Used by JAX-B
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • isPolicySet

        public Boolean isPolicySet()
        Gets the value of the policySet property.
        Returns:
        possible object is Boolean