public class

EIBParameterInitializationDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean dataSource
protected String fieldName
protected Boolean fileUtility
protected ParameterInitializationWWSDataType parameterInitializationData
protected Boolean transformation
protected Boolean transportProtocol
Public Constructors
EIBParameterInitializationDataType()
Public Methods
Boolean getDataSource()
Gets the value of the dataSource property.
String getFieldName()
Gets the value of the fieldName property.
Boolean getFileUtility()
Gets the value of the fileUtility property.
ParameterInitializationWWSDataType getParameterInitializationData()
Gets the value of the parameterInitializationData 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 setFieldName(String value)
Sets the value of the fieldName property.
void setFileUtility(Boolean value)
Sets the value of the fileUtility property.
void setParameterInitializationData(ParameterInitializationWWSDataType value)
Sets the value of the parameterInitializationData 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 String fieldName

protected Boolean fileUtility

protected ParameterInitializationWWSDataType parameterInitializationData

protected Boolean transformation

protected Boolean transportProtocol

Public Constructors

public EIBParameterInitializationDataType ()

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 String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

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 ParameterInitializationWWSDataType getParameterInitializationData ()

Gets the value of the parameterInitializationData property.

Returns

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 setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setFileUtility (Boolean value)

Sets the value of the fileUtility property.

Parameters
value Allowed object is Boolean

public void setParameterInitializationData (ParameterInitializationWWSDataType value)

Sets the value of the parameterInitializationData property.

Parameters
value Allowed object is ParameterInitializationWWSDataType

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