Uses of Class
org.jboss.security.xacml.core.model.context.AttributeValueType

Packages that use AttributeValueType
org.jboss.security.xacml.core.model.context   
 

Uses of AttributeValueType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context with type parameters of type AttributeValueType
protected  List<AttributeValueType> AttributeType.attributeValue
           
protected  List<AttributeValueType> MissingAttributeDetailType.attributeValue
           
 

Methods in org.jboss.security.xacml.core.model.context that return AttributeValueType
 AttributeValueType ObjectFactory.createAttributeValueType()
          Create an instance of AttributeValueType
 

Methods in org.jboss.security.xacml.core.model.context that return types with arguments of type AttributeValueType
 javax.xml.bind.JAXBElement<AttributeValueType> ObjectFactory.createAttributeValue(AttributeValueType value)
          Create an instance of JAXBElement<AttributeValueType>}
 List<AttributeValueType> AttributeType.getAttributeValue()
          Gets the value of the attributeValue property.
 List<AttributeValueType> MissingAttributeDetailType.getAttributeValue()
          Gets the value of the attributeValue property.
 

Methods in org.jboss.security.xacml.core.model.context with parameters of type AttributeValueType
 javax.xml.bind.JAXBElement<AttributeValueType> ObjectFactory.createAttributeValue(AttributeValueType value)
          Create an instance of JAXBElement<AttributeValueType>}
 



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