public static final class XmlDslModel.XmlDslModelBuilder extends Object
XmlDslModel| Modifier and Type | Method and Description |
|---|---|
XmlDslModel |
build() |
XmlDslModel.XmlDslModelBuilder |
setNamespace(String namespace)
Sets the namespace
|
XmlDslModel.XmlDslModelBuilder |
setPrefix(String prefix)
Sets the extension's prefix
|
XmlDslModel.XmlDslModelBuilder |
setSchemaLocation(String schemaLocation)
The location of the schema
|
XmlDslModel.XmlDslModelBuilder |
setSchemaVersion(String schemaVersion)
Sets the version of the schema
|
XmlDslModel.XmlDslModelBuilder |
setXsdFileName(String xsdFileName)
Sets the XSD file name
|
public XmlDslModel.XmlDslModelBuilder setSchemaVersion(String schemaVersion)
schemaVersion - the versionthis builderpublic XmlDslModel.XmlDslModelBuilder setPrefix(String prefix)
prefix - the schema prefixthis builderpublic XmlDslModel.XmlDslModelBuilder setNamespace(String namespace)
namespace - the namespacethis builderpublic XmlDslModel.XmlDslModelBuilder setXsdFileName(String xsdFileName)
xsdFileName - the name of the XSD schemathis builderpublic XmlDslModel.XmlDslModelBuilder setSchemaLocation(String schemaLocation)
schemaLocation - the schema locationthis builderpublic XmlDslModel build()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.