public class

OrganizationResponseGroupType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

Fields
protected Boolean includeHierarchyData
protected Boolean includeRolesData
protected Boolean includeStaffingRestrictionsData
protected Boolean includeSupervisoryData
Public Constructors
OrganizationResponseGroupType()
Public Methods
Boolean isIncludeHierarchyData()
Gets the value of the includeHierarchyData property.
Boolean isIncludeRolesData()
Gets the value of the includeRolesData property.
Boolean isIncludeStaffingRestrictionsData()
Gets the value of the includeStaffingRestrictionsData property.
Boolean isIncludeSupervisoryData()
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

Fields

protected Boolean includeHierarchyData

protected Boolean includeRolesData

protected Boolean includeStaffingRestrictionsData

protected Boolean includeSupervisoryData

Public Constructors

public OrganizationResponseGroupType ()

Public Methods

public Boolean isIncludeHierarchyData ()

Gets the value of the includeHierarchyData property.

Returns
  • possible object is Boolean

public Boolean isIncludeRolesData ()

Gets the value of the includeRolesData property.

Returns
  • possible object is Boolean

public Boolean isIncludeStaffingRestrictionsData ()

Gets the value of the includeStaffingRestrictionsData property.

Returns
  • possible object is Boolean

public Boolean isIncludeSupervisoryData ()

Gets the value of the includeSupervisoryData property.

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