org.apache.juddi.datatype.request
Class GetServiceDetail

java.lang.Object
  extended by org.apache.juddi.datatype.request.GetServiceDetail
All Implemented Interfaces:
java.io.Serializable, RegistryObject, Inquiry

public class GetServiceDetail
extends java.lang.Object
implements RegistryObject, Inquiry

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

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
GetServiceDetail()
          Construct a new empty get_serviceDetail request.
 
Method Summary
 void addServiceKey(ServiceKey key)
          Add a ServiceKey to the collection of ServiceKeys
 void addServiceKey(java.lang.String key)
          Add a ServiceKey to the collection of ServiceKeys
 java.lang.String getGeneric()
           
 java.util.Vector getServiceKeyVector()
           
 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
 

Constructor Detail

GetServiceDetail

public GetServiceDetail()
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(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


Copyright © 2004-2007. All Rights Reserved.