All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.wsdl.extensions.schema.SchemaImport Maven / Gradle / Ivy

There is a newer version: 1.6.3.wso2v3
Show newest version
/*
 * (c) Copyright IBM Corp 2004, 2005 
 */

package javax.wsdl.extensions.schema;


/**
 * Represents an import element within a schema element.
 * Similar to an include or redefine, but includes a namespace.
 * 
 * @author Jeremy Hughes 
 */
public interface SchemaImport extends SchemaReference
{
  /**
   * @return Returns the namespace.
   */
  public abstract String getNamespaceURI();

  /**
   * @param namespace The namespace to set.
   */
  public abstract void setNamespaceURI(String namespace);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy