KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > PersonName

javax.xml.registry.infomodel
Interface PersonName

See Also:
Top Examples, Source Code

public String getFirstName()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getFullName()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getLastName()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMiddleName()
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFirstName(String firstName)
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setFullName(String fullName)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLastName(String lastName)
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setMiddleName(String middleName)
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags