public class

IntegrationCustomObjectAliasConfigurationDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean captureMultipleValues
protected IntegrationDocumentFieldObjectType customObjectAliasReference
protected String customObjectRESTURL
protected UniqueIdentifierObjectType customObjectReference
protected String multipleCustomObjectRESTURL
Public Constructors
IntegrationCustomObjectAliasConfigurationDataType()
Public Methods
Boolean getCaptureMultipleValues()
Gets the value of the captureMultipleValues property.
IntegrationDocumentFieldObjectType getCustomObjectAliasReference()
Gets the value of the customObjectAliasReference property.
String getCustomObjectRESTURL()
Gets the value of the customObjectRESTURL property.
UniqueIdentifierObjectType getCustomObjectReference()
Gets the value of the customObjectReference property.
String getMultipleCustomObjectRESTURL()
Gets the value of the multipleCustomObjectRESTURL property.
void setCaptureMultipleValues(Boolean value)
Sets the value of the captureMultipleValues property.
void setCustomObjectAliasReference(IntegrationDocumentFieldObjectType value)
Sets the value of the customObjectAliasReference property.
void setCustomObjectRESTURL(String value)
Sets the value of the customObjectRESTURL property.
void setCustomObjectReference(UniqueIdentifierObjectType value)
Sets the value of the customObjectReference property.
void setMultipleCustomObjectRESTURL(String value)
Sets the value of the multipleCustomObjectRESTURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean captureMultipleValues

protected IntegrationDocumentFieldObjectType customObjectAliasReference

protected String customObjectRESTURL

protected UniqueIdentifierObjectType customObjectReference

protected String multipleCustomObjectRESTURL

Public Constructors

public IntegrationCustomObjectAliasConfigurationDataType ()

Public Methods

public Boolean getCaptureMultipleValues ()

Gets the value of the captureMultipleValues property. This getter has been renamed from isCaptureMultipleValues() to getCaptureMultipleValues() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public IntegrationDocumentFieldObjectType getCustomObjectAliasReference ()

Gets the value of the customObjectAliasReference property.

Returns

public String getCustomObjectRESTURL ()

Gets the value of the customObjectRESTURL property.

Returns
  • possible object is String

public UniqueIdentifierObjectType getCustomObjectReference ()

Gets the value of the customObjectReference property.

Returns

public String getMultipleCustomObjectRESTURL ()

Gets the value of the multipleCustomObjectRESTURL property.

Returns
  • possible object is String

public void setCaptureMultipleValues (Boolean value)

Sets the value of the captureMultipleValues property.

Parameters
value Allowed object is Boolean

public void setCustomObjectAliasReference (IntegrationDocumentFieldObjectType value)

Sets the value of the customObjectAliasReference property.

Parameters
value Allowed object is IntegrationDocumentFieldObjectType

public void setCustomObjectRESTURL (String value)

Sets the value of the customObjectRESTURL property.

Parameters
value Allowed object is String

public void setCustomObjectReference (UniqueIdentifierObjectType value)

Sets the value of the customObjectReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setMultipleCustomObjectRESTURL (String value)

Sets the value of the multipleCustomObjectRESTURL property.

Parameters
value Allowed object is String