| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationCustomObjectAliasConfigurationDataType |
Integration Custom Object Field Configuration Data
Java class for Integration_Custom_Object_Alias_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Custom_Object_Alias_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Custom_Object_Alias_Reference" type="{urn:com.workday/bsvc}Integration_Document_FieldObjectType"/>
<element name="Custom_Object_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Capture_Multiple_Values" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Custom_Object_REST_URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Multiple_Custom_Object_REST_URL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| captureMultipleValues | |||||||||||
| customObjectAliasReference | |||||||||||
| customObjectRESTURL | |||||||||||
| customObjectReference | |||||||||||
| multipleCustomObjectRESTURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the captureMultipleValues property.
| |||||||||||
Gets the value of the customObjectAliasReference property.
| |||||||||||
Gets the value of the customObjectRESTURL property.
| |||||||||||
Gets the value of the customObjectReference property.
| |||||||||||
Gets the value of the multipleCustomObjectRESTURL property.
| |||||||||||
Sets the value of the captureMultipleValues property.
| |||||||||||
Sets the value of the customObjectAliasReference property.
| |||||||||||
Sets the value of the customObjectRESTURL property.
| |||||||||||
Sets the value of the customObjectReference property.
| |||||||||||
Sets the value of the multipleCustomObjectRESTURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the captureMultipleValues property. This getter has been renamed from isCaptureMultipleValues() to getCaptureMultipleValues() by cxf-xjc-boolean plugin.
Gets the value of the customObjectAliasReference property.
IntegrationDocumentFieldObjectType
Gets the value of the customObjectRESTURL property.
Gets the value of the customObjectReference property.
UniqueIdentifierObjectType
Gets the value of the multipleCustomObjectRESTURL property.
Sets the value of the captureMultipleValues property.
| value | Allowed object is Boolean |
|---|
Sets the value of the customObjectAliasReference property.
| value | Allowed object is
IntegrationDocumentFieldObjectType
|
|---|
Sets the value of the customObjectRESTURL property.
| value | Allowed object is String |
|---|
Sets the value of the customObjectReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the multipleCustomObjectRESTURL property.
| value | Allowed object is String |
|---|