cgl.axis.services.uddi.uddi_schema
Class ServiceList

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.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()
           
ServiceList(ListDescription listDescription, ServiceInfos serviceInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListDescription getListDescription()
          Gets the listDescription value for this ServiceList.
 ServiceInfos getServiceInfos()
          Gets the serviceInfos value for this ServiceList.
 int hashCode()
           
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this ServiceList.
 void setServiceInfos(ServiceInfos serviceInfos)
          Sets the serviceInfos value for this ServiceList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceList

public ServiceList()

ServiceList

public ServiceList(ListDescription listDescription,
                   ServiceInfos serviceInfos)
Method Detail

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this ServiceList.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this ServiceList.

Parameters:
listDescription -

getServiceInfos

public ServiceInfos getServiceInfos()
Gets the serviceInfos value for this ServiceList.

Returns:
serviceInfos

setServiceInfos

public void setServiceInfos(ServiceInfos serviceInfos)
Sets the serviceInfos value for this ServiceList.

Parameters:
serviceInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()