| java.lang.Object | |
| ↳ | com.workday.hr.BiographicDataType |
Encapsulating element for all Biographical data (e.g. DOB, Gender, etc.) associated with a person.
Java class for Biographic_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Biographic_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Of_Birth_Reference" type="{urn:com.workday/bsvc}Country_Of_Birth_ReferenceType" minOccurs="0"/>
<element name="Place_Of_Birth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Date_Of_Birth" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Gender_Reference" type="{urn:com.workday/bsvc}Gender_ReferenceType" minOccurs="0"/>
<element name="Disability_Reference" type="{urn:com.workday/bsvc}Disability_ReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Uses_Tobacco" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryOfBirthReference | |||||||||||
| dateOfBirth | |||||||||||
| disabilityReference | |||||||||||
| genderReference | |||||||||||
| placeOfBirth | |||||||||||
| usesTobacco | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryOfBirthReference property.
| |||||||||||
Gets the value of the dateOfBirth property.
| |||||||||||
Gets the value of the disabilityReference property.
| |||||||||||
Gets the value of the genderReference property.
| |||||||||||
Gets the value of the placeOfBirth property.
| |||||||||||
Gets the value of the usesTobacco property.
| |||||||||||
Sets the value of the countryOfBirthReference property.
| |||||||||||
Sets the value of the dateOfBirth property.
| |||||||||||
Sets the value of the disabilityReference property.
| |||||||||||
Sets the value of the genderReference property.
| |||||||||||
Sets the value of the placeOfBirth property.
| |||||||||||
Sets the value of the usesTobacco property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryOfBirthReference property.
CountryOfBirthReferenceType
Gets the value of the dateOfBirth property.
Gets the value of the disabilityReference 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 disabilityReference property.
For example, to add a new item, do as follows:
getDisabilityReference().add(newItem);
Objects of the following type(s) are allowed in the list
DisabilityReferenceType
Gets the value of the genderReference property.
GenderReferenceType
Gets the value of the placeOfBirth property.
Gets the value of the usesTobacco property. This getter has been renamed from isUsesTobacco() to getUsesTobacco() by cxf-xjc-boolean plugin.
Sets the value of the countryOfBirthReference property.
| value | Allowed object is
CountryOfBirthReferenceType
|
|---|
Sets the value of the dateOfBirth property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the disabilityReference property.
| disabilityReference | Allowed object is
DisabilityReferenceType
|
|---|
Sets the value of the genderReference property.
| value | Allowed object is
GenderReferenceType
|
|---|
Sets the value of the placeOfBirth property.
| value | Allowed object is String |
|---|
Sets the value of the usesTobacco property.
| value | Allowed object is Boolean |
|---|