Searched refs:policySetOrPolicyOrPolicySetIdReference (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicySet.java94 "policySetOrPolicyOrPolicySetIdReference",
117 protected List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference; field in class:PolicySet
230 * Gets the value of the policySetOrPolicyOrPolicySetIdReference property.
236 * This is why there is not a <CODE>set</CODE> method for the policySetOrPolicyOrPolicySetIdReference property.
258 if (policySetOrPolicyOrPolicySetIdReference == null) {
259 policySetOrPolicyOrPolicySetIdReference = new ArrayList<JAXBElement<?>>();
261 return this.policySetOrPolicyOrPolicySetIdReference;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DPolicySet.java94 "policySetOrPolicyOrPolicySetIdReference",
117 protected List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference; field in class:PolicySet
230 * Gets the value of the policySetOrPolicyOrPolicySetIdReference property.
236 * This is why there is not a <CODE>set</CODE> method for the policySetOrPolicyOrPolicySetIdReference property.
258 if (policySetOrPolicyOrPolicySetIdReference == null) {
259 policySetOrPolicyOrPolicySetIdReference = new ArrayList<JAXBElement<?>>();
261 return this.policySetOrPolicyOrPolicySetIdReference;
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DFactoryMethods.java121 List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference =
125 for (JAXBElement element : policySetOrPolicyOrPolicySetIdReference) {
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DFactoryMethods.java121 List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference =
125 for (JAXBElement element : policySetOrPolicyOrPolicySetIdReference) {

Completed in 30 milliseconds