cgl.fthpis.datatype.request
Class GetContextDetail

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

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

"Used to get full attribute information suitable for make one or more attribute requests. Returns a attributeDetail message."

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

Field Summary
(package private)  AuthInfo authInfo
           
(package private)  java.util.Vector contextKeyVector
           
(package private)  java.lang.String generic
           
 
Constructor Summary
GetContextDetail()
          Construct a new empty get_bindingDetail request
 
Method Summary
 void addContextKey(AttributeKey key)
          Add a reference to a bindingTemplate to this search.
 void addContextKey(java.lang.String key)
          Adds a AttributeKey to the collection of binding keys used by this query.
 AuthInfo getAuthInfo()
           
 java.util.Vector getContextKeyVector()
           
 java.lang.String getGeneric()
           
 void setAuthInfo(AuthInfo authInfo)
           
 void setContextKeyVector(java.util.Vector keys)
          Add a collection of properyTemplate references to this search.
 void setGeneric(java.lang.String genericValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

authInfo

AuthInfo authInfo

generic

java.lang.String generic

contextKeyVector

java.util.Vector contextKeyVector
Constructor Detail

GetContextDetail

public GetContextDetail()
Construct a new empty get_bindingDetail 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.

addContextKey

public void addContextKey(AttributeKey key)
Add a reference to a bindingTemplate to this search. All the details for the referenced bindingTemplate will be searched.

Parameters:
key - The bindingkey of the referenced bindingTemplate.

addContextKey

public void addContextKey(java.lang.String key)
Adds a AttributeKey to the collection of binding keys used by this query.

Parameters:
key - A AttributeKey

setContextKeyVector

public void setContextKeyVector(java.util.Vector keys)
Add a collection of properyTemplate references to this search. All the details for the given referenced properyTemplates will be searched.

Parameters:
keys - The collection of properykeys.

getContextKeyVector

public java.util.Vector getContextKeyVector()

toString

public java.lang.String toString()

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)

getAuthInfo

public AuthInfo getAuthInfo()