public class

IntegrationNotificationIntegrationConditionDataType

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

Class Overview

Element containing the conditions to be evaluated for a Notification

Java class for Integration_Notification_Integration_Condition_DataType complex type.

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

 <complexType name="Integration_Notification_Integration_Condition_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Condition_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ConditionRuleObjectType conditionRuleReference
Public Constructors
IntegrationNotificationIntegrationConditionDataType()
Public Methods
ConditionRuleObjectType getConditionRuleReference()
Gets the value of the conditionRuleReference property.
void setConditionRuleReference(ConditionRuleObjectType value)
Sets the value of the conditionRuleReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ConditionRuleObjectType conditionRuleReference

Public Constructors

public IntegrationNotificationIntegrationConditionDataType ()

Public Methods

public ConditionRuleObjectType getConditionRuleReference ()

Gets the value of the conditionRuleReference property.

Returns

public void setConditionRuleReference (ConditionRuleObjectType value)

Sets the value of the conditionRuleReference property.

Parameters
value Allowed object is ConditionRuleObjectType