| java.lang.Object | |
| ↳ | workday.com.bsvc.DependentType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dependentData | |||||||||||
| dependentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dependentData property.
| |||||||||||
Gets the value of the dependentReference property.
| |||||||||||
Sets the value of the dependentData property.
| |||||||||||
Sets the value of the dependentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the dependentData property.
DependentDataType
Gets the value of the dependentReference property.
DependentObjectType
Sets the value of the dependentData property.
| value | Allowed object is
DependentDataType
|
|---|
Sets the value of the dependentReference property.
| value | Allowed object is
DependentObjectType
|
|---|

