org.openliberty.xmltooling.pp.dst2_1
Class DSTDateTypeBuilder

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

public class DSTDateTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTDate>

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

Author:
asa

Constructor Summary
DSTDateTypeBuilder()
           
 
Method Summary
 DSTDate 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

DSTDateTypeBuilder

public DSTDateTypeBuilder()
Method Detail

buildObject

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