|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.datatype.request.GetTModelDetail
public class GetTModelDetail
"Used to get full details for a given set of registered tModel data. Returns a tModelDetail message."
Constructor Summary | |
---|---|
GetTModelDetail()
default constructor |
Method Summary | |
---|---|
void |
addTModelKey(java.lang.String key)
Add a ServiceKey to the collection of ServiceKeys |
void |
addTModelKey(TModelKey key)
Add a TModelKey to the collection of TModelKeys |
java.lang.String |
getGeneric()
|
java.util.Vector |
getTModelKeyVector()
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setTModelKeyVector(java.util.Vector keys)
Sets the TModelKey Vector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetTModelDetail()
Method Detail |
---|
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public java.util.Vector getTModelKeyVector()
public void addTModelKey(TModelKey key)
key
- The new TModelKey to addpublic void addTModelKey(java.lang.String key)
key
- The new ServiceKey to add to the collection of ServiceKeyspublic void setTModelKeyVector(java.util.Vector keys)
keys
- The new collection of TModelKeys
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |