org.uddi.v3.schema.api
Class ServiceList

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

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

See Also:
Serialized Form

Constructor Summary
ServiceList()
           
 
Method Summary
 ListDescription getListDescription()
           
 ServiceInfos getServiceInfos()
           
 java.lang.Boolean getTruncated()
           
 void setListDescription(ListDescription listDescription)
           
 void setServiceInfos(ServiceInfos serviceInfos)
           
 void setTruncated(java.lang.Boolean truncated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceList

public ServiceList()
Method Detail

getTruncated

public java.lang.Boolean getTruncated()

setTruncated

public void setTruncated(java.lang.Boolean truncated)

getListDescription

public ListDescription getListDescription()

setListDescription

public void setListDescription(ListDescription listDescription)

getServiceInfos

public ServiceInfos getServiceInfos()

setServiceInfos

public void setServiceInfos(ServiceInfos serviceInfos)