cgl.axis.services.uddi.uddi_schema
Class Save_tModel

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

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

See Also:
Serialized Form

Constructor Summary
Save_tModel()
           
Save_tModel(AuthInfo authInfo, TModel[] tModel)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Save_tModel.
 TModel[] getTModel()
          Gets the tModel value for this Save_tModel.
 TModel getTModel(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Save_tModel.
 void setTModel(int i, TModel _value)
           
 void setTModel(TModel[] tModel)
          Sets the tModel value for this Save_tModel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Save_tModel

public Save_tModel()

Save_tModel

public Save_tModel(AuthInfo authInfo,
                   TModel[] tModel)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getTModel

public TModel[] getTModel()
Gets the tModel value for this Save_tModel.

Returns:
tModel

setTModel

public void setTModel(TModel[] tModel)
Sets the tModel value for this Save_tModel.

Parameters:
tModel -

getTModel

public TModel getTModel(int i)

setTModel

public void setTModel(int i,
                      TModel _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()