public class

DependentDataWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.DependentDataWWSType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData
protected XMLGregorianCalendar dependentDateOfDeath
protected String dependentEducationalInstitution
protected Boolean disabled
protected Boolean fullTimeStudent
protected ExternalIntegrationIDDataType integrationIDData
protected XMLGregorianCalendar studentStatusEndDate
protected XMLGregorianCalendar studentStatusStartDate
Public Constructors
DependentDataWWSType()
Public Methods
List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrderReplacementData()
Gets the value of the courtOrderReplacementData property.
XMLGregorianCalendar getDependentDateOfDeath()
Gets the value of the dependentDateOfDeath property.
String getDependentEducationalInstitution()
Gets the value of the dependentEducationalInstitution property.
Boolean getDisabled()
Gets the value of the disabled property.
Boolean getFullTimeStudent()
Gets the value of the fullTimeStudent property.
ExternalIntegrationIDDataType getIntegrationIDData()
Gets the value of the integrationIDData property.
XMLGregorianCalendar getStudentStatusEndDate()
Gets the value of the studentStatusEndDate property.
XMLGregorianCalendar getStudentStatusStartDate()
Gets the value of the studentStatusStartDate property.
void setCourtOrderReplacementData(List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData)
Sets the value of the courtOrderReplacementData property.
void setDependentDateOfDeath(XMLGregorianCalendar value)
Sets the value of the dependentDateOfDeath property.
void setDependentEducationalInstitution(String value)
Sets the value of the dependentEducationalInstitution property.
void setDisabled(Boolean value)
Sets the value of the disabled property.
void setFullTimeStudent(Boolean value)
Sets the value of the fullTimeStudent property.
void setIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the integrationIDData 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData

protected XMLGregorianCalendar dependentDateOfDeath

protected String dependentEducationalInstitution

protected Boolean disabled

protected Boolean fullTimeStudent

protected ExternalIntegrationIDDataType integrationIDData

protected XMLGregorianCalendar studentStatusEndDate

protected XMLGregorianCalendar studentStatusStartDate

Public Constructors

public DependentDataWWSType ()

Public Methods

public List<QualifiedDomesticRelationsOrderReplacementDataType> getCourtOrderReplacementData ()

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

public XMLGregorianCalendar getDependentDateOfDeath ()

Gets the value of the dependentDateOfDeath property.

Returns
  • possible object is XMLGregorianCalendar

public String getDependentEducationalInstitution ()

Gets the value of the dependentEducationalInstitution property.

Returns
  • possible object is String

public Boolean getDisabled ()

Gets the value of the disabled property. This getter has been renamed from isDisabled() to getDisabled() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getFullTimeStudent ()

Gets the value of the fullTimeStudent property. This getter has been renamed from isFullTimeStudent() to getFullTimeStudent() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public ExternalIntegrationIDDataType getIntegrationIDData ()

Gets the value of the integrationIDData property.

Returns

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 void setCourtOrderReplacementData (List<QualifiedDomesticRelationsOrderReplacementDataType> courtOrderReplacementData)

Sets the value of the courtOrderReplacementData property.

Parameters
courtOrderReplacementData Allowed object is QualifiedDomesticRelationsOrderReplacementDataType

public void setDependentDateOfDeath (XMLGregorianCalendar value)

Sets the value of the dependentDateOfDeath property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDependentEducationalInstitution (String value)

Sets the value of the dependentEducationalInstitution 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 setIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the integrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

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