cgl.axis.services.uddi.uddi_schema
Class Get_publisherAssertions

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Get_publisherAssertions
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Get_publisherAssertions()
           
Get_publisherAssertions(AuthInfo authInfo)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Get_publisherAssertions.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Get_publisherAssertions.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_publisherAssertions

public Get_publisherAssertions()

Get_publisherAssertions

public Get_publisherAssertions(AuthInfo authInfo)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()