public class

IntegrationSystemDataWWSType

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

Class Overview

Element containing data for an Integration System, including Template reference, Attributes and Maps.

Java class for Integration_System_Data_WWSType complex type.

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

 <complexType name="Integration_System_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_System_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Integration_System_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Integration_Template_Reference" type="{urn:com.workday/bsvc}Integration_TemplateObjectType" minOccurs="0"/>
         <element name="Integration_Service_Data" type="{urn:com.workday/bsvc}Integration_Service_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Attributes_Data" type="{urn:com.workday/bsvc}Integration_Tool_Provider_Integration_Attribute_Values_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Maps_Data" type="{urn:com.workday/bsvc}Integration_Tool_Provider_Integration_Map_Values_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Custom_Attribute_Data" type="{urn:com.workday/bsvc}Integration_Attribute_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Custom_Map_Data" type="{urn:com.workday/bsvc}Integration_Map_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Custom_Launch_Parameter_Data" type="{urn:com.workday/bsvc}Launch_Parameter_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Integration_Notification_Data" type="{urn:com.workday/bsvc}Integration_Notification_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<IntegrationAttributeDataType> customAttributeData
protected List<LaunchParameterDataType> customLaunchParameterData
protected List<IntegrationMapDataType> customMapData
protected List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> integrationAttributesData
protected List<IntegrationToolProviderIntegrationMapValuesDataWWSType> integrationMapsData
protected List<IntegrationNotificationDataType> integrationNotificationData
protected List<IntegrationServiceDataWWSType> integrationServiceData
protected String integrationSystemID
protected String integrationSystemName
protected IntegrationTemplateObjectType integrationTemplateReference
Public Constructors
IntegrationSystemDataWWSType()
Public Methods
List<IntegrationAttributeDataType> getCustomAttributeData()
Gets the value of the customAttributeData property.
List<LaunchParameterDataType> getCustomLaunchParameterData()
Gets the value of the customLaunchParameterData property.
List<IntegrationMapDataType> getCustomMapData()
Gets the value of the customMapData property.
List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> getIntegrationAttributesData()
Gets the value of the integrationAttributesData property.
List<IntegrationToolProviderIntegrationMapValuesDataWWSType> getIntegrationMapsData()
Gets the value of the integrationMapsData property.
List<IntegrationNotificationDataType> getIntegrationNotificationData()
Gets the value of the integrationNotificationData property.
List<IntegrationServiceDataWWSType> getIntegrationServiceData()
Gets the value of the integrationServiceData property.
String getIntegrationSystemID()
Gets the value of the integrationSystemID property.
String getIntegrationSystemName()
Gets the value of the integrationSystemName property.
IntegrationTemplateObjectType getIntegrationTemplateReference()
Gets the value of the integrationTemplateReference property.
void setCustomAttributeData(List<IntegrationAttributeDataType> customAttributeData)
Sets the value of the customAttributeData property.
void setCustomLaunchParameterData(List<LaunchParameterDataType> customLaunchParameterData)
Sets the value of the customLaunchParameterData property.
void setCustomMapData(List<IntegrationMapDataType> customMapData)
Sets the value of the customMapData property.
void setIntegrationAttributesData(List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> integrationAttributesData)
Sets the value of the integrationAttributesData property.
void setIntegrationMapsData(List<IntegrationToolProviderIntegrationMapValuesDataWWSType> integrationMapsData)
Sets the value of the integrationMapsData property.
void setIntegrationNotificationData(List<IntegrationNotificationDataType> integrationNotificationData)
Sets the value of the integrationNotificationData property.
void setIntegrationServiceData(List<IntegrationServiceDataWWSType> integrationServiceData)
Sets the value of the integrationServiceData property.
void setIntegrationSystemID(String value)
Sets the value of the integrationSystemID property.
void setIntegrationSystemName(String value)
Sets the value of the integrationSystemName property.
void setIntegrationTemplateReference(IntegrationTemplateObjectType value)
Sets the value of the integrationTemplateReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<IntegrationAttributeDataType> customAttributeData

protected List<LaunchParameterDataType> customLaunchParameterData

protected List<IntegrationMapDataType> customMapData

protected List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> integrationAttributesData

protected List<IntegrationToolProviderIntegrationMapValuesDataWWSType> integrationMapsData

protected List<IntegrationNotificationDataType> integrationNotificationData

protected List<IntegrationServiceDataWWSType> integrationServiceData

protected String integrationSystemID

protected String integrationSystemName

protected IntegrationTemplateObjectType integrationTemplateReference

Public Constructors

public IntegrationSystemDataWWSType ()

Public Methods

public List<IntegrationAttributeDataType> getCustomAttributeData ()

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

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

    getCustomAttributeData().add(newItem);
 

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

public List<LaunchParameterDataType> getCustomLaunchParameterData ()

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

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

    getCustomLaunchParameterData().add(newItem);
 

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

public List<IntegrationMapDataType> getCustomMapData ()

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

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

    getCustomMapData().add(newItem);
 

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

public List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> getIntegrationAttributesData ()

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

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

    getIntegrationAttributesData().add(newItem);
 

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

public List<IntegrationToolProviderIntegrationMapValuesDataWWSType> getIntegrationMapsData ()

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

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

    getIntegrationMapsData().add(newItem);
 

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

public List<IntegrationNotificationDataType> getIntegrationNotificationData ()

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

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

    getIntegrationNotificationData().add(newItem);
 

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

public List<IntegrationServiceDataWWSType> getIntegrationServiceData ()

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

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

    getIntegrationServiceData().add(newItem);
 

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

public String getIntegrationSystemID ()

Gets the value of the integrationSystemID property.

Returns
  • possible object is String

public String getIntegrationSystemName ()

Gets the value of the integrationSystemName property.

Returns
  • possible object is String

public IntegrationTemplateObjectType getIntegrationTemplateReference ()

Gets the value of the integrationTemplateReference property.

Returns

public void setCustomAttributeData (List<IntegrationAttributeDataType> customAttributeData)

Sets the value of the customAttributeData property.

Parameters
customAttributeData Allowed object is IntegrationAttributeDataType

public void setCustomLaunchParameterData (List<LaunchParameterDataType> customLaunchParameterData)

Sets the value of the customLaunchParameterData property.

Parameters
customLaunchParameterData Allowed object is LaunchParameterDataType

public void setCustomMapData (List<IntegrationMapDataType> customMapData)

Sets the value of the customMapData property.

Parameters
customMapData Allowed object is IntegrationMapDataType

public void setIntegrationAttributesData (List<IntegrationToolProviderIntegrationAttributeValuesDataWWSType> integrationAttributesData)

Sets the value of the integrationAttributesData property.

Parameters
integrationAttributesData Allowed object is IntegrationToolProviderIntegrationAttributeValuesDataWWSType

public void setIntegrationMapsData (List<IntegrationToolProviderIntegrationMapValuesDataWWSType> integrationMapsData)

Sets the value of the integrationMapsData property.

Parameters
integrationMapsData Allowed object is IntegrationToolProviderIntegrationMapValuesDataWWSType

public void setIntegrationNotificationData (List<IntegrationNotificationDataType> integrationNotificationData)

Sets the value of the integrationNotificationData property.

Parameters
integrationNotificationData Allowed object is IntegrationNotificationDataType

public void setIntegrationServiceData (List<IntegrationServiceDataWWSType> integrationServiceData)

Sets the value of the integrationServiceData property.

Parameters
integrationServiceData Allowed object is IntegrationServiceDataWWSType

public void setIntegrationSystemID (String value)

Sets the value of the integrationSystemID property.

Parameters
value Allowed object is String

public void setIntegrationSystemName (String value)

Sets the value of the integrationSystemName property.

Parameters
value Allowed object is String

public void setIntegrationTemplateReference (IntegrationTemplateObjectType value)

Sets the value of the integrationTemplateReference property.

Parameters
value Allowed object is IntegrationTemplateObjectType