cgl.axis.services.WSCTX.uddi_wsctx_schema
Class PublisherList

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.PublisherList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PublisherList()
           
PublisherList(PublisherInfos publisherInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 PublisherInfos getPublisherInfos()
          Gets the publisherInfos value for this PublisherList.
 int hashCode()
           
 void setPublisherInfos(PublisherInfos publisherInfos)
          Sets the publisherInfos value for this PublisherList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherList

public PublisherList()

PublisherList

public PublisherList(PublisherInfos publisherInfos)
Method Detail

getPublisherInfos

public PublisherInfos getPublisherInfos()
Gets the publisherInfos value for this PublisherList.

Returns:
publisherInfos

setPublisherInfos

public void setPublisherInfos(PublisherInfos publisherInfos)
Sets the publisherInfos value for this PublisherList.

Parameters:
publisherInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()