| java.lang.Object | |
| ↳ | com.workday.benefits.PersonNameDataType |
Contains the legal, preferred, and additional names for a person.
Java class for Person_Name_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person_Name_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Legal_Name_Data" type="{urn:com.workday/bsvc}Legal_Name_DataType" minOccurs="0"/>
<element name="Preferred_Name_Data" type="{urn:com.workday/bsvc}Preferred_Name_DataType" minOccurs="0"/>
<element name="Additional_Name_Data" type="{urn:com.workday/bsvc}Additional_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalNameData | |||||||||||
| legalNameData | |||||||||||
| preferredNameData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalNameData property.
| |||||||||||
Gets the value of the legalNameData property.
| |||||||||||
Gets the value of the preferredNameData property.
| |||||||||||
Sets the value of the additionalNameData property.
| |||||||||||
Sets the value of the legalNameData property.
| |||||||||||
Sets the value of the preferredNameData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalNameData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the additionalNameData property.
For example, to add a new item, do as follows:
getAdditionalNameData().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalNameDataType
Gets the value of the legalNameData property.
LegalNameDataType
Gets the value of the preferredNameData property.
PreferredNameDataType
Sets the value of the additionalNameData property.
| additionalNameData | Allowed object is
AdditionalNameDataType
|
|---|
Sets the value of the legalNameData property.
| value | Allowed object is
LegalNameDataType
|
|---|
Sets the value of the preferredNameData property.
| value | Allowed object is
PreferredNameDataType
|
|---|