public class

GetIntegrationSystemsCriteriaType

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

Class Overview

Criteria for filtering the Integration Systems that get returned in the response.

Java class for Get_Integration_Systems_CriteriaType complex type.

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

 <complexType name="Get_Integration_Systems_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Template_Reference" type="{urn:com.workday/bsvc}Integration_TemplateObjectType" minOccurs="0"/>
         <element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
         <element name="Cloud_Collection_Reference" type="{urn:com.workday/bsvc}Cloud_CollectionObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CloudCollectionObjectType cloudCollectionReference
protected IntegrationTemplateObjectType integrationTemplateReference
protected SystemUserObjectType workdayAccountReference
Public Constructors
GetIntegrationSystemsCriteriaType()
Public Methods
CloudCollectionObjectType getCloudCollectionReference()
Gets the value of the cloudCollectionReference property.
IntegrationTemplateObjectType getIntegrationTemplateReference()
Gets the value of the integrationTemplateReference property.
SystemUserObjectType getWorkdayAccountReference()
Gets the value of the workdayAccountReference property.
void setCloudCollectionReference(CloudCollectionObjectType value)
Sets the value of the cloudCollectionReference property.
void setIntegrationTemplateReference(IntegrationTemplateObjectType value)
Sets the value of the integrationTemplateReference property.
void setWorkdayAccountReference(SystemUserObjectType value)
Sets the value of the workdayAccountReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CloudCollectionObjectType cloudCollectionReference

protected IntegrationTemplateObjectType integrationTemplateReference

protected SystemUserObjectType workdayAccountReference

Public Constructors

public GetIntegrationSystemsCriteriaType ()

Public Methods

public CloudCollectionObjectType getCloudCollectionReference ()

Gets the value of the cloudCollectionReference property.

Returns

public IntegrationTemplateObjectType getIntegrationTemplateReference ()

Gets the value of the integrationTemplateReference property.

Returns

public SystemUserObjectType getWorkdayAccountReference ()

Gets the value of the workdayAccountReference property.

Returns

public void setCloudCollectionReference (CloudCollectionObjectType value)

Sets the value of the cloudCollectionReference property.

Parameters
value Allowed object is CloudCollectionObjectType

public void setIntegrationTemplateReference (IntegrationTemplateObjectType value)

Sets the value of the integrationTemplateReference property.

Parameters
value Allowed object is IntegrationTemplateObjectType

public void setWorkdayAccountReference (SystemUserObjectType value)

Sets the value of the workdayAccountReference property.

Parameters
value Allowed object is SystemUserObjectType