org.mule.devkit.wsdl
Class Import

java.lang.Object
  extended by org.mule.devkit.wsdl.Import
All Implemented Interfaces:
Identifiable

public class Import
extends Object
implements Identifiable


Constructor Summary
Import()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getNamespace()
           
 String getSchemaLocation()
           
 int hashCode()
           
 void setNamespace(String namespace)
           
 void setSchemaLocation(String schemaLocation)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import()
Method Detail

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String namespace)

getSchemaLocation

public String getSchemaLocation()

setSchemaLocation

public void setSchemaLocation(String schemaLocation)

getId

public String getId()
Specified by:
getId in interface Identifiable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.