|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.fthpis.datatype.request.GetFTHPISServiceDetail
"Used to get full details for a given set of registered businessService data. Returns a serviceDetail message."
| Field Summary | |
(package private) AuthInfo |
authInfo
|
(package private) java.lang.String |
generic
|
(package private) java.util.Vector |
serviceKeyVector
|
| Constructor Summary | |
GetFTHPISServiceDetail()
Construct a new empty get_serviceDetail request. |
|
| Method Summary | |
void |
addServiceKey(org.apache.juddi.datatype.ServiceKey key)
Add a ServiceKey to the collection of ServiceKeys |
void |
addServiceKey(java.lang.String key)
Add a ServiceKey to the collection of ServiceKeys |
AuthInfo |
getAuthInfo()
|
java.lang.String |
getGeneric()
|
java.util.Vector |
getServiceKeyVector()
|
void |
setAuthInfo(AuthInfo authInfo)
|
void |
setGeneric(java.lang.String genericValue)
|
void |
setServiceKeyVector(java.util.Vector keys)
Sets the ServiceKey Vector |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AuthInfo authInfo
java.lang.String generic
java.util.Vector serviceKeyVector
| Constructor Detail |
public GetFTHPISServiceDetail()
| Method Detail |
public void setGeneric(java.lang.String genericValue)
genericValue - public java.lang.String getGeneric()
public java.util.Vector getServiceKeyVector()
public void addServiceKey(org.apache.juddi.datatype.ServiceKey key)
key - The new ServiceKey to addpublic void addServiceKey(java.lang.String key)
key - The new ServiceKey to add to the collection of ServiceKeyspublic void setServiceKeyVector(java.util.Vector keys)
keys - The new collection of ServiceKeyspublic void setAuthInfo(AuthInfo authInfo)
public AuthInfo getAuthInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||