Searched defs:variableId (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 DVariableDefinition.java74 protected String variableId; field in class:VariableDefinition
113 * Gets the value of the variableId property.
121 return variableId;
125 * Sets the value of the variableId property.
133 this.variableId = value;
H A DVariableReference.java67 protected String variableId; field in class:VariableReference
70 * Gets the value of the variableId property.
78 return variableId;
82 * Sets the value of the variableId property.
90 this.variableId = value;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DVariableDefinition.java74 protected String variableId; field in class:VariableDefinition
113 * Gets the value of the variableId property.
121 return variableId;
125 * Sets the value of the variableId property.
133 this.variableId = value;
H A DVariableReference.java67 protected String variableId; field in class:VariableReference
70 * Gets the value of the variableId property.
78 return variableId;
82 * Sets the value of the variableId property.
90 this.variableId = value;

Completed in 29 milliseconds