cgl.axis.services.uddi.uddi_schema
Class PersonName

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

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

See Also:
Serialized Form

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

Constructor Detail

PersonName

public PersonName()

PersonName

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

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()