cgl.axis.services.uddi.uddi_schema
Class HostingRedirector

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.HostingRedirector
All Implemented Interfaces:
java.io.Serializable

public class HostingRedirector
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HostingRedirector()
           
HostingRedirector(org.apache.axis.types.URI bindingKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getBindingKey()
          Gets the bindingKey value for this HostingRedirector.
 int hashCode()
           
 void setBindingKey(org.apache.axis.types.URI bindingKey)
          Sets the bindingKey value for this HostingRedirector.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostingRedirector

public HostingRedirector()

HostingRedirector

public HostingRedirector(org.apache.axis.types.URI bindingKey)
Method Detail

getBindingKey

public org.apache.axis.types.URI getBindingKey()
Gets the bindingKey value for this HostingRedirector.

Returns:
bindingKey

setBindingKey

public void setBindingKey(org.apache.axis.types.URI bindingKey)
Sets the bindingKey value for this HostingRedirector.

Parameters:
bindingKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()