public class AttributeAssignmentType extends AttributeValueType
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:2.0:policy:schema:os}AttributeValueType">
<attribute name="AttributeId" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeId |
content, dataType| Constructor and Description |
|---|
AttributeAssignmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeId()
Gets the value of the attributeId property.
|
void |
setAttributeId(String value)
Sets the value of the attributeId property.
|
getContent, getDataType, getOtherAttributes, setDataTypeprotected String attributeId
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.