| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationTransformationDataWWSType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deliveredTransformationData | |||||||||||
| name | |||||||||||
| xsltAttachmentTransformationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deliveredTransformationData property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the xsltAttachmentTransformationData property.
| |||||||||||
Sets the value of the deliveredTransformationData property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the xsltAttachmentTransformationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deliveredTransformationData property.
DeliveredTransformationDataType
Gets the value of the name property.
Gets the value of the xsltAttachmentTransformationData property.
AttachmentWWSDataType
Sets the value of the deliveredTransformationData property.
| value | Allowed object is
DeliveredTransformationDataType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the xsltAttachmentTransformationData property.
| value | Allowed object is
AttachmentWWSDataType
|
|---|