public class

IntegrationServiceComponentOverrideDataType

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

Class Overview

Integration Service Component Override Data element

Java class for Integration_Service_Component_Override_DataType complex type.

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

 <complexType name="Integration_Service_Component_Override_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Data_Source" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="Transformation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="File_Utility" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           <element name="Transport_Protocol" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         </choice>
         <element name="Field_Override_Data" type="{urn:com.workday/bsvc}Integration_Service_Component_Field_Override_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean dataSource
protected List<IntegrationServiceComponentFieldOverrideDataType> fieldOverrideData
protected Boolean fileUtility
protected Boolean transformation
protected Boolean transportProtocol
Public Constructors
IntegrationServiceComponentOverrideDataType()
Public Methods
Boolean getDataSource()
Gets the value of the dataSource property.
List<IntegrationServiceComponentFieldOverrideDataType> getFieldOverrideData()
Gets the value of the fieldOverrideData property.
Boolean getFileUtility()
Gets the value of the fileUtility property.
Boolean getTransformation()
Gets the value of the transformation property.
Boolean getTransportProtocol()
Gets the value of the transportProtocol property.
void setDataSource(Boolean value)
Sets the value of the dataSource property.
void setFieldOverrideData(List<IntegrationServiceComponentFieldOverrideDataType> fieldOverrideData)
Sets the value of the fieldOverrideData property.
void setFileUtility(Boolean value)
Sets the value of the fileUtility property.
void setTransformation(Boolean value)
Sets the value of the transformation property.
void setTransportProtocol(Boolean value)
Sets the value of the transportProtocol property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean dataSource

protected List<IntegrationServiceComponentFieldOverrideDataType> fieldOverrideData

protected Boolean fileUtility

protected Boolean transformation

protected Boolean transportProtocol

Public Constructors

public IntegrationServiceComponentOverrideDataType ()

Public Methods

public Boolean getDataSource ()

Gets the value of the dataSource property. This getter has been renamed from isDataSource() to getDataSource() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<IntegrationServiceComponentFieldOverrideDataType> getFieldOverrideData ()

Gets the value of the fieldOverrideData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fieldOverrideData property.

For example, to add a new item, do as follows:

    getFieldOverrideData().add(newItem);
 

Objects of the following type(s) are allowed in the list IntegrationServiceComponentFieldOverrideDataType

public Boolean getFileUtility ()

Gets the value of the fileUtility property. This getter has been renamed from isFileUtility() to getFileUtility() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getTransformation ()

Gets the value of the transformation property. This getter has been renamed from isTransformation() to getTransformation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getTransportProtocol ()

Gets the value of the transportProtocol property. This getter has been renamed from isTransportProtocol() to getTransportProtocol() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setDataSource (Boolean value)

Sets the value of the dataSource property.

Parameters
value Allowed object is Boolean

public void setFieldOverrideData (List<IntegrationServiceComponentFieldOverrideDataType> fieldOverrideData)

Sets the value of the fieldOverrideData property.

Parameters
fieldOverrideData Allowed object is IntegrationServiceComponentFieldOverrideDataType

public void setFileUtility (Boolean value)

Sets the value of the fileUtility property.

Parameters
value Allowed object is Boolean

public void setTransformation (Boolean value)

Sets the value of the transformation property.

Parameters
value Allowed object is Boolean

public void setTransportProtocol (Boolean value)

Sets the value of the transportProtocol property.

Parameters
value Allowed object is Boolean