Class StatusDetailTypeImplBuilder

  • All Implemented Interfaces:
    org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>, org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>

    public class StatusDetailTypeImplBuilder
    extends AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>
    Builder for StatusDetailType objects.
    • Constructor Detail

      • StatusDetailTypeImplBuilder

        public StatusDetailTypeImplBuilder()
        Constructor.
    • Method Detail

      • buildObject

        public org.opensaml.xacml.ctx.StatusDetailType buildObject()
        Builds a XACMLObject using the default name and namespace information provided XACML specifications.
        Specified by:
        buildObject in interface org.opensaml.xacml.XACMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>
        Specified by:
        buildObject in class AbstractXACMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>
        Returns:
        built XACMLObject
      • buildObject

        public org.opensaml.xacml.ctx.StatusDetailType buildObject​(String namespaceURI,
                                                                   String localName,
                                                                   String namespacePrefix)
        Specified by:
        buildObject in interface org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>
        Specified by:
        buildObject in class org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xacml.ctx.StatusDetailType>