public class

IntegrationToolProviderIntegrationMapValuesDataWWSType

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

Class Overview

Container element for all the Integration Maps associated with a specific Attributable instance (e.g. Integration Template, Integration Service).

Java class for Integration_Tool_Provider_Integration_Map_Values_Data_WWSType complex type.

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

 <complexType name="Integration_Tool_Provider_Integration_Map_Values_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Map_Provider_Reference" type="{urn:com.workday/bsvc}External_Instance_ObjectType" minOccurs="0"/>
         <element name="Integration_Map_Data" type="{urn:com.workday/bsvc}Integration_Map_Integration_Map_Value_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<IntegrationMapIntegrationMapValueDataWWSType> integrationMapData
protected ExternalInstanceObjectType integrationMapProviderReference
Public Constructors
IntegrationToolProviderIntegrationMapValuesDataWWSType()
Public Methods
List<IntegrationMapIntegrationMapValueDataWWSType> getIntegrationMapData()
Gets the value of the integrationMapData property.
ExternalInstanceObjectType getIntegrationMapProviderReference()
Gets the value of the integrationMapProviderReference property.
void setIntegrationMapData(List<IntegrationMapIntegrationMapValueDataWWSType> integrationMapData)
Sets the value of the integrationMapData property.
void setIntegrationMapProviderReference(ExternalInstanceObjectType value)
Sets the value of the integrationMapProviderReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<IntegrationMapIntegrationMapValueDataWWSType> integrationMapData

protected ExternalInstanceObjectType integrationMapProviderReference

Public Constructors

public IntegrationToolProviderIntegrationMapValuesDataWWSType ()

Public Methods

public List<IntegrationMapIntegrationMapValueDataWWSType> getIntegrationMapData ()

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

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

    getIntegrationMapData().add(newItem);
 

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

public ExternalInstanceObjectType getIntegrationMapProviderReference ()

Gets the value of the integrationMapProviderReference property.

Returns

public void setIntegrationMapData (List<IntegrationMapIntegrationMapValueDataWWSType> integrationMapData)

Sets the value of the integrationMapData property.

Parameters
integrationMapData Allowed object is IntegrationMapIntegrationMapValueDataWWSType

public void setIntegrationMapProviderReference (ExternalInstanceObjectType value)

Sets the value of the integrationMapProviderReference property.

Parameters
value Allowed object is ExternalInstanceObjectType