org.mule.devkit.wsdl
Class Port

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

public class Port
extends Object
implements Identifiable


Constructor Summary
Port()
           
 
Method Summary
 boolean equals(Object obj)
           
 Address getAddress()
           
 String getBinding()
           
 String getId()
           
 String getName()
           
 int hashCode()
           
 void setAddress(Address address)
           
 void setBinding(String binding)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Port

public Port()
Method Detail

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getName

public String getName()

setName

public void setName(String name)

getBinding

public String getBinding()

setBinding

public void setBinding(String binding)

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.