public class

IntegrationAttributeIntegrationAttributeValueDataWWSType

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

Class Overview

Contains Integration Attributes Name and Values associated to above Attributable instance.

Java class for Integration_Attribute_Integration_Attribute_Value_Data_WWSType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String integrationAttributeName
protected ExternalInstanceObjectType integrationAttributeReference
protected List<IntegrationAttributeValueDataWWSType> integrationAttributeValueData
Public Constructors
IntegrationAttributeIntegrationAttributeValueDataWWSType()
Public Methods
String getIntegrationAttributeName()
Gets the value of the integrationAttributeName property.
ExternalInstanceObjectType getIntegrationAttributeReference()
Gets the value of the integrationAttributeReference property.
List<IntegrationAttributeValueDataWWSType> getIntegrationAttributeValueData()
Gets the value of the integrationAttributeValueData property.
void setIntegrationAttributeName(String value)
Sets the value of the integrationAttributeName property.
void setIntegrationAttributeReference(ExternalInstanceObjectType value)
Sets the value of the integrationAttributeReference property.
void setIntegrationAttributeValueData(List<IntegrationAttributeValueDataWWSType> integrationAttributeValueData)
Sets the value of the integrationAttributeValueData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String integrationAttributeName

protected ExternalInstanceObjectType integrationAttributeReference

protected List<IntegrationAttributeValueDataWWSType> integrationAttributeValueData

Public Constructors

public IntegrationAttributeIntegrationAttributeValueDataWWSType ()

Public Methods

public String getIntegrationAttributeName ()

Gets the value of the integrationAttributeName property.

Returns
  • possible object is String

public ExternalInstanceObjectType getIntegrationAttributeReference ()

Gets the value of the integrationAttributeReference property.

Returns

public List<IntegrationAttributeValueDataWWSType> getIntegrationAttributeValueData ()

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

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

    getIntegrationAttributeValueData().add(newItem);
 

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

public void setIntegrationAttributeName (String value)

Sets the value of the integrationAttributeName property.

Parameters
value Allowed object is String

public void setIntegrationAttributeReference (ExternalInstanceObjectType value)

Sets the value of the integrationAttributeReference property.

Parameters
value Allowed object is ExternalInstanceObjectType

public void setIntegrationAttributeValueData (List<IntegrationAttributeValueDataWWSType> integrationAttributeValueData)

Sets the value of the integrationAttributeValueData property.

Parameters
integrationAttributeValueData Allowed object is IntegrationAttributeValueDataWWSType