public class AttributeAssignment extends AttributeValue implements XACMLRootElement
Java class for AttributeAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeAssignmentType"> <complexContent> <extension base="{urn:oasis:names:tc:xacml:3.0:core:schema:wd-17}AttributeValueType"> <attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Category" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
attributeId |
protected String |
category |
protected String |
issuer |
content, dataType
XACML3_NAMESPACE
Constructor and Description |
---|
AttributeAssignment() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Gets the value of the attributeId property.
|
String |
getCategory()
Gets the value of the category property.
|
String |
getIssuer()
Gets the value of the issuer property.
|
void |
setAttributeId(String value)
Sets the value of the attributeId property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setIssuer(String value)
Sets the value of the issuer property.
|
String |
toXML()
Default toXML Method to Marshal Object into XML.
|
getContent, getDataType, getOtherAttributes, setDataType
protected String attributeId
protected String category
protected String issuer
public String getAttributeId()
String
public void setAttributeId(String value)
value
- allowed object is
String
public String getCategory()
String
public void setCategory(String value)
value
- allowed object is
String
public String getIssuer()
String
public void setIssuer(String value)
value
- allowed object is
String
public String toXML()
toXML
in interface XACMLRootElement
toXML
in class AttributeValue
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.