cgl.axis.services.uddi.uddi_schema
Class Description

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Description
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

Description

public Description()

Description

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

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()