| java.lang.Object | |
| ↳ | com.workday.recruiting.NameDataType |
Encapsulating element for all of the name data such as first and last name
Java class for Name_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Name_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
<element name="Additional_Name_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Prefix" type="{urn:com.workday/bsvc}Prefix_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="First_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Middle_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Last_Name" type="{urn:com.workday/bsvc}Last_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Local_Name_Data" type="{urn:com.workday/bsvc}Local_Name_DataType" minOccurs="0"/>
<element name="Suffix" type="{urn:com.workday/bsvc}Suffix_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Is_Legal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Is_Preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Last_Modified" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalNameType | |||||||||||
| countryReference | |||||||||||
| effectiveDate | |||||||||||
| firstName | |||||||||||
| isLegal | |||||||||||
| isPreferred | |||||||||||
| lastModified | |||||||||||
| lastName | |||||||||||
| localNameData | |||||||||||
| middleName | |||||||||||
| prefix | |||||||||||
| suffix | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalNameType property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the firstName property.
| |||||||||||
Gets the value of the isLegal property.
| |||||||||||
Gets the value of the isPreferred property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the lastName property.
| |||||||||||
Gets the value of the localNameData property.
| |||||||||||
Gets the value of the middleName property.
| |||||||||||
Gets the value of the prefix property.
| |||||||||||
Gets the value of the suffix property.
| |||||||||||
Sets the value of the additionalNameType property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the firstName property.
| |||||||||||
Sets the value of the isLegal property.
| |||||||||||
Sets the value of the isPreferred property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the lastName property.
| |||||||||||
Sets the value of the localNameData property.
| |||||||||||
Sets the value of the middleName property.
| |||||||||||
Sets the value of the prefix property.
| |||||||||||
Sets the value of the suffix property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalNameType property.
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the effectiveDate property.
Gets the value of the firstName property.
Gets the value of the isLegal property. This getter has been renamed from isIsLegal() to getIsLegal() by cxf-xjc-boolean plugin.
Gets the value of the isPreferred property. This getter has been renamed from isIsPreferred() to getIsPreferred() by cxf-xjc-boolean plugin.
Gets the value of the lastModified property.
Gets the value of the lastName 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 lastName property.
For example, to add a new item, do as follows:
getLastName().add(newItem);
Objects of the following type(s) are allowed in the list
LastNameDataType
Gets the value of the localNameData property.
LocalNameDataType
Gets the value of the middleName property.
Gets the value of the prefix 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 prefix property.
For example, to add a new item, do as follows:
getPrefix().add(newItem);
Objects of the following type(s) are allowed in the list
PrefixNameDataType
Gets the value of the suffix 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 suffix property.
For example, to add a new item, do as follows:
getSuffix().add(newItem);
Objects of the following type(s) are allowed in the list
SuffixNameDataType
Sets the value of the additionalNameType property.
| value | Allowed object is String |
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the firstName property.
| value | Allowed object is String |
|---|
Sets the value of the isLegal property.
| value | Allowed object is Boolean |
|---|
Sets the value of the isPreferred property.
| value | Allowed object is Boolean |
|---|
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastName property.
| lastName | Allowed object is
LastNameDataType
|
|---|
Sets the value of the localNameData property.
| value | Allowed object is
LocalNameDataType
|
|---|
Sets the value of the middleName property.
| value | Allowed object is String |
|---|
Sets the value of the prefix property.
| prefix | Allowed object is
PrefixNameDataType
|
|---|
Sets the value of the suffix property.
| suffix | Allowed object is
SuffixNameDataType
|
|---|