| java.lang.Object | |
| ↳ | com.workday.hr.DependentDataWWSType |
Encapsulating element containing all Dependent data.
Java class for Dependent_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependent_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Dependent_Educational_Institution" 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="Dependent_Date_of_Death" 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="Court_Order_Replacement_Data" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| courtOrderReplacementData | |||||||||||
| dependentDateOfDeath | |||||||||||
| dependentEducationalInstitution | |||||||||||
| disabled | |||||||||||
| fullTimeStudent | |||||||||||
| integrationIDData | |||||||||||
| studentStatusEndDate | |||||||||||
| studentStatusStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the courtOrderReplacementData property.
| |||||||||||
Gets the value of the dependentDateOfDeath property.
| |||||||||||
Gets the value of the dependentEducationalInstitution property.
| |||||||||||
Gets the value of the disabled property.
| |||||||||||
Gets the value of the fullTimeStudent property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the studentStatusEndDate property.
| |||||||||||
Gets the value of the studentStatusStartDate property.
| |||||||||||
Sets the value of the courtOrderReplacementData property.
| |||||||||||
Sets the value of the dependentDateOfDeath property.
| |||||||||||
Sets the value of the dependentEducationalInstitution property.
| |||||||||||
Sets the value of the disabled property.
| |||||||||||
Sets the value of the fullTimeStudent property.
| |||||||||||
Sets the value of the integrationIDData 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 courtOrderReplacementData 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 courtOrderReplacementData property.
For example, to add a new item, do as follows:
getCourtOrderReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
QualifiedDomesticRelationsOrderReplacementDataType
Gets the value of the dependentDateOfDeath property.
Gets the value of the dependentEducationalInstitution 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 integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the studentStatusEndDate property.
Gets the value of the studentStatusStartDate property.
Sets the value of the courtOrderReplacementData property.
| courtOrderReplacementData | Allowed object is
QualifiedDomesticRelationsOrderReplacementDataType
|
|---|
Sets the value of the dependentDateOfDeath property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the dependentEducationalInstitution 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 integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the studentStatusEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the studentStatusStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|