org.mule.devkit.wsdl
Class Output

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

public class Output
extends Object
implements Identifiable


Constructor Summary
Output()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAction()
           
 String getId()
           
 String getMessage()
           
 String getName()
           
 int hashCode()
           
 void setAction(String action)
           
 void setMessage(String message)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()
Method Detail

getAction

public String getAction()

setAction

public void setAction(String action)

getName

public String getName()

setName

public void setName(String name)

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

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.