Class XACMLPolicySetIdReferenceStatementType


  • public class XACMLPolicySetIdReferenceStatementType
    extends StatementAbstractType

    Java class for XACMLPolicySetIdReferenceStatementType complex type.

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

     <complexType name="XACMLPolicySetIdReferenceStatementType">
       <complexContent>
         <extension base="{urn:oasis:names:tc:SAML:2.0:assertion}StatementAbstractType">
           <sequence>
             <element ref="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}PolicySetIdReference" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • policySetIdReference

        protected List<org.herasaf.xacml.core.policy.impl.IdReferenceType> policySetIdReference
    • Constructor Detail

      • XACMLPolicySetIdReferenceStatementType

        public XACMLPolicySetIdReferenceStatementType()
    • Method Detail

      • getPolicySetIdReference

        public List<org.herasaf.xacml.core.policy.impl.IdReferenceType> getPolicySetIdReference()
        Gets the value of the policySetIdReference property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the policySetIdReference property.

        For example, to add a new item, do as follows:

            getPolicySetIdReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list IdReferenceType