public class

DependentDataType

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

Class Overview

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>
 

Summary

Fields
protected List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrder
protected String dependentID
protected Boolean disabled
protected Boolean fullTimeStudent
protected XMLGregorianCalendar inactiveDate
protected XMLGregorianCalendar studentStatusEndDate
protected XMLGregorianCalendar studentStatusStartDate
Public Constructors
DependentDataType()
Public Methods
List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrder()
Gets the value of the courtOrder property.
String getDependentID()
Gets the value of the dependentID property.
XMLGregorianCalendar getInactiveDate()
Gets the value of the inactiveDate 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.
void setDependentID(String value)
Sets the value of the dependentID property.
void setDisabled(Boolean value)
Sets the value of the disabled property.
void setFullTimeStudent(Boolean value)
Sets the value of the fullTimeStudent property.
void setInactiveDate(XMLGregorianCalendar value)
Sets the value of the inactiveDate property.
void setStudentStatusEndDate(XMLGregorianCalendar value)
Sets the value of the studentStatusEndDate property.
void setStudentStatusStartDate(XMLGregorianCalendar value)
Sets the value of the studentStatusStartDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String dependentID

protected Boolean disabled

protected Boolean fullTimeStudent

protected XMLGregorianCalendar inactiveDate

protected XMLGregorianCalendar studentStatusEndDate

protected XMLGregorianCalendar studentStatusStartDate

Public Constructors

public DependentDataType ()

Public Methods

public List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrder ()

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

public String getDependentID ()

Gets the value of the dependentID property.

Returns
  • possible object is String

public XMLGregorianCalendar getInactiveDate ()

Gets the value of the inactiveDate property.

Returns
  • possible object is XMLGregorianCalendar

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 void setDependentID (String value)

Sets the value of the dependentID property.

Parameters
value Allowed object is String

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 setInactiveDate (XMLGregorianCalendar value)

Sets the value of the inactiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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