cgl.axis.services.uddi.uddi_ext_schema
Class Delete_serviceAttribute

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.Delete_serviceAttribute
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Delete_serviceAttribute

public Delete_serviceAttribute()

Delete_serviceAttribute

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

getAttributeKey

public org.apache.axis.types.URI[] getAttributeKey()
Gets the attributeKey value for this Delete_serviceAttribute.

Returns:
attributeKey

setAttributeKey

public void setAttributeKey(org.apache.axis.types.URI[] attributeKey)
Sets the attributeKey value for this Delete_serviceAttribute.

Parameters:
attributeKey -

getAttributeKey

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

setAttributeKey

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()