public class AttributesReference extends Object implements XACMLRootElement
Java class for AttributesReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributesReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ReferenceId" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
referenceId |
XACML3_NAMESPACE
Constructor and Description |
---|
AttributesReference() |
Modifier and Type | Method and Description |
---|---|
Object |
getReferenceId()
Gets the value of the referenceId property.
|
void |
setReferenceId(Object value)
Sets the value of the referenceId property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
protected Object referenceId
public Object getReferenceId()
Object
public void setReferenceId(Object value)
value
- allowed object is
Object
public String toXML()
toXML
in interface XACMLRootElement
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.