cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Delete_publisher

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

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

See Also:
Serialized Form

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

Constructor Detail

Delete_publisher

public Delete_publisher()

Delete_publisher

public Delete_publisher(AuthInfo authInfo,
                        java.lang.String[] publisherID)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getPublisherID

public java.lang.String[] getPublisherID()
Gets the publisherID value for this Delete_publisher.

Returns:
publisherID

setPublisherID

public void setPublisherID(java.lang.String[] publisherID)
Sets the publisherID value for this Delete_publisher.

Parameters:
publisherID -

getPublisherID

public java.lang.String getPublisherID(int i)

setPublisherID

public void setPublisherID(int i,
                           java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()