cgl.axis.services.uddi.uddi_schema
Class TModel

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

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

See Also:
Serialized Form

Constructor Summary
TModel()
           
TModel(org.apache.axis.types.URI tModelKey, Name name, Description[] description, OverviewDoc[] overviewDoc, IdentifierBag identifierBag, CategoryBag categoryBag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this TModel.
 Description[] getDescription()
          Gets the description value for this TModel.
 Description getDescription(int i)
           
 IdentifierBag getIdentifierBag()
          Gets the identifierBag value for this TModel.
 Name getName()
          Gets the name value for this TModel.
 OverviewDoc[] getOverviewDoc()
          Gets the overviewDoc value for this TModel.
 OverviewDoc getOverviewDoc(int i)
           
 org.apache.axis.types.URI getTModelKey()
          Gets the tModelKey value for this TModel.
 int hashCode()
           
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this TModel.
 void setDescription(Description[] description)
          Sets the description value for this TModel.
 void setDescription(int i, Description _value)
           
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the identifierBag value for this TModel.
 void setName(Name name)
          Sets the name value for this TModel.
 void setOverviewDoc(int i, OverviewDoc _value)
           
 void setOverviewDoc(OverviewDoc[] overviewDoc)
          Sets the overviewDoc value for this TModel.
 void setTModelKey(org.apache.axis.types.URI tModelKey)
          Sets the tModelKey value for this TModel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModel

public TModel()

TModel

public TModel(org.apache.axis.types.URI tModelKey,
              Name name,
              Description[] description,
              OverviewDoc[] overviewDoc,
              IdentifierBag identifierBag,
              CategoryBag categoryBag)
Method Detail

getTModelKey

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

Returns:
tModelKey

setTModelKey

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

Parameters:
tModelKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getOverviewDoc

public OverviewDoc[] getOverviewDoc()
Gets the overviewDoc value for this TModel.

Returns:
overviewDoc

setOverviewDoc

public void setOverviewDoc(OverviewDoc[] overviewDoc)
Sets the overviewDoc value for this TModel.

Parameters:
overviewDoc -

getOverviewDoc

public OverviewDoc getOverviewDoc(int i)

setOverviewDoc

public void setOverviewDoc(int i,
                           OverviewDoc _value)

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag value for this TModel.

Returns:
identifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this TModel.

Parameters:
identifierBag -

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag value for this TModel.

Returns:
categoryBag

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this TModel.

Parameters:
categoryBag -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()