cgl.axis.services.uddi.uddi_schema
Class Delete_tModel

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

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

See Also:
Serialized Form

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

Constructor Detail

Delete_tModel

public Delete_tModel()

Delete_tModel

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getTModelKey

public org.apache.axis.types.URI[] getTModelKey()
Gets the tModelKey value for this Delete_tModel.

Returns:
tModelKey

setTModelKey

public void setTModelKey(org.apache.axis.types.URI[] tModelKey)
Sets the tModelKey value for this Delete_tModel.

Parameters:
tModelKey -

getTModelKey

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

setTModelKey

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()