cgl.fthpis.datatype.request
Class GetFTHPISServiceDetail

java.lang.Object
  extended bycgl.fthpis.datatype.request.GetFTHPISServiceDetail
All Implemented Interfaces:
Inquiry, org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class GetFTHPISServiceDetail
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject, Inquiry

"Used to get full details for a given set of registered businessService data. Returns a serviceDetail message."

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

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 authInfo

generic

java.lang.String generic

serviceKeyVector

java.util.Vector serviceKeyVector
Constructor Detail

GetFTHPISServiceDetail

public GetFTHPISServiceDetail()
Construct a new empty get_serviceDetail request.

Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)
Parameters:
genericValue -

getGeneric

public java.lang.String getGeneric()
Returns:
String UDDI request's generic value.

getServiceKeyVector

public java.util.Vector getServiceKeyVector()

addServiceKey

public void addServiceKey(org.apache.juddi.datatype.ServiceKey key)
Add a ServiceKey to the collection of ServiceKeys

Parameters:
key - The new ServiceKey to add

addServiceKey

public void addServiceKey(java.lang.String key)
Add a ServiceKey to the collection of ServiceKeys

Parameters:
key - The new ServiceKey to add to the collection of ServiceKeys

setServiceKeyVector

public void setServiceKeyVector(java.util.Vector keys)
Sets the ServiceKey Vector

Parameters:
keys - The new collection of ServiceKeys

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)

getAuthInfo

public AuthInfo getAuthInfo()