org.openliberty.xmltooling.idsis.dap
Class DAPTestItem.DAPTestItemBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<DAPTestItem>
      extended by org.openliberty.xmltooling.idsis.dap.DAPTestItem.DAPTestItemBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<DAPTestItem>
Enclosing class:
DAPTestItem

public static class DAPTestItem.DAPTestItemBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DAPTestItem>

This is the builder for DAPTestItem.

Author:
asa

Constructor Summary
DAPTestItem.DAPTestItemBuilder()
           
 
Method Summary
 DAPTestItem buildObject()
           
 DAPTestItem buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.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
 

Constructor Detail

DAPTestItem.DAPTestItemBuilder

public DAPTestItem.DAPTestItemBuilder()
Method Detail

buildObject

public DAPTestItem buildObject()

buildObject

public DAPTestItem buildObject(java.lang.String namespaceURI,
                               java.lang.String localName,
                               java.lang.String namespacePrefix)
Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<DAPTestItem>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<DAPTestItem>