org.mule.devkit.wsdl
Class Include

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

public class Include
extends Object
implements Identifiable


Constructor Summary
Include()
           
 
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

Include

public Include()
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.