cgl.fthpis.datatype.response
Class AttributeInfo

java.lang.Object
  extended bycgl.fthpis.datatype.response.AttributeInfo
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class AttributeInfo
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject

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

Field Summary
(package private)  java.lang.String attributeKey
           
(package private)  java.util.Vector nameVector
           
 
Constructor Summary
AttributeInfo()
          default constructor
AttributeInfo(AttributeInfo attributeInfo)
          copy constructor
AttributeInfo(java.lang.String key)
           
 
Method Summary
 void addName(org.apache.juddi.datatype.Name name)
          Add a name to this session entity.
 java.lang.String getAttributeKey()
           
 java.util.Vector getNameVector()
          Returns the names of this session entity.
 void setAttributeKey(java.lang.String key)
           
 void setNameVector(java.util.Vector names)
          Set the set of names of this session entity to the given set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeKey

java.lang.String attributeKey

nameVector

java.util.Vector nameVector
Constructor Detail

AttributeInfo

public AttributeInfo()
default constructor


AttributeInfo

public AttributeInfo(AttributeInfo attributeInfo)
copy constructor


AttributeInfo

public AttributeInfo(java.lang.String key)
Method Detail

setAttributeKey

public void setAttributeKey(java.lang.String key)

getAttributeKey

public java.lang.String getAttributeKey()

addName

public void addName(org.apache.juddi.datatype.Name name)
Add a name to this session entity.

Parameters:
name - The Name to add.

setNameVector

public void setNameVector(java.util.Vector names)
Set the set of names of this session entity to the given set.

Parameters:
names - The new set of contacts.

getNameVector

public java.util.Vector getNameVector()
Returns the names of this session entity.

Returns:
The names of thes session entity. If this session entity doesn't have any names, an empty set is returned.