Searched refs:VersionMatch (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DIdReference.java74 protected VersionMatch version;
76 protected VersionMatch earliestVersion;
78 protected VersionMatch latestVersion;
109 * {@link VersionMatch }
112 public VersionMatch getVersion() {
121 * {@link VersionMatch }
124 public void setVersion(VersionMatch value) {
133 * {@link VersionMatch }
136 public VersionMatch getEarliestVersion() {
145 * {@link VersionMatch }
[all...]
H A DVersionMatch.java62 public class VersionMatch implements XACMLRootElement { class in inherits:XACMLRootElement
H A DObjectFactory.java444 * Create an instance of {@link VersionMatch }
447 public VersionMatch createVersionMatch() {
448 return new VersionMatch();
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DIdReference.java74 protected VersionMatch version;
76 protected VersionMatch earliestVersion;
78 protected VersionMatch latestVersion;
109 * {@link VersionMatch }
112 public VersionMatch getVersion() {
121 * {@link VersionMatch }
124 public void setVersion(VersionMatch value) {
133 * {@link VersionMatch }
136 public VersionMatch getEarliestVersion() {
145 * {@link VersionMatch }
[all...]
H A DVersionMatch.java62 public class VersionMatch implements XACMLRootElement { class in inherits:XACMLRootElement
H A DObjectFactory.java444 * Create an instance of {@link VersionMatch }
447 public VersionMatch createVersionMatch() {
448 return new VersionMatch();

Completed in 51 milliseconds