cgl.axis.services.uddi.uddi_schema
Class Get_businessDetail

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

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

See Also:
Serialized Form

Constructor Summary
Get_businessDetail()
           
Get_businessDetail(AuthInfo authInfo, org.apache.axis.types.URI[] businessKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Get_businessDetail.
 org.apache.axis.types.URI[] getBusinessKey()
          Gets the businessKey value for this Get_businessDetail.
 org.apache.axis.types.URI getBusinessKey(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Get_businessDetail.
 void setBusinessKey(int i, org.apache.axis.types.URI _value)
           
 void setBusinessKey(org.apache.axis.types.URI[] businessKey)
          Sets the businessKey value for this Get_businessDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_businessDetail

public Get_businessDetail()

Get_businessDetail

public Get_businessDetail(AuthInfo authInfo,
                          org.apache.axis.types.URI[] businessKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getBusinessKey

public org.apache.axis.types.URI[] getBusinessKey()
Gets the businessKey value for this Get_businessDetail.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(org.apache.axis.types.URI[] businessKey)
Sets the businessKey value for this Get_businessDetail.

Parameters:
businessKey -

getBusinessKey

public org.apache.axis.types.URI getBusinessKey(int i)

setBusinessKey

public void setBusinessKey(int i,
                           org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()