org.mule.devkit.wsdl
Class Address

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

public class Address
extends Object
implements Identifiable


Constructor Summary
Address()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getId()
           
 String getLocation()
           
 int hashCode()
           
 void setLocation(String location)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

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.