public class

IntegrationCustomObjectConfigurationDataType

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

Class Overview

Integration Custom Object Configuration Data

Java class for Integration_Custom_Object_Configuration_DataType complex type.

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

 <complexType name="Integration_Custom_Object_Configuration_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Custom_Object_Alias_Configuration_Data" type="{urn:com.workday/bsvc}Integration_Custom_Object_Alias_Configuration_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<IntegrationCustomObjectAliasConfigurationDataType> integrationCustomObjectAliasConfigurationData
Public Constructors
IntegrationCustomObjectConfigurationDataType()
Public Methods
List<IntegrationCustomObjectAliasConfigurationDataType> getIntegrationCustomObjectAliasConfigurationData()
Gets the value of the integrationCustomObjectAliasConfigurationData property.
void setIntegrationCustomObjectAliasConfigurationData(List<IntegrationCustomObjectAliasConfigurationDataType> integrationCustomObjectAliasConfigurationData)
Sets the value of the integrationCustomObjectAliasConfigurationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<IntegrationCustomObjectAliasConfigurationDataType> integrationCustomObjectAliasConfigurationData

Public Constructors

public IntegrationCustomObjectConfigurationDataType ()

Public Methods

public List<IntegrationCustomObjectAliasConfigurationDataType> getIntegrationCustomObjectAliasConfigurationData ()

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

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

    getIntegrationCustomObjectAliasConfigurationData().add(newItem);
 

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

public void setIntegrationCustomObjectAliasConfigurationData (List<IntegrationCustomObjectAliasConfigurationDataType> integrationCustomObjectAliasConfigurationData)

Sets the value of the integrationCustomObjectAliasConfigurationData property.

Parameters
integrationCustomObjectAliasConfigurationData Allowed object is IntegrationCustomObjectAliasConfigurationDataType