| java.lang.Object | |
| ↳ | com.workday.integrations.EIBParameterInitializationDataType |
EIB Parameter Initialization Data element
Java class for EIB_Parameter_Initialization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EIB_Parameter_Initialization_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_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Parameter_Initialization_WWS_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataSource | |||||||||||
| fieldName | |||||||||||
| fileUtility | |||||||||||
| parameterInitializationData | |||||||||||
| transformation | |||||||||||
| transportProtocol | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataSource property.
| |||||||||||
Gets the value of the fieldName property.
| |||||||||||
Gets the value of the fileUtility property.
| |||||||||||
Gets the value of the parameterInitializationData 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 fieldName property.
| |||||||||||
Sets the value of the fileUtility property.
| |||||||||||
Sets the value of the parameterInitializationData 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 fieldName property.
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 parameterInitializationData property.
ParameterInitializationWWSDataType
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 fieldName property.
| value | Allowed object is String |
|---|
Sets the value of the fileUtility property.
| value | Allowed object is Boolean |
|---|
Sets the value of the parameterInitializationData property.
| value | Allowed object is
ParameterInitializationWWSDataType
|
|---|
Sets the value of the transformation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the transportProtocol property.
| value | Allowed object is Boolean |
|---|