cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Get_publisherDetail

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

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

See Also:
Serialized Form

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

Constructor Detail

Get_publisherDetail

public Get_publisherDetail()

Get_publisherDetail

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getPublisherID

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

Returns:
publisherID

setPublisherID

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

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