public class

IntegrationToolProviderIntegrationAttributeValuesDataWWSType

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

Class Overview

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

Java class for Integration_Tool_Provider_Integration_Attribute_Values_Data_WWSType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<IntegrationAttributeIntegrationAttributeValueDataWWSType> integrationAttributeData
protected ExternalInstanceObjectType integrationAttributeProviderReference
Public Constructors
IntegrationToolProviderIntegrationAttributeValuesDataWWSType()
Public Methods
List<IntegrationAttributeIntegrationAttributeValueDataWWSType> getIntegrationAttributeData()
Gets the value of the integrationAttributeData property.
ExternalInstanceObjectType getIntegrationAttributeProviderReference()
Gets the value of the integrationAttributeProviderReference property.
void setIntegrationAttributeData(List<IntegrationAttributeIntegrationAttributeValueDataWWSType> integrationAttributeData)
Sets the value of the integrationAttributeData property.
void setIntegrationAttributeProviderReference(ExternalInstanceObjectType value)
Sets the value of the integrationAttributeProviderReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<IntegrationAttributeIntegrationAttributeValueDataWWSType> integrationAttributeData

protected ExternalInstanceObjectType integrationAttributeProviderReference

Public Constructors

public IntegrationToolProviderIntegrationAttributeValuesDataWWSType ()

Public Methods

public List<IntegrationAttributeIntegrationAttributeValueDataWWSType> getIntegrationAttributeData ()

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

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

    getIntegrationAttributeData().add(newItem);
 

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

public ExternalInstanceObjectType getIntegrationAttributeProviderReference ()

Gets the value of the integrationAttributeProviderReference property.

Returns

public void setIntegrationAttributeData (List<IntegrationAttributeIntegrationAttributeValueDataWWSType> integrationAttributeData)

Sets the value of the integrationAttributeData property.

Parameters
integrationAttributeData Allowed object is IntegrationAttributeIntegrationAttributeValueDataWWSType

public void setIntegrationAttributeProviderReference (ExternalInstanceObjectType value)

Sets the value of the integrationAttributeProviderReference property.

Parameters
value Allowed object is ExternalInstanceObjectType