| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationAttributeDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataTypeEnumerationDefinitionReference | |||||||||||
| dataTypeExternalFieldReference | |||||||||||
| description | |||||||||||
| displayOptionReference | |||||||||||
| multiSelect | |||||||||||
| name | |||||||||||
| order | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dataTypeEnumerationDefinitionReference property.
| |||||||||||
Gets the value of the dataTypeExternalFieldReference property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the displayOptionReference property.
| |||||||||||
Gets the value of the multiSelect property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Sets the value of the dataTypeEnumerationDefinitionReference property.
| |||||||||||
Sets the value of the dataTypeExternalFieldReference property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayOptionReference property.
| |||||||||||
Sets the value of the multiSelect property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dataTypeEnumerationDefinitionReference property.
IntegrationEnumerationDefinitionObjectType
Gets the value of the dataTypeExternalFieldReference property.
ExternalFieldObjectType
Gets the value of the description property.
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
Gets the value of the multiSelect property. This getter has been renamed from isMultiSelect() to getMultiSelect() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the order property.
Sets the value of the dataTypeEnumerationDefinitionReference property.
| value | Allowed object is
IntegrationEnumerationDefinitionObjectType
|
|---|
Sets the value of the dataTypeExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the displayOptionReference property.
| displayOptionReference | Allowed object is
DisplayOptionObjectType
|
|---|
Sets the value of the multiSelect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|