org.mule.devkit.wsdl
Class Part

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

public class Part
extends Object
implements Identifiable


Constructor Summary
Part()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getElement()
           
 String getId()
           
 String getName()
           
 String getType()
           
 int hashCode()
           
 void setElement(String element)
           
 void setName(String name)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Part

public Part()
Method Detail

getElement

public String getElement()

setElement

public void setElement(String element)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

getType

public String getType()

setType

public void setType(String type)

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.