org.opensaml.xacml.ctx.impl
Class MissingAttributeDetailTypeImplBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<XACMLObjectType>
org.opensaml.xacml.impl.AbstractXACMLObjectBuilder<MissingAttributeDetailType>
org.opensaml.xacml.ctx.impl.MissingAttributeDetailTypeImplBuilder
- All Implemented Interfaces:
- XACMLObjectBuilder<MissingAttributeDetailType>, XMLObjectBuilder<MissingAttributeDetailType>
public class MissingAttributeDetailTypeImplBuilder
- extends AbstractXACMLObjectBuilder<MissingAttributeDetailType>
Builder for MissingAttributeDetailType objects.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MissingAttributeDetailTypeImplBuilder
public MissingAttributeDetailTypeImplBuilder()
- Constructor.
buildObject
public MissingAttributeDetailType buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject in interface XMLObjectBuilder<MissingAttributeDetailType>- Specified by:
buildObject in class AbstractXMLObjectBuilder<MissingAttributeDetailType>
buildObject
public MissingAttributeDetailType buildObject()
- Builds a XACMLObject using the default name and namespace information provided XACML specifications.
- Specified by:
buildObject in interface XACMLObjectBuilder<MissingAttributeDetailType>- Specified by:
buildObject in class AbstractXACMLObjectBuilder<MissingAttributeDetailType>
- Returns:
- built XACMLObject
Copyright © 1999-2013. All Rights Reserved.