cgl.axis.services.uddi.uddi_schema
Class TModelDetail

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

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

See Also:
Serialized Form

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

Constructor Detail

TModelDetail

public TModelDetail()

TModelDetail

public TModelDetail(TModel[] tModel)
Method Detail

getTModel

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

Returns:
tModel

setTModel

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

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()