cgl.fthpis.datatype.request
Class DeleteContext
java.lang.Object
cgl.fthpis.datatype.request.DeleteContext
- All Implemented Interfaces:
- Publish, org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class DeleteContext
- extends java.lang.Object
- implements org.apache.juddi.datatype.RegistryObject, Publish
"Used to remove an existing attribute from the attributeBag Entity
- Author:
- Mehmet S. Aktas (maktas@indiana.edu)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generic
java.lang.String generic
authInfo
AuthInfo authInfo
contextKeyVector
java.util.Vector contextKeyVector
DeleteContext
public DeleteContext()
DeleteContext
public DeleteContext(AuthInfo authInfo,
java.lang.String contextKey)
DeleteContext
public DeleteContext(AuthInfo authInfo,
java.util.Vector contextKeys)
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue -
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI request's generic value.
addAttributeKey
public void addAttributeKey(AttributeKey contextKey)
addContextKey
public void addContextKey(java.lang.String contextKey)
setContextKeyVector
public void setContextKeyVector(java.util.Vector contextKeys)
getContextKeyVector
public java.util.Vector getContextKeyVector()
setAuthInfo
public void setAuthInfo(AuthInfo authInfo)
getAuthInfo
public AuthInfo getAuthInfo()
- Specified by:
getAuthInfo in interface Publish