| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationServiceComponentFieldOverrideDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentData | |||||||||||
| externalFieldReference | |||||||||||
| fieldName | |||||||||||
| specifyValueData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachmentData property.
| |||||||||||
Gets the value of the externalFieldReference property.
| |||||||||||
Gets the value of the fieldName property.
| |||||||||||
Gets the value of the specifyValueData property.
| |||||||||||
Sets the value of the attachmentData property.
| |||||||||||
Sets the value of the externalFieldReference property.
| |||||||||||
Sets the value of the fieldName property.
| |||||||||||
Sets the value of the specifyValueData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachmentData property.
IntegrationAttachmentDataType
Gets the value of the externalFieldReference property.
ExternalFieldObjectType
Gets the value of the fieldName property.
Gets the value of the specifyValueData property.
IntegrationAbstractValueDataType
Sets the value of the attachmentData property.
| value | Allowed object is
IntegrationAttachmentDataType
|
|---|
Sets the value of the externalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the fieldName property.
| value | Allowed object is String |
|---|
Sets the value of the specifyValueData property.
| value | Allowed object is
IntegrationAbstractValueDataType
|
|---|