cgl.axis.services.WSCTX.uddi_wsctx_schema
Class PublisherDetail

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

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

See Also:
Serialized Form

Constructor Summary
PublisherDetail()
           
PublisherDetail(ListDescription listDescription, PublisherEntity[] publisherEntity)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListDescription getListDescription()
          Gets the listDescription value for this PublisherDetail.
 PublisherEntity[] getPublisherEntity()
          Gets the publisherEntity value for this PublisherDetail.
 PublisherEntity getPublisherEntity(int i)
           
 int hashCode()
           
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this PublisherDetail.
 void setPublisherEntity(int i, PublisherEntity _value)
           
 void setPublisherEntity(PublisherEntity[] publisherEntity)
          Sets the publisherEntity value for this PublisherDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherDetail

public PublisherDetail()

PublisherDetail

public PublisherDetail(ListDescription listDescription,
                       PublisherEntity[] publisherEntity)
Method Detail

getListDescription

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

Returns:
listDescription

setListDescription

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

Parameters:
listDescription -

getPublisherEntity

public PublisherEntity[] getPublisherEntity()
Gets the publisherEntity value for this PublisherDetail.

Returns:
publisherEntity

setPublisherEntity

public void setPublisherEntity(PublisherEntity[] publisherEntity)
Sets the publisherEntity value for this PublisherDetail.

Parameters:
publisherEntity -

getPublisherEntity

public PublisherEntity getPublisherEntity(int i)

setPublisherEntity

public void setPublisherEntity(int i,
                               PublisherEntity _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()