cgl.axis.services.uddi.uddi_ext_schema
Class Get_serviceAttributeDetail

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

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

See Also:
Serialized Form

Constructor Summary
Get_serviceAttributeDetail()
           
Get_serviceAttributeDetail(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 Get_serviceAttributeDetail.
 org.apache.axis.types.URI getAttributeKey(int i)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Get_serviceAttributeDetail.
 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 Get_serviceAttributeDetail.
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Get_serviceAttributeDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Get_serviceAttributeDetail

public Get_serviceAttributeDetail()

Get_serviceAttributeDetail

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

getAttributeKey

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

Returns:
attributeKey

setAttributeKey

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

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 Get_serviceAttributeDetail.

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()