public class

IntegrationTransformationDataWWSType

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

Class Overview

Integration Transformation Data element

Java class for Integration_Transformation_Data_WWSType complex type.

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

 <complexType name="Integration_Transformation_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="Delivered_Transformation_Data" type="{urn:com.workday/bsvc}Delivered_Transformation_DataType"/>
           <element name="XSLT_Attachment_Transformation_Data" type="{urn:com.workday/bsvc}Attachment_WWS_DataType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected DeliveredTransformationDataType deliveredTransformationData
protected String name
protected AttachmentWWSDataType xsltAttachmentTransformationData
Public Constructors
IntegrationTransformationDataWWSType()
Public Methods
DeliveredTransformationDataType getDeliveredTransformationData()
Gets the value of the deliveredTransformationData property.
String getName()
Gets the value of the name property.
AttachmentWWSDataType getXSLTAttachmentTransformationData()
Gets the value of the xsltAttachmentTransformationData property.
void setDeliveredTransformationData(DeliveredTransformationDataType value)
Sets the value of the deliveredTransformationData property.
void setName(String value)
Sets the value of the name property.
void setXSLTAttachmentTransformationData(AttachmentWWSDataType value)
Sets the value of the xsltAttachmentTransformationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected DeliveredTransformationDataType deliveredTransformationData

protected String name

protected AttachmentWWSDataType xsltAttachmentTransformationData

Public Constructors

public IntegrationTransformationDataWWSType ()

Public Methods

public DeliveredTransformationDataType getDeliveredTransformationData ()

Gets the value of the deliveredTransformationData property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public AttachmentWWSDataType getXSLTAttachmentTransformationData ()

Gets the value of the xsltAttachmentTransformationData property.

Returns

public void setDeliveredTransformationData (DeliveredTransformationDataType value)

Sets the value of the deliveredTransformationData property.

Parameters
value Allowed object is DeliveredTransformationDataType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setXSLTAttachmentTransformationData (AttachmentWWSDataType value)

Sets the value of the xsltAttachmentTransformationData property.

Parameters
value Allowed object is AttachmentWWSDataType