org.opensaml.xacml.policy.impl
Class AttributeDesignatorTypeImplBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
      extended by org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<AttributeDesignatorType>
          extended by org.opensaml.xacml.policy.impl.AttributeDesignatorTypeImplBuilder
All Implemented Interfaces:
XACMLObjectBuilder<AttributeDesignatorType>, XMLObjectBuilder<AttributeDesignatorType>

public class AttributeDesignatorTypeImplBuilder
extends AbstractXACMLObjectBuilder<AttributeDesignatorType>

Builder for AttributeDesignatorType.


Constructor Summary
AttributeDesignatorTypeImplBuilder()
           
 
Method Summary
 AttributeDesignatorType buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 AttributeDesignatorType buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

AttributeDesignatorTypeImplBuilder

public AttributeDesignatorTypeImplBuilder()
Method Detail

buildObject

public AttributeDesignatorType buildObject(String namespaceURI,
                                           String localName,
                                           String namespacePrefix)

Specified by:
buildObject in interface XMLObjectBuilder<AttributeDesignatorType>
Specified by:
buildObject in class AbstractXMLObjectBuilder<AttributeDesignatorType>

buildObject

public AttributeDesignatorType buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.

Specified by:
buildObject in interface XACMLObjectBuilder<AttributeDesignatorType>
Specified by:
buildObject in class AbstractXACMLObjectBuilder<AttributeDesignatorType>
Returns:
built XACMLObject


Copyright © 1999-2013. All Rights Reserved.