Java javax.xml.registry.infomodel PersonName fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel PersonName fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel PersonName.

The text is from its open source code.

Method

StringgetFirstName()
Gets the first name for this Person.
StringgetFullName()
Gets the fully formatted name for this person.
StringgetLastName()
Gets the last name (surname) for this Person.
StringgetMiddleName()
Gets the middle name for this Person.