| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationServiceComponentOverrideDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataSource | |||||||||||
| fieldOverrideData | |||||||||||
| fileUtility | |||||||||||
| transformation | |||||||||||
| transportProtocol | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataSource property.
| |||||||||||
Gets the value of the fieldOverrideData property.
| |||||||||||
Gets the value of the fileUtility property.
| |||||||||||
Gets the value of the transformation property.
| |||||||||||
Gets the value of the transportProtocol property.
| |||||||||||
Sets the value of the dataSource property.
| |||||||||||
Sets the value of the fieldOverrideData property.
| |||||||||||
Sets the value of the fileUtility property.
| |||||||||||
Sets the value of the transformation property.
| |||||||||||
Sets the value of the transportProtocol property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dataSource property. This getter has been renamed from isDataSource() to getDataSource() by cxf-xjc-boolean plugin.
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
Gets the value of the fileUtility property. This getter has been renamed from isFileUtility() to getFileUtility() by cxf-xjc-boolean plugin.
Gets the value of the transformation property. This getter has been renamed from isTransformation() to getTransformation() by cxf-xjc-boolean plugin.
Gets the value of the transportProtocol property. This getter has been renamed from isTransportProtocol() to getTransportProtocol() by cxf-xjc-boolean plugin.
Sets the value of the dataSource property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fieldOverrideData property.
| fieldOverrideData | Allowed object is
IntegrationServiceComponentFieldOverrideDataType
|
|---|
Sets the value of the fileUtility property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transportProtocol property.
| value | Allowed object is Boolean |
|---|