| java.lang.Object | |
| ↳ | com.workday.benefits.QualifiedDomesticRelationsOrderReplacementDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitCoverageTypeReference | |||||||||||
| endDate | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitCoverageTypeReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the benefitCoverageTypeReference property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitCoverageTypeReference property.
BenefitCoverageTypeObjectType
Gets the value of the endDate property.
Gets the value of the startDate property.
Sets the value of the benefitCoverageTypeReference property.
| value | Allowed object is
BenefitCoverageTypeObjectType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|