org.jibx.xsd2jibx
Class Generator
java.lang.Object
org.jibx.xsd2jibx.Generator
public class Generator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Generator
public Generator()
setConfig
public void setConfig(GeneratorConfig config)
getConfig
public GeneratorConfig getConfig()
execute
public void execute()
- Loops through the XsdResolver list and processes each XML Schema.
getMapping
public org.jibx.xsd2jibx.JibxMapping getMapping(XsdType xsdType)
writeJavaSources
public void writeJavaSources()
marshalJibxBindingDefinition
public void marshalJibxBindingDefinition()
getNamespace
public org.jibx.xsd2jibx.JibxNamespace getNamespace(java.lang.String nsUri)
addMapping
public void addMapping(org.jibx.xsd2jibx.JibxMapping mapping)