| java.lang.Object | |
| ↳ | com.workday.benefits.EditDependentDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dependentReference | |||||||||||
| editDependentEventData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dependentReference property.
| |||||||||||
Gets the value of the editDependentEventData property.
| |||||||||||
Sets the value of the dependentReference property.
| |||||||||||
Sets the value of the editDependentEventData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dependentReference property.
DependentObjectType
Gets the value of the editDependentEventData property.
EditDependentEventDataType
Sets the value of the dependentReference property.
| value | Allowed object is
DependentObjectType
|
|---|
Sets the value of the editDependentEventData property.
| value | Allowed object is
EditDependentEventDataType
|
|---|