| java.lang.Object | |
| ↳ | com.workday.payrollinterface.DependentDataType |
Contains the detailed information for a dependent.
Java class for Dependent_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependent_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dependent_ID" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
<element name="Dependent_for_Payroll_Purposes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Citizenship_Status_Reference" type="{urn:com.workday/bsvc}Citizenship_StatusObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Country_of_Nationality_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Country_of_Birth_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Region_of_Birth_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
<element name="City_of_Birth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Court_Order" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| citizenshipStatusReference | |||||||||||
| cityOfBirth | |||||||||||
| countryOfBirthReference | |||||||||||
| countryOfNationalityReference | |||||||||||
| courtOrder | |||||||||||
| dependentForPayrollPurposes | |||||||||||
| dependentID | |||||||||||
| disabled | |||||||||||
| fullTimeStudent | |||||||||||
| inactiveDate | |||||||||||
| regionOfBirthReference | |||||||||||
| studentStatusEndDate | |||||||||||
| studentStatusStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the citizenshipStatusReference property.
| |||||||||||
Gets the value of the cityOfBirth property.
| |||||||||||
Gets the value of the countryOfBirthReference property.
| |||||||||||
Gets the value of the countryOfNationalityReference property.
| |||||||||||
Gets the value of the courtOrder property.
| |||||||||||
Gets the value of the dependentForPayrollPurposes property.
| |||||||||||
Gets the value of the dependentID property.
| |||||||||||
Gets the value of the disabled property.
| |||||||||||
Gets the value of the fullTimeStudent property.
| |||||||||||
Gets the value of the inactiveDate property.
| |||||||||||
Gets the value of the regionOfBirthReference property.
| |||||||||||
Gets the value of the studentStatusEndDate property.
| |||||||||||
Gets the value of the studentStatusStartDate property.
| |||||||||||
Sets the value of the citizenshipStatusReference property.
| |||||||||||
Sets the value of the cityOfBirth property.
| |||||||||||
Sets the value of the countryOfBirthReference property.
| |||||||||||
Sets the value of the countryOfNationalityReference property.
| |||||||||||
Sets the value of the courtOrder property.
| |||||||||||
Sets the value of the dependentForPayrollPurposes property.
| |||||||||||
Sets the value of the dependentID property.
| |||||||||||
Sets the value of the disabled property.
| |||||||||||
Sets the value of the fullTimeStudent property.
| |||||||||||
Sets the value of the inactiveDate property.
| |||||||||||
Sets the value of the regionOfBirthReference property.
| |||||||||||
Sets the value of the studentStatusEndDate property.
| |||||||||||
Sets the value of the studentStatusStartDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the citizenshipStatusReference 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 citizenshipStatusReference property.
For example, to add a new item, do as follows:
getCitizenshipStatusReference().add(newItem);
Objects of the following type(s) are allowed in the list
CitizenshipStatusObjectType
Gets the value of the cityOfBirth property.
Gets the value of the countryOfBirthReference property.
CountryObjectType
Gets the value of the countryOfNationalityReference property.
CountryObjectType
Gets the value of the courtOrder 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 courtOrder property.
For example, to add a new item, do as follows:
getCourtOrder().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDomesticRelationsOrderReplacementDataType
Gets the value of the dependentForPayrollPurposes property. This getter has been renamed from isDependentForPayrollPurposes() to getDependentForPayrollPurposes() by cxf-xjc-boolean plugin.
Gets the value of the dependentID 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 inactiveDate property.
Gets the value of the regionOfBirthReference property.
CountryRegionObjectType
Gets the value of the studentStatusEndDate property.
Gets the value of the studentStatusStartDate property.
Sets the value of the citizenshipStatusReference property.
| citizenshipStatusReference | Allowed object is
CitizenshipStatusObjectType
|
|---|
Sets the value of the cityOfBirth property.
| value | Allowed object is String |
|---|
Sets the value of the countryOfBirthReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countryOfNationalityReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the courtOrder property.
| courtOrder | Allowed object is
QualifiedDomesticRelationsOrderReplacementDataType
|
|---|
Sets the value of the dependentForPayrollPurposes property.
| value | Allowed object is Boolean |
|---|
Sets the value of the dependentID property.
| value | Allowed object is String |
|---|
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 inactiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the regionOfBirthReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the studentStatusEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the studentStatusStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|