public class

IntegrationSystemResponseGroupType

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

Class Overview

The response groups allows for the amount of data contained within the response to be tailored to only included elements that the user is looking for. If no response group is provided in the request, then ONLY the payee references will be returned. If no response group is provided AND the Page and Count parameters within the Response Filter element are also omitted, then ALL of the payee references will be returned in your response (no paging is performed).

Java class for Integration_System_Response_GroupType complex type.

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

 <complexType name="Integration_System_Response_GroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Include_Reference" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Show_Values_For_All_Environments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeReference
protected Boolean showValuesForAllEnvironments
Public Constructors
IntegrationSystemResponseGroupType()
Public Methods
Boolean getIncludeReference()
Gets the value of the includeReference property.
Boolean getShowValuesForAllEnvironments()
Gets the value of the showValuesForAllEnvironments property.
void setIncludeReference(Boolean value)
Sets the value of the includeReference property.
void setShowValuesForAllEnvironments(Boolean value)
Sets the value of the showValuesForAllEnvironments property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeReference

protected Boolean showValuesForAllEnvironments

Public Constructors

public IntegrationSystemResponseGroupType ()

Public Methods

public Boolean getIncludeReference ()

Gets the value of the includeReference property. This getter has been renamed from isIncludeReference() to getIncludeReference() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getShowValuesForAllEnvironments ()

Gets the value of the showValuesForAllEnvironments property. This getter has been renamed from isShowValuesForAllEnvironments() to getShowValuesForAllEnvironments() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setIncludeReference (Boolean value)

Sets the value of the includeReference property.

Parameters
value Allowed object is Boolean

public void setShowValuesForAllEnvironments (Boolean value)

Sets the value of the showValuesForAllEnvironments property.

Parameters
value Allowed object is Boolean