Uses of Interface
org.opensaml.xacml.policy.DescriptionType

Packages that use DescriptionType
org.opensaml.xacml.policy   
org.opensaml.xacml.policy.impl   
 

Uses of DescriptionType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return DescriptionType
 DescriptionType PolicySetType.getDescription()
          Gets the description for this policy set.
 DescriptionType RuleType.getDescription()
          Gets the description of this rule.
 DescriptionType PolicyType.getDescription()
          Gets the description for this policy.
 

Methods in org.opensaml.xacml.policy with parameters of type DescriptionType
 void PolicySetType.setDescription(DescriptionType description)
          Sets the description for this policy set.
 void RuleType.setDescription(DescriptionType description)
          Sets the description of this rule.
 void PolicyType.setDescription(DescriptionType description)
          Sets the description for this policy.
 

Uses of DescriptionType in org.opensaml.xacml.policy.impl
 

Classes in org.opensaml.xacml.policy.impl that implement DescriptionType
 class DescriptionTypeImpl
          Concrete implementation of DescriptionType.
 

Methods in org.opensaml.xacml.policy.impl that return DescriptionType
 DescriptionType DescriptionTypeImplBuilder.buildObject()
          
 DescriptionType DescriptionTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 DescriptionType RuleTypeImpl.getDescription()
          Gets the description of this rule.
 DescriptionType PolicySetTypeImpl.getDescription()
          Gets the description for this policy set.
 DescriptionType PolicyTypeImpl.getDescription()
          Gets the description for this policy.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type DescriptionType
 void RuleTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description of this rule.
 void PolicySetTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description for this policy set.
 void PolicyTypeImpl.setDescription(DescriptionType newDescription)
          Sets the description for this policy.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.