cgl.axis.services.uddi.uddi_schema
Class DiscoveryURLs

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

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

See Also:
Serialized Form

Constructor Summary
DiscoveryURLs()
           
DiscoveryURLs(DiscoveryURL[] discoveryURL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DiscoveryURL[] getDiscoveryURL()
          Gets the discoveryURL value for this DiscoveryURLs.
 DiscoveryURL getDiscoveryURL(int i)
           
 int hashCode()
           
 void setDiscoveryURL(DiscoveryURL[] discoveryURL)
          Sets the discoveryURL value for this DiscoveryURLs.
 void setDiscoveryURL(int i, DiscoveryURL _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURLs

public DiscoveryURLs()

DiscoveryURLs

public DiscoveryURLs(DiscoveryURL[] discoveryURL)
Method Detail

getDiscoveryURL

public DiscoveryURL[] getDiscoveryURL()
Gets the discoveryURL value for this DiscoveryURLs.

Returns:
discoveryURL

setDiscoveryURL

public void setDiscoveryURL(DiscoveryURL[] discoveryURL)
Sets the discoveryURL value for this DiscoveryURLs.

Parameters:
discoveryURL -

getDiscoveryURL

public DiscoveryURL getDiscoveryURL(int i)

setDiscoveryURL

public void setDiscoveryURL(int i,
                            DiscoveryURL _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()