|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.TModel
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 |
public TModel()
public TModel(org.apache.axis.types.URI tModelKey, Name name, Description[] description, OverviewDoc[] overviewDoc, IdentifierBag identifierBag, CategoryBag categoryBag)
Method Detail |
public org.apache.axis.types.URI getTModelKey()
public void setTModelKey(org.apache.axis.types.URI tModelKey)
tModelKey
- public Name getName()
public void setName(Name name)
name
- public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public OverviewDoc[] getOverviewDoc()
public void setOverviewDoc(OverviewDoc[] overviewDoc)
overviewDoc
- public OverviewDoc getOverviewDoc(int i)
public void setOverviewDoc(int i, OverviewDoc _value)
public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag identifierBag)
identifierBag
- public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag categoryBag)
categoryBag
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |