| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationMapDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| externalValueDataTypeExternalFieldReference | |||||||||||
| externalValueDataTypeIntegrationEnumerationReference | |||||||||||
| externalValueDisplayOptionReference | |||||||||||
| internalValueDataTypeExternalFieldReference | |||||||||||
| internalValueDataTypeIntegrationEnumerationReference | |||||||||||
| internalValueDisplayOptionReference | |||||||||||
| name | |||||||||||
| order | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the externalValueDataTypeExternalFieldReference property.
| |||||||||||
Gets the value of the externalValueDataTypeIntegrationEnumerationReference property.
| |||||||||||
Gets the value of the externalValueDisplayOptionReference property.
| |||||||||||
Gets the value of the internalValueDataTypeExternalFieldReference property.
| |||||||||||
Gets the value of the internalValueDataTypeIntegrationEnumerationReference property.
| |||||||||||
Gets the value of the internalValueDisplayOptionReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalValueDataTypeExternalFieldReference property.
| |||||||||||
Sets the value of the externalValueDataTypeIntegrationEnumerationReference property.
| |||||||||||
Sets the value of the externalValueDisplayOptionReference property.
| |||||||||||
Sets the value of the internalValueDataTypeExternalFieldReference property.
| |||||||||||
Sets the value of the internalValueDataTypeIntegrationEnumerationReference property.
| |||||||||||
Sets the value of the internalValueDisplayOptionReference 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 description property.
Gets the value of the externalValueDataTypeExternalFieldReference property.
ExternalFieldObjectType
Gets the value of the externalValueDataTypeIntegrationEnumerationReference property.
IntegrationEnumerationDefinitionObjectType
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
Gets the value of the internalValueDataTypeExternalFieldReference property.
ExternalFieldObjectType
Gets the value of the internalValueDataTypeIntegrationEnumerationReference property.
IntegrationEnumerationDefinitionObjectType
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
Gets the value of the name property.
Gets the value of the order property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the externalValueDataTypeExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the externalValueDataTypeIntegrationEnumerationReference property.
| value | Allowed object is
IntegrationEnumerationDefinitionObjectType
|
|---|
Sets the value of the externalValueDisplayOptionReference property.
| externalValueDisplayOptionReference | Allowed object is
DisplayOptionObjectType
|
|---|
Sets the value of the internalValueDataTypeExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the internalValueDataTypeIntegrationEnumerationReference property.
| value | Allowed object is
IntegrationEnumerationDefinitionObjectType
|
|---|
Sets the value of the internalValueDisplayOptionReference property.
| internalValueDisplayOptionReference | Allowed object is
DisplayOptionObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|