Searched defs:anyOf (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 DTarget.java66 "anyOf"
71 protected List<AnyOf> anyOf; field in class:Target
74 * Gets the value of the anyOf property.
80 * This is why there is not a <CODE>set</CODE> method for the anyOf property.
96 if (anyOf == null) {
97 anyOf = new ArrayList<AnyOf>();
99 return this.anyOf;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DTarget.java66 "anyOf"
71 protected List<AnyOf> anyOf; field in class:Target
74 * Gets the value of the anyOf property.
80 * This is why there is not a <CODE>set</CODE> method for the anyOf property.
96 if (anyOf == null) {
97 anyOf = new ArrayList<AnyOf>();
99 return this.anyOf;

Completed in 31 milliseconds