org.openliberty.xmltooling.pp.dst2_1
Class DSTIntegerTypeBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<DSTInteger>
      extended by org.openliberty.xmltooling.pp.dst2_1.DSTIntegerTypeBuilder
All Implemented Interfaces:
org.opensaml.xml.XMLObjectBuilder<DSTInteger>

public class DSTIntegerTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTInteger>

This is the generic Builder for all of the classes that extend DSTString

Author:
asa

Constructor Summary
DSTIntegerTypeBuilder()
           
 
Method Summary
 DSTInteger 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

DSTIntegerTypeBuilder

public DSTIntegerTypeBuilder()
Method Detail

buildObject

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