public class

EditDependentEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.EditDependentEventDataType

Class Overview

Wrapper element for the Dependent's data.

Java class for Edit_Dependent_Event_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Edit_Dependent_Event_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="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}Benefits_Event_SubcategoryObjectType" minOccurs="0"/>
         <element name="Related_Person_Relationship_Reference" type="{urn:com.workday/bsvc}Related_Person_RelationshipObjectType" minOccurs="0"/>
         <element name="Use_Employee_Address" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Use_Employee_Phone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Dependent_Personal_Information_Data" type="{urn:com.workday/bsvc}Related_Person_Personal_Information_DataType" minOccurs="0"/>
         <element name="Qualified_Domestic_Relations_Order_Replacement_Data" type="{urn:com.workday/bsvc}Qualified_Domestic_Relations_Order_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Could_Be_Covered_For_Health_Care_Coverage_Elsewhere" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Could_Be_Covered_For_Health_Care_Coverage_Elsewhere_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean couldBeCoveredForHealthCareCoverageElsewhere
protected XMLGregorianCalendar couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate
protected String dependentID
protected RelatedPersonPersonalInformationDataType dependentPersonalInformationData
protected XMLGregorianCalendar effectiveDate
protected List<QualifiedDomesticRelationsOrderReplacementDataType> qualifiedDomesticRelationsOrderReplacementData
protected BenefitsEventSubcategoryObjectType reasonReference
protected RelatedPersonRelationshipObjectType relatedPersonRelationshipReference
protected Boolean useEmployeeAddress
protected Boolean useEmployeePhone
Public Constructors
EditDependentEventDataType()
Public Methods
Boolean getCouldBeCoveredForHealthCareCoverageElsewhere()
Gets the value of the couldBeCoveredForHealthCareCoverageElsewhere property.
XMLGregorianCalendar getCouldBeCoveredForHealthCareCoverageElsewhereEffectiveDate()
Gets the value of the couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate property.
String getDependentID()
Gets the value of the dependentID property.
RelatedPersonPersonalInformationDataType getDependentPersonalInformationData()
Gets the value of the dependentPersonalInformationData property.
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
List<QualifiedDomesticRelationsOrderReplacementDataType> getQualifiedDomesticRelationsOrderReplacementData()
Gets the value of the qualifiedDomesticRelationsOrderReplacementData property.
BenefitsEventSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
RelatedPersonRelationshipObjectType getRelatedPersonRelationshipReference()
Gets the value of the relatedPersonRelationshipReference property.
Boolean getUseEmployeeAddress()
Gets the value of the useEmployeeAddress property.
Boolean getUseEmployeePhone()
Gets the value of the useEmployeePhone property.
void setCouldBeCoveredForHealthCareCoverageElsewhere(Boolean value)
Sets the value of the couldBeCoveredForHealthCareCoverageElsewhere property.
void setCouldBeCoveredForHealthCareCoverageElsewhereEffectiveDate(XMLGregorianCalendar value)
Sets the value of the couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate property.
void setDependentID(String value)
Sets the value of the dependentID property.
void setDependentPersonalInformationData(RelatedPersonPersonalInformationDataType value)
Sets the value of the dependentPersonalInformationData property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setQualifiedDomesticRelationsOrderReplacementData(List<QualifiedDomesticRelationsOrderReplacementDataType> qualifiedDomesticRelationsOrderReplacementData)
Sets the value of the qualifiedDomesticRelationsOrderReplacementData property.
void setReasonReference(BenefitsEventSubcategoryObjectType value)
Sets the value of the reasonReference property.
void setRelatedPersonRelationshipReference(RelatedPersonRelationshipObjectType value)
Sets the value of the relatedPersonRelationshipReference property.
void setUseEmployeeAddress(Boolean value)
Sets the value of the useEmployeeAddress property.
void setUseEmployeePhone(Boolean value)
Sets the value of the useEmployeePhone property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean couldBeCoveredForHealthCareCoverageElsewhere

protected XMLGregorianCalendar couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate

protected String dependentID

protected RelatedPersonPersonalInformationDataType dependentPersonalInformationData

protected XMLGregorianCalendar effectiveDate

protected List<QualifiedDomesticRelationsOrderReplacementDataType> qualifiedDomesticRelationsOrderReplacementData

protected BenefitsEventSubcategoryObjectType reasonReference

protected RelatedPersonRelationshipObjectType relatedPersonRelationshipReference

protected Boolean useEmployeeAddress

protected Boolean useEmployeePhone

Public Constructors

public EditDependentEventDataType ()

Public Methods

public Boolean getCouldBeCoveredForHealthCareCoverageElsewhere ()

Gets the value of the couldBeCoveredForHealthCareCoverageElsewhere property. This getter has been renamed from isCouldBeCoveredForHealthCareCoverageElsewhere() to getCouldBeCoveredForHealthCareCoverageElsewhere() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getCouldBeCoveredForHealthCareCoverageElsewhereEffectiveDate ()

Gets the value of the couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDependentID ()

Gets the value of the dependentID property.

Returns
  • possible object is String

public RelatedPersonPersonalInformationDataType getDependentPersonalInformationData ()

Gets the value of the dependentPersonalInformationData property.

Returns

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public List<QualifiedDomesticRelationsOrderReplacementDataType> getQualifiedDomesticRelationsOrderReplacementData ()

Gets the value of the qualifiedDomesticRelationsOrderReplacementData 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 qualifiedDomesticRelationsOrderReplacementData property.

For example, to add a new item, do as follows:

    getQualifiedDomesticRelationsOrderReplacementData().add(newItem);
 

Objects of the following type(s) are allowed in the list QualifiedDomesticRelationsOrderReplacementDataType

public BenefitsEventSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public RelatedPersonRelationshipObjectType getRelatedPersonRelationshipReference ()

Gets the value of the relatedPersonRelationshipReference property.

Returns

public Boolean getUseEmployeeAddress ()

Gets the value of the useEmployeeAddress property. This getter has been renamed from isUseEmployeeAddress() to getUseEmployeeAddress() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getUseEmployeePhone ()

Gets the value of the useEmployeePhone property. This getter has been renamed from isUseEmployeePhone() to getUseEmployeePhone() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCouldBeCoveredForHealthCareCoverageElsewhere (Boolean value)

Sets the value of the couldBeCoveredForHealthCareCoverageElsewhere property.

Parameters
value Allowed object is Boolean

public void setCouldBeCoveredForHealthCareCoverageElsewhereEffectiveDate (XMLGregorianCalendar value)

Sets the value of the couldBeCoveredForHealthCareCoverageElsewhereEffectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDependentID (String value)

Sets the value of the dependentID property.

Parameters
value Allowed object is String

public void setDependentPersonalInformationData (RelatedPersonPersonalInformationDataType value)

Sets the value of the dependentPersonalInformationData property.

Parameters
value Allowed object is RelatedPersonPersonalInformationDataType

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setQualifiedDomesticRelationsOrderReplacementData (List<QualifiedDomesticRelationsOrderReplacementDataType> qualifiedDomesticRelationsOrderReplacementData)

Sets the value of the qualifiedDomesticRelationsOrderReplacementData property.

Parameters
qualifiedDomesticRelationsOrderReplacementData Allowed object is QualifiedDomesticRelationsOrderReplacementDataType

public void setReasonReference (BenefitsEventSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is BenefitsEventSubcategoryObjectType

public void setRelatedPersonRelationshipReference (RelatedPersonRelationshipObjectType value)

Sets the value of the relatedPersonRelationshipReference property.

Parameters
value Allowed object is RelatedPersonRelationshipObjectType

public void setUseEmployeeAddress (Boolean value)

Sets the value of the useEmployeeAddress property.

Parameters
value Allowed object is Boolean

public void setUseEmployeePhone (Boolean value)

Sets the value of the useEmployeePhone property.

Parameters
value Allowed object is Boolean