cgl.axis.services.uddi.uddi_schema
Class TModelList

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

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

See Also:
Serialized Form

Constructor Summary
TModelList()
           
TModelList(ListDescription listDescription, TModelInfos tModelInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ListDescription getListDescription()
          Gets the listDescription value for this TModelList.
 TModelInfos getTModelInfos()
          Gets the tModelInfos value for this TModelList.
 int hashCode()
           
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this TModelList.
 void setTModelInfos(TModelInfos tModelInfos)
          Sets the tModelInfos value for this TModelList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelList

public TModelList()

TModelList

public TModelList(ListDescription listDescription,
                  TModelInfos tModelInfos)
Method Detail

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this TModelList.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this TModelList.

Parameters:
listDescription -

getTModelInfos

public TModelInfos getTModelInfos()
Gets the tModelInfos value for this TModelList.

Returns:
tModelInfos

setTModelInfos

public void setTModelInfos(TModelInfos tModelInfos)
Sets the tModelInfos value for this TModelList.

Parameters:
tModelInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()