public class

IntegrationMapValueDataWWSType

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

Class Overview

Container element for each row of data within an Integration Map value.

Java class for Integration_Map_Value_Data_WWSType complex type.

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

 <complexType name="Integration_Map_Value_Data_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Internal_Value_Data" type="{urn:com.workday/bsvc}Integration_Abstract_Value_DataType" minOccurs="0"/>
         <element name="External_Value_Data" type="{urn:com.workday/bsvc}Copy_of_Integration_Abstract_Value_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CopyOfIntegrationAbstractValueDataType externalValueData
protected IntegrationAbstractValueDataType internalValueData
Public Constructors
IntegrationMapValueDataWWSType()
Public Methods
CopyOfIntegrationAbstractValueDataType getExternalValueData()
Gets the value of the externalValueData property.
IntegrationAbstractValueDataType getInternalValueData()
Gets the value of the internalValueData property.
void setExternalValueData(CopyOfIntegrationAbstractValueDataType value)
Sets the value of the externalValueData property.
void setInternalValueData(IntegrationAbstractValueDataType value)
Sets the value of the internalValueData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CopyOfIntegrationAbstractValueDataType externalValueData

protected IntegrationAbstractValueDataType internalValueData

Public Constructors

public IntegrationMapValueDataWWSType ()

Public Methods

public CopyOfIntegrationAbstractValueDataType getExternalValueData ()

Gets the value of the externalValueData property.

Returns

public IntegrationAbstractValueDataType getInternalValueData ()

Gets the value of the internalValueData property.

Returns

public void setExternalValueData (CopyOfIntegrationAbstractValueDataType value)

Sets the value of the externalValueData property.

Parameters
value Allowed object is CopyOfIntegrationAbstractValueDataType

public void setInternalValueData (IntegrationAbstractValueDataType value)

Sets the value of the internalValueData property.

Parameters
value Allowed object is IntegrationAbstractValueDataType