cgl.fthpis.datatype.attribute
Class AttributeName

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

public class AttributeName
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 attributename
           
 
Constructor Summary
AttributeName()
          Constructs a new initialized AttributeName
AttributeName(java.lang.String name)
          Constructs a new AttributeName for a given name.
 
Method Summary
 java.lang.String getAttributeName()
          Returns the value of this AttributeName.
 void setAttributeName(java.lang.String name)
          Set the name value of this AttributeName to the given value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributename

java.lang.String attributename
Constructor Detail

AttributeName

public AttributeName()
Constructs a new initialized AttributeName


AttributeName

public AttributeName(java.lang.String name)
Constructs a new AttributeName for a given name.

Parameters:
name - value the name of the AttributeName
Method Detail

setAttributeName

public void setAttributeName(java.lang.String name)
Set the name value of this AttributeName to the given value. The value cannot be null.

Parameters:
name - The new value of this AttributeName.

getAttributeName

public java.lang.String getAttributeName()
Returns the value of this AttributeName.

Returns:
The value of this AttributeName.