|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.juddi.datatype.PersonName
public class PersonName
| Constructor Summary | |
|---|---|
PersonName()
Construct a new initialized PersonName instance. |
|
PersonName(java.lang.String nameValue)
Construct a new PersonName with a given name value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Returns the key value of this PersonName. |
void |
setValue(java.lang.String newValue)
Sets the value of this PersonName to the new name value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonName()
public PersonName(java.lang.String nameValue)
nameValue - The value of the new PersonName.| Method Detail |
|---|
public void setValue(java.lang.String newValue)
newValue - The new name value for this PersonName.public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||