cgl.axis.services.uddi.uddi_schema
Class Get_operationalInfo

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

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

See Also:
Serialized Form

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

Constructor Detail

Get_operationalInfo

public Get_operationalInfo()

Get_operationalInfo

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getEntityKey

public org.apache.axis.types.URI[] getEntityKey()
Gets the entityKey value for this Get_operationalInfo.

Returns:
entityKey

setEntityKey

public void setEntityKey(org.apache.axis.types.URI[] entityKey)
Sets the entityKey value for this Get_operationalInfo.

Parameters:
entityKey -

getEntityKey

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

setEntityKey

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()