public class

DependentType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.DependentType

Class Overview

Encapsulating element containing all Dependent data.

Java class for DependentType complex type.

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

 <complexType name="DependentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Dependent_Reference" type="{urn:com.workday/bsvc}DependentObjectType"/>
         <element name="Dependent_Data" type="{urn:com.workday/bsvc}Dependent_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DependentDataType dependentData
protected DependentObjectType dependentReference
Public Constructors
DependentType()
Public Methods
DependentDataType getDependentData()
Gets the value of the dependentData property.
DependentObjectType getDependentReference()
Gets the value of the dependentReference property.
void setDependentData(DependentDataType value)
Sets the value of the dependentData property.
void setDependentReference(DependentObjectType value)
Sets the value of the dependentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DependentDataType dependentData

protected DependentObjectType dependentReference

Public Constructors

public DependentType ()

Public Methods

public DependentDataType getDependentData ()

Gets the value of the dependentData property.

Returns

public DependentObjectType getDependentReference ()

Gets the value of the dependentReference property.

Returns

public void setDependentData (DependentDataType value)

Sets the value of the dependentData property.

Parameters
value Allowed object is DependentDataType

public void setDependentReference (DependentObjectType value)

Sets the value of the dependentReference property.

Parameters
value Allowed object is DependentObjectType