cgl.axis.services.uddi.uddi_schema
Class Name

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

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

See Also:
Serialized Form

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

Constructor Detail

Name

public Name()

Name

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

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()