public class

EditDependentDataType

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

Class Overview

Wrapper element for the Edit Dependent web service operation.

Java class for Edit_Dependent_DataType complex type.

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

 <complexType name="Edit_Dependent_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType"/>
         <element name="Edit_Dependent_Event_Data" type="{urn:com.workday/bsvc}Edit_Dependent_Event_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DependentObjectType dependentReference
protected EditDependentEventDataType editDependentEventData
Public Constructors
EditDependentDataType()
Public Methods
DependentObjectType getDependentReference()
Gets the value of the dependentReference property.
EditDependentEventDataType getEditDependentEventData()
Gets the value of the editDependentEventData property.
void setDependentReference(DependentObjectType value)
Sets the value of the dependentReference property.
void setEditDependentEventData(EditDependentEventDataType value)
Sets the value of the editDependentEventData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DependentObjectType dependentReference

protected EditDependentEventDataType editDependentEventData

Public Constructors

public EditDependentDataType ()

Public Methods

public DependentObjectType getDependentReference ()

Gets the value of the dependentReference property.

Returns

public EditDependentEventDataType getEditDependentEventData ()

Gets the value of the editDependentEventData property.

Returns

public void setDependentReference (DependentObjectType value)

Sets the value of the dependentReference property.

Parameters
value Allowed object is DependentObjectType

public void setEditDependentEventData (EditDependentEventDataType value)

Sets the value of the editDependentEventData property.

Parameters
value Allowed object is EditDependentEventDataType