| java.lang.Object | |
| ↳ | com.workday.integrations.DeliveredTransformationDataType |
Delivered Transformation Data element
Java class for Delivered_Transformation_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Delivered_Transformation_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Workday_Transformation_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
<element name="Template_Model_Reference" type="{urn:com.workday/bsvc}Template_ModelObjectType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| templateModelReference | |||||||||||
| workdayTransformationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the templateModelReference property.
| |||||||||||
Gets the value of the workdayTransformationReference property.
| |||||||||||
Sets the value of the templateModelReference property.
| |||||||||||
Sets the value of the workdayTransformationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the templateModelReference property.
TemplateModelObjectType
Gets the value of the workdayTransformationReference property.
UniqueIdentifierObjectType
Sets the value of the templateModelReference property.
| value | Allowed object is
TemplateModelObjectType
|
|---|
Sets the value of the workdayTransformationReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|