Class XACMLPolicySetIdReferenceStatementType
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.StatementAbstractType
-
- org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss.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 Summary
Fields Modifier and Type Field Description protected List<org.herasaf.xacml.core.policy.impl.IdReferenceType>policySetIdReference
-
Constructor Summary
Constructors Constructor Description XACMLPolicySetIdReferenceStatementType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.herasaf.xacml.core.policy.impl.IdReferenceType>getPolicySetIdReference()Gets the value of the policySetIdReference property.
-
-
-
Field Detail
-
policySetIdReference
protected List<org.herasaf.xacml.core.policy.impl.IdReferenceType> policySetIdReference
-
-
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
setmethod 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
-
-