public class

DependentPersonalInformationDataType

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

Class Overview

Wrapper element for this dependent's personal information.

Java class for Dependent_Personal_Information_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Dependent_Personal_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Person_Name_Data" type="{urn:com.workday/bsvc}Person_Name_DataType" minOccurs="0"/>
         <element name="Contact_Information_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
         <element name="Person_Identification_Data" type="{urn:com.workday/bsvc}Person_Identification_DataType" minOccurs="0"/>
         <element name="Date_of_Birth" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Date_of_Death" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Gender_Reference" type="{urn:com.workday/bsvc}GenderObjectType" minOccurs="0"/>
         <element name="Uses_Tobacco" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Full-Time_Student" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Student_Status_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Student_Status_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Inactive_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ContactInformationDataType contactInformationData
protected XMLGregorianCalendar dateOfBirth
protected XMLGregorianCalendar dateOfDeath
protected Boolean disabled
protected Boolean fullTimeStudent
protected GenderObjectType genderReference
protected XMLGregorianCalendar inactiveDate
protected PersonIdentificationDataType personIdentificationData
protected PersonNameDataType personNameData
protected XMLGregorianCalendar studentStatusEndDate
protected XMLGregorianCalendar studentStatusStartDate
protected Boolean usesTobacco
Public Constructors
DependentPersonalInformationDataType()
Public Methods
ContactInformationDataType getContactInformationData()
Gets the value of the contactInformationData property.
XMLGregorianCalendar getDateOfBirth()
Gets the value of the dateOfBirth property.
XMLGregorianCalendar getDateOfDeath()
Gets the value of the dateOfDeath property.
GenderObjectType getGenderReference()
Gets the value of the genderReference property.
XMLGregorianCalendar getInactiveDate()
Gets the value of the inactiveDate property.
PersonIdentificationDataType getPersonIdentificationData()
Gets the value of the personIdentificationData property.
PersonNameDataType getPersonNameData()
Gets the value of the personNameData property.
XMLGregorianCalendar getStudentStatusEndDate()
Gets the value of the studentStatusEndDate property.
XMLGregorianCalendar getStudentStatusStartDate()
Gets the value of the studentStatusStartDate property.
Boolean isDisabled()
Gets the value of the disabled property.
Boolean isFullTimeStudent()
Gets the value of the fullTimeStudent property.
Boolean isUsesTobacco()
Gets the value of the usesTobacco property.
void setContactInformationData(ContactInformationDataType value)
Sets the value of the contactInformationData property.
void setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
void setDateOfDeath(XMLGregorianCalendar value)
Sets the value of the dateOfDeath property.
void setDisabled(Boolean value)
Sets the value of the disabled property.
void setFullTimeStudent(Boolean value)
Sets the value of the fullTimeStudent property.
void setGenderReference(GenderObjectType value)
Sets the value of the genderReference property.
void setInactiveDate(XMLGregorianCalendar value)
Sets the value of the inactiveDate property.
void setPersonIdentificationData(PersonIdentificationDataType value)
Sets the value of the personIdentificationData property.
void setPersonNameData(PersonNameDataType value)
Sets the value of the personNameData property.
void setStudentStatusEndDate(XMLGregorianCalendar value)
Sets the value of the studentStatusEndDate property.
void setStudentStatusStartDate(XMLGregorianCalendar value)
Sets the value of the studentStatusStartDate property.
void setUsesTobacco(Boolean value)
Sets the value of the usesTobacco property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContactInformationDataType contactInformationData

protected XMLGregorianCalendar dateOfBirth

protected XMLGregorianCalendar dateOfDeath

protected Boolean disabled

protected Boolean fullTimeStudent

protected GenderObjectType genderReference

protected XMLGregorianCalendar inactiveDate

protected PersonIdentificationDataType personIdentificationData

protected PersonNameDataType personNameData

protected XMLGregorianCalendar studentStatusEndDate

protected XMLGregorianCalendar studentStatusStartDate

protected Boolean usesTobacco

Public Constructors

public DependentPersonalInformationDataType ()

Public Methods

public ContactInformationDataType getContactInformationData ()

Gets the value of the contactInformationData property.

Returns

public XMLGregorianCalendar getDateOfBirth ()

Gets the value of the dateOfBirth property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDateOfDeath ()

Gets the value of the dateOfDeath property.

Returns
  • possible object is XMLGregorianCalendar

public GenderObjectType getGenderReference ()

Gets the value of the genderReference property.

Returns

public XMLGregorianCalendar getInactiveDate ()

Gets the value of the inactiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public PersonIdentificationDataType getPersonIdentificationData ()

Gets the value of the personIdentificationData property.

Returns

public PersonNameDataType getPersonNameData ()

Gets the value of the personNameData property.

Returns

public XMLGregorianCalendar getStudentStatusEndDate ()

Gets the value of the studentStatusEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStudentStatusStartDate ()

Gets the value of the studentStatusStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isDisabled ()

Gets the value of the disabled property.

Returns
  • possible object is Boolean

public Boolean isFullTimeStudent ()

Gets the value of the fullTimeStudent property.

Returns
  • possible object is Boolean

public Boolean isUsesTobacco ()

Gets the value of the usesTobacco property.

Returns
  • possible object is Boolean

public void setContactInformationData (ContactInformationDataType value)

Sets the value of the contactInformationData property.

Parameters
value Allowed object is ContactInformationDataType

public void setDateOfBirth (XMLGregorianCalendar value)

Sets the value of the dateOfBirth property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDateOfDeath (XMLGregorianCalendar value)

Sets the value of the dateOfDeath property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDisabled (Boolean value)

Sets the value of the disabled property.

Parameters
value Allowed object is Boolean

public void setFullTimeStudent (Boolean value)

Sets the value of the fullTimeStudent property.

Parameters
value Allowed object is Boolean

public void setGenderReference (GenderObjectType value)

Sets the value of the genderReference property.

Parameters
value Allowed object is GenderObjectType

public void setInactiveDate (XMLGregorianCalendar value)

Sets the value of the inactiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPersonIdentificationData (PersonIdentificationDataType value)

Sets the value of the personIdentificationData property.

Parameters
value Allowed object is PersonIdentificationDataType

public void setPersonNameData (PersonNameDataType value)

Sets the value of the personNameData property.

Parameters
value Allowed object is PersonNameDataType

public void setStudentStatusEndDate (XMLGregorianCalendar value)

Sets the value of the studentStatusEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStudentStatusStartDate (XMLGregorianCalendar value)

Sets the value of the studentStatusStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUsesTobacco (Boolean value)

Sets the value of the usesTobacco property.

Parameters
value Allowed object is Boolean