Searched refs:AttributesReference (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 DRequestReference.java55 * <element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributesReference" maxOccurs="unbounded"/>
70 @XmlElement(name = "AttributesReference", required = true)
71 protected List<AttributesReference> attributesReference;
91 * {@link AttributesReference }
95 public List<AttributesReference> getAttributesReference() {
97 attributesReference = new ArrayList<AttributesReference>();
H A DAttributesReference.java64 public class AttributesReference implements XACMLRootElement { class in inherits:XACMLRootElement
H A DObjectFactory.java114 private final static QName _AttributesReference_QNAME = new QName("urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", "AttributesReference");
260 * Create an instance of {@link AttributesReference }
263 public AttributesReference createAttributesReference() {
264 return new AttributesReference();
1010 * Create an instance of {@link JAXBElement }{@code <}{@link AttributesReference }{@code >}}
1013 @XmlElementDecl(namespace = "urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", name = "AttributesReference")
1014 public JAXBElement<AttributesReference> createAttributesReference(AttributesReference value) {
1015 return new JAXBElement<AttributesReference>(_AttributesReference_QNAME, AttributesReference
[all...]
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DRequestReference.java55 * &lt;element ref="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributesReference" maxOccurs="unbounded"/>
70 @XmlElement(name = "AttributesReference", required = true)
71 protected List<AttributesReference> attributesReference;
91 * {@link AttributesReference }
95 public List<AttributesReference> getAttributesReference() {
97 attributesReference = new ArrayList<AttributesReference>();
H A DAttributesReference.java64 public class AttributesReference implements XACMLRootElement { class in inherits:XACMLRootElement
H A DObjectFactory.java114 private final static QName _AttributesReference_QNAME = new QName("urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", "AttributesReference");
260 * Create an instance of {@link AttributesReference }
263 public AttributesReference createAttributesReference() {
264 return new AttributesReference();
1010 * Create an instance of {@link JAXBElement }{@code <}{@link AttributesReference }{@code >}}
1013 @XmlElementDecl(namespace = "urn:oasis:names:tc:xacml:3.0:core:schema:wd-17", name = "AttributesReference")
1014 public JAXBElement<AttributesReference> createAttributesReference(AttributesReference value) {
1015 return new JAXBElement<AttributesReference>(_AttributesReference_QNAME, AttributesReference
[all...]

Completed in 50 milliseconds