org.uddi.v3.schema.api
Class DiscoveryURLs

java.lang.Object
  extended by org.uddi.v3.schema.api.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()
           
 
Method Summary
 DiscoveryURL[] getDiscoveryURL()
           
 DiscoveryURL getDiscoveryURL(int i)
           
 void setDiscoveryURL(DiscoveryURL[] discoveryURL)
           
 void setDiscoveryURL(int i, DiscoveryURL value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURLs

public DiscoveryURLs()
Method Detail

getDiscoveryURL

public DiscoveryURL[] getDiscoveryURL()

setDiscoveryURL

public void setDiscoveryURL(DiscoveryURL[] discoveryURL)

getDiscoveryURL

public DiscoveryURL getDiscoveryURL(int i)

setDiscoveryURL

public void setDiscoveryURL(int i,
                            DiscoveryURL value)