public class

DeliveredTransformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.DeliveredTransformationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected TemplateModelObjectType templateModelReference
protected UniqueIdentifierObjectType workdayTransformationReference
Public Constructors
DeliveredTransformationDataType()
Public Methods
TemplateModelObjectType getTemplateModelReference()
Gets the value of the templateModelReference property.
UniqueIdentifierObjectType getWorkdayTransformationReference()
Gets the value of the workdayTransformationReference property.
void setTemplateModelReference(TemplateModelObjectType value)
Sets the value of the templateModelReference property.
void setWorkdayTransformationReference(UniqueIdentifierObjectType value)
Sets the value of the workdayTransformationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected TemplateModelObjectType templateModelReference

protected UniqueIdentifierObjectType workdayTransformationReference

Public Constructors

public DeliveredTransformationDataType ()

Public Methods

public TemplateModelObjectType getTemplateModelReference ()

Gets the value of the templateModelReference property.

Returns

public UniqueIdentifierObjectType getWorkdayTransformationReference ()

Gets the value of the workdayTransformationReference property.

Returns

public void setTemplateModelReference (TemplateModelObjectType value)

Sets the value of the templateModelReference property.

Parameters
value Allowed object is TemplateModelObjectType

public void setWorkdayTransformationReference (UniqueIdentifierObjectType value)

Sets the value of the workdayTransformationReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType