cgl.fthpis.datatype.attribute
Class AttributeValueType

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

public class AttributeValueType
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 attribute_value_type
           
 
Constructor Summary
AttributeValueType()
          Constructs a new initialized AttributeName
AttributeValueType(java.lang.String type)
          Constructs a new AttributeName for a given name.
 
Method Summary
 java.lang.String getAttributeValueType()
          Returns the value of this AttributeName.
 void setAttributeValueType(java.lang.String type)
          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

attribute_value_type

java.lang.String attribute_value_type
Constructor Detail

AttributeValueType

public AttributeValueType()
Constructs a new initialized AttributeName


AttributeValueType

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

Method Detail

setAttributeValueType

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


getAttributeValueType

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

Returns:
The value of this AttributeName.