cgl.axis.services.uddi.uddi_schema
Class Get_registeredInfo

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

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

See Also:
Serialized Form

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

Constructor Detail

Get_registeredInfo

public Get_registeredInfo()

Get_registeredInfo

public Get_registeredInfo(InfoSelection infoSelection,
                          AuthInfo authInfo)
Method Detail

getInfoSelection

public InfoSelection getInfoSelection()
Gets the infoSelection value for this Get_registeredInfo.

Returns:
infoSelection

setInfoSelection

public void setInfoSelection(InfoSelection infoSelection)
Sets the infoSelection value for this Get_registeredInfo.

Parameters:
infoSelection -

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()