Searched defs:policySetOrPolicyOrPolicySetIdReference (Results 1 - 2 of 2) 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;

Completed in 21 milliseconds