public class

BiographicDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.BiographicDataType

Class Overview

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>
 

Summary

Fields
protected CountryOfBirthReferenceType countryOfBirthReference
protected XMLGregorianCalendar dateOfBirth
protected List<DisabilityReferenceType> disabilityReference
protected GenderReferenceType genderReference
protected String placeOfBirth
protected Boolean usesTobacco
Public Constructors
BiographicDataType()
Public Methods
CountryOfBirthReferenceType getCountryOfBirthReference()
Gets the value of the countryOfBirthReference property.
XMLGregorianCalendar getDateOfBirth()
Gets the value of the dateOfBirth property.
List<DisabilityReferenceType> getDisabilityReference()
Gets the value of the disabilityReference property.
GenderReferenceType getGenderReference()
Gets the value of the genderReference property.
String getPlaceOfBirth()
Gets the value of the placeOfBirth property.
Boolean isUsesTobacco()
Gets the value of the usesTobacco property.
void setCountryOfBirthReference(CountryOfBirthReferenceType value)
Sets the value of the countryOfBirthReference property.
void setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
void setGenderReference(GenderReferenceType value)
Sets the value of the genderReference property.
void setPlaceOfBirth(String value)
Sets the value of the placeOfBirth property.
void setUsesTobacco(Boolean value)
Sets the value of the usesTobacco property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryOfBirthReferenceType countryOfBirthReference

protected XMLGregorianCalendar dateOfBirth

protected List<DisabilityReferenceType> disabilityReference

protected GenderReferenceType genderReference

protected String placeOfBirth

protected Boolean usesTobacco

Public Constructors

public BiographicDataType ()

Public Methods

public CountryOfBirthReferenceType getCountryOfBirthReference ()

Gets the value of the countryOfBirthReference property.

Returns

public XMLGregorianCalendar getDateOfBirth ()

Gets the value of the dateOfBirth property.

Returns
  • possible object is XMLGregorianCalendar

public List<DisabilityReferenceType> getDisabilityReference ()

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

public GenderReferenceType getGenderReference ()

Gets the value of the genderReference property.

Returns

public String getPlaceOfBirth ()

Gets the value of the placeOfBirth property.

Returns
  • possible object is String

public Boolean isUsesTobacco ()

Gets the value of the usesTobacco property.

Returns
  • possible object is Boolean

public void setCountryOfBirthReference (CountryOfBirthReferenceType value)

Sets the value of the countryOfBirthReference property.

Parameters
value Allowed object is CountryOfBirthReferenceType

public void setDateOfBirth (XMLGregorianCalendar value)

Sets the value of the dateOfBirth property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setGenderReference (GenderReferenceType value)

Sets the value of the genderReference property.

Parameters
value Allowed object is GenderReferenceType

public void setPlaceOfBirth (String value)

Sets the value of the placeOfBirth property.

Parameters
value Allowed object is String

public void setUsesTobacco (Boolean value)

Sets the value of the usesTobacco property.

Parameters
value Allowed object is Boolean