org.uddi.v3.schema.api
Class DiscoveryURLs

java.lang.Object
  extended byorg.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
equals, 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)