public class

IntegrationServiceComponentFieldOverrideDataType

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

Class Overview

Service Component Field Override Data element

Java class for Integration_Service_Component_Field_Override_DataType complex type.

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

 <complexType name="Integration_Service_Component_Field_Override_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="Specify_Value_Data" type="{urn:com.workday/bsvc}Integration_Abstract_Value_DataType"/>
           <element name="Attachment_Data" type="{urn:com.workday/bsvc}Integration_Attachment_DataType"/>
           <element name="External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationAttachmentDataType attachmentData
protected ExternalFieldObjectType externalFieldReference
protected String fieldName
protected IntegrationAbstractValueDataType specifyValueData
Public Constructors
IntegrationServiceComponentFieldOverrideDataType()
Public Methods
IntegrationAttachmentDataType getAttachmentData()
Gets the value of the attachmentData property.
ExternalFieldObjectType getExternalFieldReference()
Gets the value of the externalFieldReference property.
String getFieldName()
Gets the value of the fieldName property.
IntegrationAbstractValueDataType getSpecifyValueData()
Gets the value of the specifyValueData property.
void setAttachmentData(IntegrationAttachmentDataType value)
Sets the value of the attachmentData property.
void setExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the externalFieldReference property.
void setFieldName(String value)
Sets the value of the fieldName property.
void setSpecifyValueData(IntegrationAbstractValueDataType value)
Sets the value of the specifyValueData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationAttachmentDataType attachmentData

protected ExternalFieldObjectType externalFieldReference

protected String fieldName

protected IntegrationAbstractValueDataType specifyValueData

Public Constructors

public IntegrationServiceComponentFieldOverrideDataType ()

Public Methods

public IntegrationAttachmentDataType getAttachmentData ()

Gets the value of the attachmentData property.

Returns

public ExternalFieldObjectType getExternalFieldReference ()

Gets the value of the externalFieldReference property.

Returns

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public IntegrationAbstractValueDataType getSpecifyValueData ()

Gets the value of the specifyValueData property.

Returns

public void setAttachmentData (IntegrationAttachmentDataType value)

Sets the value of the attachmentData property.

Parameters
value Allowed object is IntegrationAttachmentDataType

public void setExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the externalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setSpecifyValueData (IntegrationAbstractValueDataType value)

Sets the value of the specifyValueData property.

Parameters
value Allowed object is IntegrationAbstractValueDataType