org.openliberty.xmltooling.pp.dst2_1
Class DSTMonthDayTypeBuilder

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

public class DSTMonthDayTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTMonthDay>

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

Author:
asa

Constructor Summary
DSTMonthDayTypeBuilder()
           
 
Method Summary
 DSTMonthDay 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

DSTMonthDayTypeBuilder

public DSTMonthDayTypeBuilder()
Method Detail

buildObject

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