cgl.axis.services.uddi.uddi_schema
Class TModelInfo

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

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

See Also:
Serialized Form

Constructor Summary
TModelInfo()
           
TModelInfo(org.apache.axis.types.URI tModelKey, Name name, Description[] description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Description[] getDescription()
          Gets the description value for this TModelInfo.
 Description getDescription(int i)
           
 Name getName()
          Gets the name value for this TModelInfo.
 org.apache.axis.types.URI getTModelKey()
          Gets the tModelKey value for this TModelInfo.
 int hashCode()
           
 void setDescription(Description[] description)
          Sets the description value for this TModelInfo.
 void setDescription(int i, Description _value)
           
 void setName(Name name)
          Sets the name value for this TModelInfo.
 void setTModelKey(org.apache.axis.types.URI tModelKey)
          Sets the tModelKey value for this TModelInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelInfo

public TModelInfo()

TModelInfo

public TModelInfo(org.apache.axis.types.URI tModelKey,
                  Name name,
                  Description[] description)
Method Detail

getTModelKey

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

Returns:
tModelKey

setTModelKey

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

Parameters:
tModelKey -

getName

public Name getName()
Gets the name value for this TModelInfo.

Returns:
name

setName

public void setName(Name name)
Sets the name value for this TModelInfo.

Parameters:
name -

getDescription

public Description[] getDescription()
Gets the description value for this TModelInfo.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this TModelInfo.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()