public class

IntegrationMapIntegrationMapValueDataWWSType

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

Class Overview

Container element for Integration Map value.

Java class for Integration_Map_Integration_Map_Value_Data_WWSType complex type.

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

 <complexType name="Integration_Map_Integration_Map_Value_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Map_Reference" type="{urn:com.workday/bsvc}External_Instance_ObjectType" minOccurs="0"/>
         <element name="Integration_Map_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Default_Value_Data" type="{urn:com.workday/bsvc}Integration_Abstract_Value_DataType" minOccurs="0"/>
         <element name="Integration_Map_Value_Data" type="{urn:com.workday/bsvc}Integration_Map_Value_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationAbstractValueDataType defaultValueData
protected String integrationMapName
protected ExternalInstanceObjectType integrationMapReference
protected List<IntegrationMapValueDataWWSType> integrationMapValueData
Public Constructors
IntegrationMapIntegrationMapValueDataWWSType()
Public Methods
IntegrationAbstractValueDataType getDefaultValueData()
Gets the value of the defaultValueData property.
String getIntegrationMapName()
Gets the value of the integrationMapName property.
ExternalInstanceObjectType getIntegrationMapReference()
Gets the value of the integrationMapReference property.
List<IntegrationMapValueDataWWSType> getIntegrationMapValueData()
Gets the value of the integrationMapValueData property.
void setDefaultValueData(IntegrationAbstractValueDataType value)
Sets the value of the defaultValueData property.
void setIntegrationMapName(String value)
Sets the value of the integrationMapName property.
void setIntegrationMapReference(ExternalInstanceObjectType value)
Sets the value of the integrationMapReference property.
void setIntegrationMapValueData(List<IntegrationMapValueDataWWSType> integrationMapValueData)
Sets the value of the integrationMapValueData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationAbstractValueDataType defaultValueData

protected String integrationMapName

protected ExternalInstanceObjectType integrationMapReference

protected List<IntegrationMapValueDataWWSType> integrationMapValueData

Public Constructors

public IntegrationMapIntegrationMapValueDataWWSType ()

Public Methods

public IntegrationAbstractValueDataType getDefaultValueData ()

Gets the value of the defaultValueData property.

Returns

public String getIntegrationMapName ()

Gets the value of the integrationMapName property.

Returns
  • possible object is String

public ExternalInstanceObjectType getIntegrationMapReference ()

Gets the value of the integrationMapReference property.

Returns

public List<IntegrationMapValueDataWWSType> getIntegrationMapValueData ()

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

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

    getIntegrationMapValueData().add(newItem);
 

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

public void setDefaultValueData (IntegrationAbstractValueDataType value)

Sets the value of the defaultValueData property.

Parameters
value Allowed object is IntegrationAbstractValueDataType

public void setIntegrationMapName (String value)

Sets the value of the integrationMapName property.

Parameters
value Allowed object is String

public void setIntegrationMapReference (ExternalInstanceObjectType value)

Sets the value of the integrationMapReference property.

Parameters
value Allowed object is ExternalInstanceObjectType

public void setIntegrationMapValueData (List<IntegrationMapValueDataWWSType> integrationMapValueData)

Sets the value of the integrationMapValueData property.

Parameters
integrationMapValueData Allowed object is IntegrationMapValueDataWWSType