cgl.fthpis.datatype.request
Class DeleteAttribute
java.lang.Object
cgl.fthpis.datatype.request.DeleteAttribute
- All Implemented Interfaces:
- Publish, org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class DeleteAttribute
- 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
attributeKeyVector
java.util.Vector attributeKeyVector
DeleteAttribute
public DeleteAttribute()
DeleteAttribute
public DeleteAttribute(AuthInfo authInfo,
java.lang.String attributeKey)
DeleteAttribute
public DeleteAttribute(AuthInfo authInfo,
java.util.Vector attributeKeys)
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 attributeKey)
addAttributeKey
public void addAttributeKey(java.lang.String attributeKey)
setAttributeKeyVector
public void setAttributeKeyVector(java.util.Vector attributeKeys)
getAttributeKeyVector
public java.util.Vector getAttributeKeyVector()
setAuthInfo
public void setAuthInfo(AuthInfo authInfo)
getAuthInfo
public AuthInfo getAuthInfo()
- Specified by:
getAuthInfo in interface Publish