-
public interface PersonName
Represents a person's name.- Author:
- Farrukh S. Najmi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getFirstName()
Gets the first name for this Person.String
getFullName()
Gets the fully formatted name for this person.String
getLastName()
Gets the last name (surname) for this Person.String
getMiddleName()
Gets the middle name for this Person.void
setFirstName(String firstName)
Sets the first name for this Person.void
setFullName(String fullName)
Sets the fully formatted name for this person.void
setLastName(String lastName)
Sets the last name (surname) for this Person.void
setMiddleName(String middleName)
Sets the middle name for this Person.
-
-
-
Method Detail
-
getLastName
String getLastName() throws JAXRException
Gets the last name (surname) for this Person. Default is a NULL String.- Capability Level: 1
- Returns:
- the person's last name
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setLastName
void setLastName(String lastName) throws JAXRException
Sets the last name (surname) for this Person.- Capability Level: 1
- Parameters:
lastName
- the person's last name- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getFirstName
String getFirstName() throws JAXRException
Gets the first name for this Person. Default is an empty String.- Capability Level: 1
- Returns:
- the person's first name
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setFirstName
void setFirstName(String firstName) throws JAXRException
Sets the first name for this Person.- Capability Level: 1
- Parameters:
firstName
- the person's first name- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getMiddleName
String getMiddleName() throws JAXRException
Gets the middle name for this Person. Default is an empty String.- Capability Level: 1
- Returns:
- the person's middle name
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setMiddleName
void setMiddleName(String middleName) throws JAXRException
Sets the middle name for this Person.- Capability Level: 1
- Parameters:
middleName
- the person's middle name- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getFullName
String getFullName() throws JAXRException
Gets the fully formatted name for this person. Default is an empty String.- Capability Level: 0
- Returns:
- the person's full name
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setFullName
void setFullName(String fullName) throws JAXRException
Sets the fully formatted name for this person.- Capability Level: 0
- Parameters:
fullName
- the person's full name- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/xml/registry/infomodel/personname.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.