Class XACMLPolicySetIdReferenceStatementType
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.StatementAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss.XACMLPolicySetIdReferenceStatementType
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
FieldsModifier and TypeFieldDescriptionprotected List<org.herasaf.xacml.core.policy.impl.IdReferenceType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.herasaf.xacml.core.policy.impl.IdReferenceType>Gets the value of the policySetIdReference property.
-
Field Details
-
policySetIdReference
-
-
Constructor Details
-
XACMLPolicySetIdReferenceStatementType
public XACMLPolicySetIdReferenceStatementType()
-
-
Method Details
-
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
-