public class

QualifiedDomesticRelationsOrderReplacementDataType

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

Class Overview

Court Order Details. NOTE: You must pass in the entire set of court orders. Any existing court orders that are not submitted will be removed.

Java class for Qualified_Domestic_Relations_Order_Replacement_DataType complex type.

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

 <complexType name="Qualified_Domestic_Relations_Order_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Benefit_Coverage_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Coverage_TypeObjectType"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BenefitCoverageTypeObjectType benefitCoverageTypeReference
protected XMLGregorianCalendar endDate
protected XMLGregorianCalendar startDate
Public Constructors
QualifiedDomesticRelationsOrderReplacementDataType()
Public Methods
BenefitCoverageTypeObjectType getBenefitCoverageTypeReference()
Gets the value of the benefitCoverageTypeReference property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setBenefitCoverageTypeReference(BenefitCoverageTypeObjectType value)
Sets the value of the benefitCoverageTypeReference property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BenefitCoverageTypeObjectType benefitCoverageTypeReference

protected XMLGregorianCalendar endDate

protected XMLGregorianCalendar startDate

Public Constructors

public QualifiedDomesticRelationsOrderReplacementDataType ()

Public Methods

public BenefitCoverageTypeObjectType getBenefitCoverageTypeReference ()

Gets the value of the benefitCoverageTypeReference property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBenefitCoverageTypeReference (BenefitCoverageTypeObjectType value)

Sets the value of the benefitCoverageTypeReference property.

Parameters
value Allowed object is BenefitCoverageTypeObjectType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar