public class

OrganizationResponseGroupType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.OrganizationResponseGroupType

Class Overview

The response group allows for the response data 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 following elements will be returned: Reference, Organization Data, Hierarchy Data and if a Supervisory Organization Type the Supervisory Data.

Java class for Organization_Response_GroupType complex type.

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

 <complexType name="Organization_Response_GroupType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Include_Roles_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Hierarchy_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Supervisory_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Staffing_Restrictions_Data" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean includeHierarchyData
protected Boolean includeRolesData
protected Boolean includeStaffingRestrictionsData
protected Boolean includeSupervisoryData
Public Constructors
OrganizationResponseGroupType()
Public Methods
Boolean getIncludeHierarchyData()
Gets the value of the includeHierarchyData property.
Boolean getIncludeRolesData()
Gets the value of the includeRolesData property.
Boolean getIncludeStaffingRestrictionsData()
Gets the value of the includeStaffingRestrictionsData property.
Boolean getIncludeSupervisoryData()
Gets the value of the includeSupervisoryData property.
void setIncludeHierarchyData(Boolean value)
Sets the value of the includeHierarchyData property.
void setIncludeRolesData(Boolean value)
Sets the value of the includeRolesData property.
void setIncludeStaffingRestrictionsData(Boolean value)
Sets the value of the includeStaffingRestrictionsData property.
void setIncludeSupervisoryData(Boolean value)
Sets the value of the includeSupervisoryData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean includeHierarchyData

protected Boolean includeRolesData

protected Boolean includeStaffingRestrictionsData

protected Boolean includeSupervisoryData

Public Constructors

public OrganizationResponseGroupType ()

Public Methods

public Boolean getIncludeHierarchyData ()

Gets the value of the includeHierarchyData property. This getter has been renamed from isIncludeHierarchyData() to getIncludeHierarchyData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeRolesData ()

Gets the value of the includeRolesData property. This getter has been renamed from isIncludeRolesData() to getIncludeRolesData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeStaffingRestrictionsData ()

Gets the value of the includeStaffingRestrictionsData property. This getter has been renamed from isIncludeStaffingRestrictionsData() to getIncludeStaffingRestrictionsData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeSupervisoryData ()

Gets the value of the includeSupervisoryData property. This getter has been renamed from isIncludeSupervisoryData() to getIncludeSupervisoryData() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setIncludeHierarchyData (Boolean value)

Sets the value of the includeHierarchyData property.

Parameters
value Allowed object is Boolean

public void setIncludeRolesData (Boolean value)

Sets the value of the includeRolesData property.

Parameters
value Allowed object is Boolean

public void setIncludeStaffingRestrictionsData (Boolean value)

Sets the value of the includeStaffingRestrictionsData property.

Parameters
value Allowed object is Boolean

public void setIncludeSupervisoryData (Boolean value)

Sets the value of the includeSupervisoryData property.

Parameters
value Allowed object is Boolean