| java.lang.Object | |
| ↳ | com.workday.staffing.DependentPersonalInformationDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contactInformationData | |||||||||||
| dateOfBirth | |||||||||||
| dateOfDeath | |||||||||||
| disabled | |||||||||||
| fullTimeStudent | |||||||||||
| genderReference | |||||||||||
| inactiveDate | |||||||||||
| personIdentificationData | |||||||||||
| personNameData | |||||||||||
| studentStatusEndDate | |||||||||||
| studentStatusStartDate | |||||||||||
| usesTobacco | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contactInformationData property.
| |||||||||||
Gets the value of the dateOfBirth property.
| |||||||||||
Gets the value of the dateOfDeath property.
| |||||||||||
Gets the value of the disabled property.
| |||||||||||
Gets the value of the fullTimeStudent property.
| |||||||||||
Gets the value of the genderReference property.
| |||||||||||
Gets the value of the inactiveDate property.
| |||||||||||
Gets the value of the personIdentificationData property.
| |||||||||||
Gets the value of the personNameData property.
| |||||||||||
Gets the value of the studentStatusEndDate property.
| |||||||||||
Gets the value of the studentStatusStartDate property.
| |||||||||||
Gets the value of the usesTobacco property.
| |||||||||||
Sets the value of the contactInformationData property.
| |||||||||||
Sets the value of the dateOfBirth property.
| |||||||||||
Sets the value of the dateOfDeath property.
| |||||||||||
Sets the value of the disabled property.
| |||||||||||
Sets the value of the fullTimeStudent property.
| |||||||||||
Sets the value of the genderReference property.
| |||||||||||
Sets the value of the inactiveDate property.
| |||||||||||
Sets the value of the personIdentificationData property.
| |||||||||||
Sets the value of the personNameData property.
| |||||||||||
Sets the value of the studentStatusEndDate property.
| |||||||||||
Sets the value of the studentStatusStartDate property.
| |||||||||||
Sets the value of the usesTobacco property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contactInformationData property.
ContactInformationDataType
Gets the value of the dateOfBirth property.
Gets the value of the dateOfDeath property.
Gets the value of the disabled property. This getter has been renamed from isDisabled() to getDisabled() by cxf-xjc-boolean plugin.
Gets the value of the fullTimeStudent property. This getter has been renamed from isFullTimeStudent() to getFullTimeStudent() by cxf-xjc-boolean plugin.
Gets the value of the genderReference property.
GenderObjectType
Gets the value of the inactiveDate property.
Gets the value of the personIdentificationData property.
PersonIdentificationDataType
Gets the value of the personNameData property.
PersonNameDataType
Gets the value of the studentStatusEndDate property.
Gets the value of the studentStatusStartDate 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 contactInformationData property.
| value | Allowed object is
ContactInformationDataType
|
|---|
Sets the value of the dateOfBirth property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dateOfDeath property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the disabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fullTimeStudent property.
| value | Allowed object is Boolean |
|---|
Sets the value of the genderReference property.
| value | Allowed object is
GenderObjectType
|
|---|
Sets the value of the inactiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the personIdentificationData property.
| value | Allowed object is
PersonIdentificationDataType
|
|---|
Sets the value of the personNameData property.
| value | Allowed object is
PersonNameDataType
|
|---|
Sets the value of the studentStatusEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the studentStatusStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the usesTobacco property.
| value | Allowed object is Boolean |
|---|