cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Save_publisher

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

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

See Also:
Serialized Form

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

Constructor Detail

Save_publisher

public Save_publisher()

Save_publisher

public Save_publisher(AuthInfo authInfo,
                      PublisherEntity[] publisherEntity)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Save_publisher.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Save_publisher.

Parameters:
authInfo -

getPublisherEntity

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

Returns:
publisherEntity

setPublisherEntity

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

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()