org.apache.servicemix.common.tools.wsdl
Class Schema
java.lang.Object
org.apache.servicemix.common.tools.wsdl.Schema
public class Schema
- extends java.lang.Object
Contains informations related to a schema.
- Author:
- gnodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Schema
public Schema()
addImport
public void addImport(java.lang.String namespace)
- Add a reference to an imported namespace.
- Parameters:
namespace - the namespace to reference
getImports
public java.util.List<java.lang.String> getImports()
- Returns:
- Returns the imports.
setImports
public void setImports(java.util.List<java.lang.String> imports)
- Parameters:
imports - The imports to set.
getRoot
public org.w3c.dom.Element getRoot()
- Returns:
- Returns the root.
setRoot
public void setRoot(org.w3c.dom.Element root)
- Parameters:
root - The root to set.
getNamespace
public java.lang.String getNamespace()
- Returns:
- Returns the namespace.
setNamespace
public void setNamespace(java.lang.String namespace)
- Parameters:
namespace - The namespace to set.
getSourceUris
public java.util.List<java.net.URI> getSourceUris()
- Returns:
- Returns the sourceUri.
addSourceUri
public void addSourceUri(java.net.URI sourceUri)
- Parameters:
sourceUri - The sourceUri to set.
Copyright © 2005-2011 FuseSource. All Rights Reserved.