public class

IntegrationServiceDataWWSType

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

Class Overview

Container element for data related to an Integration Service and its use within an Integration System.

Java class for Integration_Service_Data_WWSType complex type.

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

 <complexType name="Integration_Service_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Service_Reference" type="{urn:com.workday/bsvc}Integration_ServiceObjectType"/>
         <element name="Integration_Transaction_Log_Service_Data" type="{urn:com.workday/bsvc}Integration_Transaction_Log_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Sequence_Generator_Service_Data" type="{urn:com.workday/bsvc}Integration_Sequence_Generator_Configuration_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Data_Change_Service_Data" type="{urn:com.workday/bsvc}Integration_Data_Change_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Field_Override_Service_Data" type="{urn:com.workday/bsvc}Integration_Field_Override_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Field_Attributes_Service_Data" type="{urn:com.workday/bsvc}Integration_Field_Attributes_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Delivery_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Delivery_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Retrieval_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Retrieval_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Attachment_Service_Data" type="{urn:com.workday/bsvc}Integration_Attachment_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Report_Service_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Report_Service_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Custom_Object_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Custom_Object_Configuration_DataType" minOccurs="0"/>
         <element name="Integration_Connector_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Connector_Configuration_DataType" minOccurs="0"/>
       </sequence>
       <attribute name="WID">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="36"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean enabled
protected IntegrationAttachmentConfigurationDataType integrationAttachmentServiceData
protected IntegrationConnectorConfigurationDataType integrationConnectorConfigurationData
protected IntegrationCustomObjectConfigurationDataType integrationCustomObjectConfigurationData
protected IntegrationDataChangeConfigurationDataType integrationDataChangeServiceData
protected IntegrationDeliveryConfigurationDataType integrationDeliveryConfigurationData
protected IntegrationFieldAttributesConfigurationDataType integrationFieldAttributesServiceData
protected IntegrationFieldOverrideConfigurationDataType integrationFieldOverrideServiceData
protected IntegrationReportServiceConfigurationDataType integrationReportServiceConfigurationData
protected IntegrationRetrievalConfigurationDataType integrationRetrievalConfigurationData
protected List<IntegrationSequenceGeneratorConfigurationDataType> integrationSequenceGeneratorServiceData
protected IntegrationServiceObjectType integrationServiceReference
protected IntegrationTransactionLogConfigurationDataType integrationTransactionLogServiceData
protected String wid
Public Constructors
IntegrationServiceDataWWSType()
Public Methods
Boolean getEnabled()
Gets the value of the enabled property.
IntegrationAttachmentConfigurationDataType getIntegrationAttachmentServiceData()
Gets the value of the integrationAttachmentServiceData property.
IntegrationConnectorConfigurationDataType getIntegrationConnectorConfigurationData()
Gets the value of the integrationConnectorConfigurationData property.
IntegrationCustomObjectConfigurationDataType getIntegrationCustomObjectConfigurationData()
Gets the value of the integrationCustomObjectConfigurationData property.
IntegrationDataChangeConfigurationDataType getIntegrationDataChangeServiceData()
Gets the value of the integrationDataChangeServiceData property.
IntegrationDeliveryConfigurationDataType getIntegrationDeliveryConfigurationData()
Gets the value of the integrationDeliveryConfigurationData property.
IntegrationFieldAttributesConfigurationDataType getIntegrationFieldAttributesServiceData()
Gets the value of the integrationFieldAttributesServiceData property.
IntegrationFieldOverrideConfigurationDataType getIntegrationFieldOverrideServiceData()
Gets the value of the integrationFieldOverrideServiceData property.
IntegrationReportServiceConfigurationDataType getIntegrationReportServiceConfigurationData()
Gets the value of the integrationReportServiceConfigurationData property.
IntegrationRetrievalConfigurationDataType getIntegrationRetrievalConfigurationData()
Gets the value of the integrationRetrievalConfigurationData property.
List<IntegrationSequenceGeneratorConfigurationDataType> getIntegrationSequenceGeneratorServiceData()
Gets the value of the integrationSequenceGeneratorServiceData property.
IntegrationServiceObjectType getIntegrationServiceReference()
Gets the value of the integrationServiceReference property.
IntegrationTransactionLogConfigurationDataType getIntegrationTransactionLogServiceData()
Gets the value of the integrationTransactionLogServiceData property.
String getWID()
Gets the value of the wid property.
void setEnabled(Boolean value)
Sets the value of the enabled property.
void setIntegrationAttachmentServiceData(IntegrationAttachmentConfigurationDataType value)
Sets the value of the integrationAttachmentServiceData property.
void setIntegrationConnectorConfigurationData(IntegrationConnectorConfigurationDataType value)
Sets the value of the integrationConnectorConfigurationData property.
void setIntegrationCustomObjectConfigurationData(IntegrationCustomObjectConfigurationDataType value)
Sets the value of the integrationCustomObjectConfigurationData property.
void setIntegrationDataChangeServiceData(IntegrationDataChangeConfigurationDataType value)
Sets the value of the integrationDataChangeServiceData property.
void setIntegrationDeliveryConfigurationData(IntegrationDeliveryConfigurationDataType value)
Sets the value of the integrationDeliveryConfigurationData property.
void setIntegrationFieldAttributesServiceData(IntegrationFieldAttributesConfigurationDataType value)
Sets the value of the integrationFieldAttributesServiceData property.
void setIntegrationFieldOverrideServiceData(IntegrationFieldOverrideConfigurationDataType value)
Sets the value of the integrationFieldOverrideServiceData property.
void setIntegrationReportServiceConfigurationData(IntegrationReportServiceConfigurationDataType value)
Sets the value of the integrationReportServiceConfigurationData property.
void setIntegrationRetrievalConfigurationData(IntegrationRetrievalConfigurationDataType value)
Sets the value of the integrationRetrievalConfigurationData property.
void setIntegrationSequenceGeneratorServiceData(List<IntegrationSequenceGeneratorConfigurationDataType> integrationSequenceGeneratorServiceData)
Sets the value of the integrationSequenceGeneratorServiceData property.
void setIntegrationServiceReference(IntegrationServiceObjectType value)
Sets the value of the integrationServiceReference property.
void setIntegrationTransactionLogServiceData(IntegrationTransactionLogConfigurationDataType value)
Sets the value of the integrationTransactionLogServiceData property.
void setWID(String value)
Sets the value of the wid property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean enabled

protected IntegrationAttachmentConfigurationDataType integrationAttachmentServiceData

protected IntegrationConnectorConfigurationDataType integrationConnectorConfigurationData

protected IntegrationCustomObjectConfigurationDataType integrationCustomObjectConfigurationData

protected IntegrationDataChangeConfigurationDataType integrationDataChangeServiceData

protected IntegrationDeliveryConfigurationDataType integrationDeliveryConfigurationData

protected IntegrationFieldAttributesConfigurationDataType integrationFieldAttributesServiceData

protected IntegrationFieldOverrideConfigurationDataType integrationFieldOverrideServiceData

protected IntegrationReportServiceConfigurationDataType integrationReportServiceConfigurationData

protected IntegrationRetrievalConfigurationDataType integrationRetrievalConfigurationData

protected List<IntegrationSequenceGeneratorConfigurationDataType> integrationSequenceGeneratorServiceData

protected IntegrationServiceObjectType integrationServiceReference

protected IntegrationTransactionLogConfigurationDataType integrationTransactionLogServiceData

protected String wid

Public Constructors

public IntegrationServiceDataWWSType ()

Public Methods

public Boolean getEnabled ()

Gets the value of the enabled property. This getter has been renamed from isEnabled() to getEnabled() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public IntegrationAttachmentConfigurationDataType getIntegrationAttachmentServiceData ()

Gets the value of the integrationAttachmentServiceData property.

Returns

public IntegrationConnectorConfigurationDataType getIntegrationConnectorConfigurationData ()

Gets the value of the integrationConnectorConfigurationData property.

Returns

public IntegrationCustomObjectConfigurationDataType getIntegrationCustomObjectConfigurationData ()

Gets the value of the integrationCustomObjectConfigurationData property.

public IntegrationDataChangeConfigurationDataType getIntegrationDataChangeServiceData ()

Gets the value of the integrationDataChangeServiceData property.

Returns

public IntegrationDeliveryConfigurationDataType getIntegrationDeliveryConfigurationData ()

Gets the value of the integrationDeliveryConfigurationData property.

Returns

public IntegrationFieldAttributesConfigurationDataType getIntegrationFieldAttributesServiceData ()

Gets the value of the integrationFieldAttributesServiceData property.

public IntegrationFieldOverrideConfigurationDataType getIntegrationFieldOverrideServiceData ()

Gets the value of the integrationFieldOverrideServiceData property.

public IntegrationReportServiceConfigurationDataType getIntegrationReportServiceConfigurationData ()

Gets the value of the integrationReportServiceConfigurationData property.

public IntegrationRetrievalConfigurationDataType getIntegrationRetrievalConfigurationData ()

Gets the value of the integrationRetrievalConfigurationData property.

Returns

public List<IntegrationSequenceGeneratorConfigurationDataType> getIntegrationSequenceGeneratorServiceData ()

Gets the value of the integrationSequenceGeneratorServiceData 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 integrationSequenceGeneratorServiceData property.

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

    getIntegrationSequenceGeneratorServiceData().add(newItem);
 

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

public IntegrationServiceObjectType getIntegrationServiceReference ()

Gets the value of the integrationServiceReference property.

Returns

public IntegrationTransactionLogConfigurationDataType getIntegrationTransactionLogServiceData ()

Gets the value of the integrationTransactionLogServiceData property.

public String getWID ()

Gets the value of the wid property.

Returns
  • possible object is String

public void setEnabled (Boolean value)

Sets the value of the enabled property.

Parameters
value Allowed object is Boolean

public void setIntegrationAttachmentServiceData (IntegrationAttachmentConfigurationDataType value)

Sets the value of the integrationAttachmentServiceData property.

Parameters
value Allowed object is IntegrationAttachmentConfigurationDataType

public void setIntegrationConnectorConfigurationData (IntegrationConnectorConfigurationDataType value)

Sets the value of the integrationConnectorConfigurationData property.

Parameters
value Allowed object is IntegrationConnectorConfigurationDataType

public void setIntegrationCustomObjectConfigurationData (IntegrationCustomObjectConfigurationDataType value)

Sets the value of the integrationCustomObjectConfigurationData property.

Parameters
value Allowed object is IntegrationCustomObjectConfigurationDataType

public void setIntegrationDataChangeServiceData (IntegrationDataChangeConfigurationDataType value)

Sets the value of the integrationDataChangeServiceData property.

Parameters
value Allowed object is IntegrationDataChangeConfigurationDataType

public void setIntegrationDeliveryConfigurationData (IntegrationDeliveryConfigurationDataType value)

Sets the value of the integrationDeliveryConfigurationData property.

Parameters
value Allowed object is IntegrationDeliveryConfigurationDataType

public void setIntegrationFieldAttributesServiceData (IntegrationFieldAttributesConfigurationDataType value)

Sets the value of the integrationFieldAttributesServiceData property.

Parameters
value Allowed object is IntegrationFieldAttributesConfigurationDataType

public void setIntegrationFieldOverrideServiceData (IntegrationFieldOverrideConfigurationDataType value)

Sets the value of the integrationFieldOverrideServiceData property.

Parameters
value Allowed object is IntegrationFieldOverrideConfigurationDataType

public void setIntegrationReportServiceConfigurationData (IntegrationReportServiceConfigurationDataType value)

Sets the value of the integrationReportServiceConfigurationData property.

Parameters
value Allowed object is IntegrationReportServiceConfigurationDataType

public void setIntegrationRetrievalConfigurationData (IntegrationRetrievalConfigurationDataType value)

Sets the value of the integrationRetrievalConfigurationData property.

Parameters
value Allowed object is IntegrationRetrievalConfigurationDataType

public void setIntegrationSequenceGeneratorServiceData (List<IntegrationSequenceGeneratorConfigurationDataType> integrationSequenceGeneratorServiceData)

Sets the value of the integrationSequenceGeneratorServiceData property.

Parameters
integrationSequenceGeneratorServiceData Allowed object is IntegrationSequenceGeneratorConfigurationDataType

public void setIntegrationServiceReference (IntegrationServiceObjectType value)

Sets the value of the integrationServiceReference property.

Parameters
value Allowed object is IntegrationServiceObjectType

public void setIntegrationTransactionLogServiceData (IntegrationTransactionLogConfigurationDataType value)

Sets the value of the integrationTransactionLogServiceData property.

Parameters
value Allowed object is IntegrationTransactionLogConfigurationDataType

public void setWID (String value)

Sets the value of the wid property.

Parameters
value Allowed object is String