org.mule.devkit.wsdl
Class Message

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

public class Message
extends Object
implements Identifiable


Constructor Summary
Message()
           
 
Method Summary
 String getId()
           
 String getName()
           
 List<Part> getPart()
           
 void setName(String name)
           
 void setTypes(List<Part> parts)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

getPart

public List<Part> getPart()

setTypes

public void setTypes(List<Part> parts)

getId

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


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