cgl.juddi.datatype.attribute
Class AttributeType

java.lang.Object
  |
  +--cgl.juddi.datatype.attribute.AttributeType
All Implemented Interfaces:
org.apache.juddi.datatype.RegistryObject, java.io.Serializable

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

propertytype

java.lang.String propertytype
Constructor Detail

AttributeType

public AttributeType()
Constructs a new initialized AttributeName


AttributeType

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

Method Detail

setAttributeType

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


getAttributeType

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

Returns:
The value of this AttributeName.