cgl.axis.services.uddi.uddi_schema
Class Get_bindingDetail

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

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

See Also:
Serialized Form

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

Constructor Detail

Get_bindingDetail

public Get_bindingDetail()

Get_bindingDetail

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getBindingKey

public org.apache.axis.types.URI[] getBindingKey()
Gets the bindingKey value for this Get_bindingDetail.

Returns:
bindingKey

setBindingKey

public void setBindingKey(org.apache.axis.types.URI[] bindingKey)
Sets the bindingKey value for this Get_bindingDetail.

Parameters:
bindingKey -

getBindingKey

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

setBindingKey

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()