| java.lang.Object | |
| ↳ | com.workday.hr.FormerWorkerPersonalInformationDataType |
Personal data for the former worker.
Java class for Former_Worker_Personal_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Former_Worker_Personal_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name_Data" type="{urn:com.workday/bsvc}Person_Name_DataType" minOccurs="0"/>
<element name="Birth_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Ethnicity_Reference" type="{urn:com.workday/bsvc}EthnicityObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Hispanic_or_Latino" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Contact_Information_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
<element name="National_Identifier_Data" type="{urn:com.workday/bsvc}National_IDType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| birthDate | |||||||||||
| contactInformationData | |||||||||||
| ethnicityReference | |||||||||||
| hispanicOrLatino | |||||||||||
| nameData | |||||||||||
| nationalIdentifierData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the birthDate property.
| |||||||||||
Gets the value of the contactInformationData property.
| |||||||||||
Gets the value of the ethnicityReference property.
| |||||||||||
Gets the value of the hispanicOrLatino property.
| |||||||||||
Gets the value of the nameData property.
| |||||||||||
Gets the value of the nationalIdentifierData property.
| |||||||||||
Sets the value of the birthDate property.
| |||||||||||
Sets the value of the contactInformationData property.
| |||||||||||
Sets the value of the ethnicityReference property.
| |||||||||||
Sets the value of the hispanicOrLatino property.
| |||||||||||
Sets the value of the nameData property.
| |||||||||||
Sets the value of the nationalIdentifierData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the birthDate property.
Gets the value of the contactInformationData property.
ContactInformationDataType
Gets the value of the ethnicityReference 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 ethnicityReference property.
For example, to add a new item, do as follows:
getEthnicityReference().add(newItem);
Objects of the following type(s) are allowed in the list
EthnicityObjectType
Gets the value of the hispanicOrLatino property. This getter has been renamed from isHispanicOrLatino() to getHispanicOrLatino() by cxf-xjc-boolean plugin.
Gets the value of the nameData property.
PersonNameDataType
Gets the value of the nationalIdentifierData 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 nationalIdentifierData property.
For example, to add a new item, do as follows:
getNationalIdentifierData().add(newItem);
Objects of the following type(s) are allowed in the list
NationalIDType
Sets the value of the birthDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contactInformationData property.
| value | Allowed object is
ContactInformationDataType
|
|---|
Sets the value of the ethnicityReference property.
| ethnicityReference | Allowed object is
EthnicityObjectType
|
|---|
Sets the value of the hispanicOrLatino property.
| value | Allowed object is Boolean |
|---|
Sets the value of the nameData property.
| value | Allowed object is
PersonNameDataType
|
|---|
Sets the value of the nationalIdentifierData property.
| nationalIdentifierData | Allowed object is
NationalIDType
|
|---|