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

Completed in 27 milliseconds