public class

IntegrationAttributeDataType

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

Class Overview

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

Java class for Integration_Attribute_DataType complex type.

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

 <complexType name="Integration_Attribute_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="Data_Type_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
           <element name="Data_Type_Enumeration_Definition_Reference" type="{urn:com.workday/bsvc}Integration_Enumeration_DefinitionObjectType"/>
         </choice>
         <element name="Multi-Select" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Display_Option_Reference" type="{urn:com.workday/bsvc}Display_OptionObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationEnumerationDefinitionObjectType dataTypeEnumerationDefinitionReference
protected ExternalFieldObjectType dataTypeExternalFieldReference
protected String description
protected List<DisplayOptionObjectType> displayOptionReference
protected Boolean multiSelect
protected String name
protected String order
Public Constructors
IntegrationAttributeDataType()
Public Methods
IntegrationEnumerationDefinitionObjectType getDataTypeEnumerationDefinitionReference()
Gets the value of the dataTypeEnumerationDefinitionReference property.
ExternalFieldObjectType getDataTypeExternalFieldReference()
Gets the value of the dataTypeExternalFieldReference property.
String getDescription()
Gets the value of the description property.
List<DisplayOptionObjectType> getDisplayOptionReference()
Gets the value of the displayOptionReference property.
Boolean getMultiSelect()
Gets the value of the multiSelect property.
String getName()
Gets the value of the name property.
String getOrder()
Gets the value of the order property.
void setDataTypeEnumerationDefinitionReference(IntegrationEnumerationDefinitionObjectType value)
Sets the value of the dataTypeEnumerationDefinitionReference property.
void setDataTypeExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the dataTypeExternalFieldReference property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayOptionReference(List<DisplayOptionObjectType> displayOptionReference)
Sets the value of the displayOptionReference property.
void setMultiSelect(Boolean value)
Sets the value of the multiSelect 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 IntegrationEnumerationDefinitionObjectType dataTypeEnumerationDefinitionReference

protected ExternalFieldObjectType dataTypeExternalFieldReference

protected String description

protected List<DisplayOptionObjectType> displayOptionReference

protected Boolean multiSelect

protected String name

protected String order

Public Constructors

public IntegrationAttributeDataType ()

Public Methods

public IntegrationEnumerationDefinitionObjectType getDataTypeEnumerationDefinitionReference ()

Gets the value of the dataTypeEnumerationDefinitionReference property.

Returns

public ExternalFieldObjectType getDataTypeExternalFieldReference ()

Gets the value of the dataTypeExternalFieldReference property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public List<DisplayOptionObjectType> getDisplayOptionReference ()

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

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

    getDisplayOptionReference().add(newItem);
 

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

public Boolean getMultiSelect ()

Gets the value of the multiSelect property. This getter has been renamed from isMultiSelect() to getMultiSelect() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 setDataTypeEnumerationDefinitionReference (IntegrationEnumerationDefinitionObjectType value)

Sets the value of the dataTypeEnumerationDefinitionReference property.

Parameters
value Allowed object is IntegrationEnumerationDefinitionObjectType

public void setDataTypeExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the dataTypeExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayOptionReference (List<DisplayOptionObjectType> displayOptionReference)

Sets the value of the displayOptionReference property.

Parameters
displayOptionReference Allowed object is DisplayOptionObjectType

public void setMultiSelect (Boolean value)

Sets the value of the multiSelect property.

Parameters
value Allowed object is Boolean

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