org.openliberty.xmltooling.pp.dst2_1
Class DSTLocalizedStringTypeBuilder

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

public class DSTLocalizedStringTypeBuilder
extends org.opensaml.xml.AbstractXMLObjectBuilder<DSTLocalizedString>

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

Author:
asa

Constructor Summary
DSTLocalizedStringTypeBuilder()
           
 
Method Summary
 DSTLocalizedString 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

DSTLocalizedStringTypeBuilder

public DSTLocalizedStringTypeBuilder()
Method Detail

buildObject

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