cgl.axis.services.uddi.uddi_schema
Class Delete_business

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

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

See Also:
Serialized Form

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

Constructor Detail

Delete_business

public Delete_business()

Delete_business

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

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