public class

IntegrationMapDataType

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

Class Overview

Container element for definitions of custom Integration Maps associated to this System

Java class for Integration_Map_DataType complex type.

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

 <complexType name="Integration_Map_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Order">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="Internal_Value_Data_Type_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
           <element name="Internal_Value_Data_Type_Integration_Enumeration_Reference" type="{urn:com.workday/bsvc}Integration_Enumeration_DefinitionObjectType"/>
         </choice>
         <element name="Internal_Value_Display_Option_Reference" type="{urn:com.workday/bsvc}Display_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <choice>
           <element name="External_Value_Data_Type_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
           <element name="External_Value_Data_Type_Integration_Enumeration_Reference" type="{urn:com.workday/bsvc}Integration_Enumeration_DefinitionObjectType"/>
         </choice>
         <element name="External_Value_Display_Option_Reference" type="{urn:com.workday/bsvc}Display_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String description
protected ExternalFieldObjectType externalValueDataTypeExternalFieldReference
protected IntegrationEnumerationDefinitionObjectType externalValueDataTypeIntegrationEnumerationReference
protected List<DisplayOptionObjectType> externalValueDisplayOptionReference
protected ExternalFieldObjectType internalValueDataTypeExternalFieldReference
protected IntegrationEnumerationDefinitionObjectType internalValueDataTypeIntegrationEnumerationReference
protected List<DisplayOptionObjectType> internalValueDisplayOptionReference
protected String name
protected String order
Public Constructors
IntegrationMapDataType()
Public Methods
String getDescription()
Gets the value of the description property.
ExternalFieldObjectType getExternalValueDataTypeExternalFieldReference()
Gets the value of the externalValueDataTypeExternalFieldReference property.
IntegrationEnumerationDefinitionObjectType getExternalValueDataTypeIntegrationEnumerationReference()
Gets the value of the externalValueDataTypeIntegrationEnumerationReference property.
List<DisplayOptionObjectType> getExternalValueDisplayOptionReference()
Gets the value of the externalValueDisplayOptionReference property.
ExternalFieldObjectType getInternalValueDataTypeExternalFieldReference()
Gets the value of the internalValueDataTypeExternalFieldReference property.
IntegrationEnumerationDefinitionObjectType getInternalValueDataTypeIntegrationEnumerationReference()
Gets the value of the internalValueDataTypeIntegrationEnumerationReference property.
List<DisplayOptionObjectType> getInternalValueDisplayOptionReference()
Gets the value of the internalValueDisplayOptionReference property.
String getName()
Gets the value of the name property.
String getOrder()
Gets the value of the order property.
void setDescription(String value)
Sets the value of the description property.
void setExternalValueDataTypeExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the externalValueDataTypeExternalFieldReference property.
void setExternalValueDataTypeIntegrationEnumerationReference(IntegrationEnumerationDefinitionObjectType value)
Sets the value of the externalValueDataTypeIntegrationEnumerationReference property.
void setExternalValueDisplayOptionReference(List<DisplayOptionObjectType> externalValueDisplayOptionReference)
Sets the value of the externalValueDisplayOptionReference property.
void setInternalValueDataTypeExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the internalValueDataTypeExternalFieldReference property.
void setInternalValueDataTypeIntegrationEnumerationReference(IntegrationEnumerationDefinitionObjectType value)
Sets the value of the internalValueDataTypeIntegrationEnumerationReference property.
void setInternalValueDisplayOptionReference(List<DisplayOptionObjectType> internalValueDisplayOptionReference)
Sets the value of the internalValueDisplayOptionReference property.
void setName(String value)
Sets the value of the name property.
void setOrder(String value)
Sets the value of the order property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String description

protected ExternalFieldObjectType externalValueDataTypeExternalFieldReference

protected IntegrationEnumerationDefinitionObjectType externalValueDataTypeIntegrationEnumerationReference

protected List<DisplayOptionObjectType> externalValueDisplayOptionReference

protected ExternalFieldObjectType internalValueDataTypeExternalFieldReference

protected IntegrationEnumerationDefinitionObjectType internalValueDataTypeIntegrationEnumerationReference

protected List<DisplayOptionObjectType> internalValueDisplayOptionReference

protected String name

protected String order

Public Constructors

public IntegrationMapDataType ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public ExternalFieldObjectType getExternalValueDataTypeExternalFieldReference ()

Gets the value of the externalValueDataTypeExternalFieldReference property.

Returns

public IntegrationEnumerationDefinitionObjectType getExternalValueDataTypeIntegrationEnumerationReference ()

Gets the value of the externalValueDataTypeIntegrationEnumerationReference property.

Returns

public List<DisplayOptionObjectType> getExternalValueDisplayOptionReference ()

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

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

    getExternalValueDisplayOptionReference().add(newItem);
 

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

public ExternalFieldObjectType getInternalValueDataTypeExternalFieldReference ()

Gets the value of the internalValueDataTypeExternalFieldReference property.

Returns

public IntegrationEnumerationDefinitionObjectType getInternalValueDataTypeIntegrationEnumerationReference ()

Gets the value of the internalValueDataTypeIntegrationEnumerationReference property.

Returns

public List<DisplayOptionObjectType> getInternalValueDisplayOptionReference ()

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

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

    getInternalValueDisplayOptionReference().add(newItem);
 

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

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getOrder ()

Gets the value of the order property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalValueDataTypeExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the externalValueDataTypeExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setExternalValueDataTypeIntegrationEnumerationReference (IntegrationEnumerationDefinitionObjectType value)

Sets the value of the externalValueDataTypeIntegrationEnumerationReference property.

Parameters
value Allowed object is IntegrationEnumerationDefinitionObjectType

public void setExternalValueDisplayOptionReference (List<DisplayOptionObjectType> externalValueDisplayOptionReference)

Sets the value of the externalValueDisplayOptionReference property.

Parameters
externalValueDisplayOptionReference Allowed object is DisplayOptionObjectType

public void setInternalValueDataTypeExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the internalValueDataTypeExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setInternalValueDataTypeIntegrationEnumerationReference (IntegrationEnumerationDefinitionObjectType value)

Sets the value of the internalValueDataTypeIntegrationEnumerationReference property.

Parameters
value Allowed object is IntegrationEnumerationDefinitionObjectType

public void setInternalValueDisplayOptionReference (List<DisplayOptionObjectType> internalValueDisplayOptionReference)

Sets the value of the internalValueDisplayOptionReference property.

Parameters
internalValueDisplayOptionReference Allowed object is DisplayOptionObjectType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOrder (String value)

Sets the value of the order property.

Parameters
value Allowed object is String