public class PersonName extends Object
Java class for PersonName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleInitial" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstName |
protected String |
lastName |
protected String |
middleInitial |
| Constructor and Description |
|---|
PersonName() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleInitial()
Gets the value of the middleInitial property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleInitial(String value)
Sets the value of the middleInitial property.
|
protected String firstName
protected String lastName
protected String middleInitial
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getMiddleInitial()
StringCopyright © 2024. All rights reserved.