public class

OrganizationHierarchyDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.OrganizationHierarchyDataType

Class Overview

Contains information regarding organizations just adjacent in the hierarchy.

Java class for Organization_Hierarchy_DataType complex type.

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

 <complexType name="Organization_Hierarchy_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Top-Level_Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
         <element name="Superior_Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
         <element name="Subordinate_Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Included_Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Included_In_Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<OrganizationObjectType> includedInOrganizationReference
protected List<OrganizationObjectType> includedOrganizationReference
protected List<OrganizationObjectType> subordinateOrganizationReference
protected OrganizationObjectType superiorOrganizationReference
protected OrganizationObjectType topLevelOrganizationReference
Public Constructors
OrganizationHierarchyDataType()
Public Methods
List<OrganizationObjectType> getIncludedInOrganizationReference()
Gets the value of the includedInOrganizationReference property.
List<OrganizationObjectType> getIncludedOrganizationReference()
Gets the value of the includedOrganizationReference property.
List<OrganizationObjectType> getSubordinateOrganizationReference()
Gets the value of the subordinateOrganizationReference property.
OrganizationObjectType getSuperiorOrganizationReference()
Gets the value of the superiorOrganizationReference property.
OrganizationObjectType getTopLevelOrganizationReference()
Gets the value of the topLevelOrganizationReference property.
void setIncludedInOrganizationReference(List<OrganizationObjectType> includedInOrganizationReference)
Sets the value of the includedInOrganizationReference property.
void setIncludedOrganizationReference(List<OrganizationObjectType> includedOrganizationReference)
Sets the value of the includedOrganizationReference property.
void setSubordinateOrganizationReference(List<OrganizationObjectType> subordinateOrganizationReference)
Sets the value of the subordinateOrganizationReference property.
void setSuperiorOrganizationReference(OrganizationObjectType value)
Sets the value of the superiorOrganizationReference property.
void setTopLevelOrganizationReference(OrganizationObjectType value)
Sets the value of the topLevelOrganizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<OrganizationObjectType> includedInOrganizationReference

protected List<OrganizationObjectType> includedOrganizationReference

protected List<OrganizationObjectType> subordinateOrganizationReference

protected OrganizationObjectType superiorOrganizationReference

protected OrganizationObjectType topLevelOrganizationReference

Public Constructors

public OrganizationHierarchyDataType ()

Public Methods

public List<OrganizationObjectType> getIncludedInOrganizationReference ()

Gets the value of the includedInOrganizationReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the includedInOrganizationReference property.

For example, to add a new item, do as follows:

    getIncludedInOrganizationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationObjectType

public List<OrganizationObjectType> getIncludedOrganizationReference ()

Gets the value of the includedOrganizationReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the includedOrganizationReference property.

For example, to add a new item, do as follows:

    getIncludedOrganizationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationObjectType

public List<OrganizationObjectType> getSubordinateOrganizationReference ()

Gets the value of the subordinateOrganizationReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subordinateOrganizationReference property.

For example, to add a new item, do as follows:

    getSubordinateOrganizationReference().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganizationObjectType

public OrganizationObjectType getSuperiorOrganizationReference ()

Gets the value of the superiorOrganizationReference property.

Returns

public OrganizationObjectType getTopLevelOrganizationReference ()

Gets the value of the topLevelOrganizationReference property.

Returns

public void setIncludedInOrganizationReference (List<OrganizationObjectType> includedInOrganizationReference)

Sets the value of the includedInOrganizationReference property.

Parameters
includedInOrganizationReference Allowed object is OrganizationObjectType

public void setIncludedOrganizationReference (List<OrganizationObjectType> includedOrganizationReference)

Sets the value of the includedOrganizationReference property.

Parameters
includedOrganizationReference Allowed object is OrganizationObjectType

public void setSubordinateOrganizationReference (List<OrganizationObjectType> subordinateOrganizationReference)

Sets the value of the subordinateOrganizationReference property.

Parameters
subordinateOrganizationReference Allowed object is OrganizationObjectType

public void setSuperiorOrganizationReference (OrganizationObjectType value)

Sets the value of the superiorOrganizationReference property.

Parameters
value Allowed object is OrganizationObjectType

public void setTopLevelOrganizationReference (OrganizationObjectType value)

Sets the value of the topLevelOrganizationReference property.

Parameters
value Allowed object is OrganizationObjectType