org.jboss.security.xacml.core.model.policy
Class AttributeAssignmentType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.AttributeValueType
      extended by org.jboss.security.xacml.core.model.policy.AttributeAssignmentType

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>
 


Field Summary
protected  String attributeId
           
 
Fields inherited from class org.jboss.security.xacml.core.model.policy.AttributeValueType
content, dataType
 
Constructor Summary
AttributeAssignmentType()
           
 
Method Summary
 String getAttributeId()
          Gets the value of the attributeId property.
 void setAttributeId(String value)
          Sets the value of the attributeId property.
 
Methods inherited from class org.jboss.security.xacml.core.model.policy.AttributeValueType
getContent, getDataType, getOtherAttributes, setDataType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeId

protected String attributeId
Constructor Detail

AttributeAssignmentType

public AttributeAssignmentType()
Method Detail

getAttributeId

public String getAttributeId()
Gets the value of the attributeId property.

Returns:
possible object is String

setAttributeId

public void setAttributeId(String value)
Sets the value of the attributeId property.

Parameters:
value - allowed object is String


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.