public class PersonName extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
PersonName()
Construct a new initialized PersonName instance.
|
PersonName(java.lang.String nameValue)
Construct a new PersonName with a given name value.
|
public PersonName()
public PersonName(java.lang.String nameValue)
nameValue
- The value of the new PersonName.public void setValue(java.lang.String newValue)
newValue
- The new name value for this PersonName.public java.lang.String getValue()
Copyright ? 2003 Apache Software Foundation. All rights reserved.