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>
| Modifier and Type | Field and Description |
|---|---|
protected List<org.herasaf.xacml.core.policy.impl.IdReferenceType> |
policySetIdReference |
| Constructor and Description |
|---|
XACMLPolicySetIdReferenceStatementType() |
| Modifier and Type | Method and Description |
|---|---|
List<org.herasaf.xacml.core.policy.impl.IdReferenceType> |
getPolicySetIdReference()
Gets the value of the policySetIdReference property.
|
protected List<org.herasaf.xacml.core.policy.impl.IdReferenceType> policySetIdReference
public XACMLPolicySetIdReferenceStatementType()
public List<org.herasaf.xacml.core.policy.impl.IdReferenceType> getPolicySetIdReference()
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
Copyright © 2020 Open eHealth Foundation. All rights reserved.