Searched defs:matchId (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 DMatch.java85 protected String matchId; field in class:Match
160 * Gets the value of the matchId property.
168 return matchId;
172 * Sets the value of the matchId property.
180 this.matchId = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DMatch.java85 protected String matchId; field in class:Match
160 * Gets the value of the matchId property.
168 return matchId;
172 * Sets the value of the matchId property.
180 this.matchId = value;

Completed in 26 milliseconds