cgl.axis.services.uddi.uddi_ext_schema
Class AbstractAttributeData

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.AbstractAttributeData
All Implemented Interfaces:
java.io.Serializable

public class AbstractAttributeData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AbstractAttributeData()
           
AbstractAttributeData(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getValue()
          Gets the value value for this AbstractAttributeData.
 int hashCode()
           
 void setValue(java.lang.String value)
          Sets the value value for this AbstractAttributeData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAttributeData

public AbstractAttributeData()

AbstractAttributeData

public AbstractAttributeData(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()
Gets the value value for this AbstractAttributeData.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this AbstractAttributeData.

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()