| java.lang.Object | |
| ↳ | workday.com.bsvc.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="Court_Order" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| courtOrder | |||||||||||
| dependentID | |||||||||||
| disabled | |||||||||||
| fullTimeStudent | |||||||||||
| inactiveDate | |||||||||||
| studentStatusEndDate | |||||||||||
| studentStatusStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the courtOrder property.
| |||||||||||
Gets the value of the dependentID property.
| |||||||||||
Gets the value of the inactiveDate property.
| |||||||||||
Gets the value of the studentStatusEndDate property.
| |||||||||||
Gets the value of the studentStatusStartDate property.
| |||||||||||
Gets the value of the disabled property.
| |||||||||||
Gets the value of the fullTimeStudent 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 studentStatusEndDate property.
| |||||||||||
Sets the value of the studentStatusStartDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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 dependentID property.
Gets the value of the inactiveDate property.
Gets the value of the studentStatusEndDate property.
Gets the value of the studentStatusStartDate property.
Gets the value of the disabled property.
Gets the value of the fullTimeStudent property.
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 studentStatusEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the studentStatusStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

