cgl.axis.services.uddi.uddi_schema
Class Delete_service

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

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

See Also:
Serialized Form

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

Constructor Detail

Delete_service

public Delete_service()

Delete_service

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getServiceKey

public org.apache.axis.types.URI[] getServiceKey()
Gets the serviceKey value for this Delete_service.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI[] serviceKey)
Sets the serviceKey value for this Delete_service.

Parameters:
serviceKey -

getServiceKey

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

setServiceKey

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()