org.uddi.v3.schema.api
Class ServiceInfos

java.lang.Object
  extended by org.uddi.v3.schema.api.ServiceInfos
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceInfos()
           
 
Method Summary
 ServiceInfo[] getServiceInfo()
           
 ServiceInfo getServiceInfo(int i)
           
 void setServiceInfo(int i, ServiceInfo value)
           
 void setServiceInfo(ServiceInfo[] serviceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInfos

public ServiceInfos()
Method Detail

getServiceInfo

public ServiceInfo[] getServiceInfo()

setServiceInfo

public void setServiceInfo(ServiceInfo[] serviceInfo)

getServiceInfo

public ServiceInfo getServiceInfo(int i)

setServiceInfo

public void setServiceInfo(int i,
                           ServiceInfo value)