| java.lang.Object | |
| ↳ | com.workday.recruiting.OrganizationHierarchyDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includedInOrganizationReference | |||||||||||
| includedOrganizationReference | |||||||||||
| subordinateOrganizationReference | |||||||||||
| superiorOrganizationReference | |||||||||||
| topLevelOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includedInOrganizationReference property.
| |||||||||||
Gets the value of the includedOrganizationReference property.
| |||||||||||
Gets the value of the subordinateOrganizationReference property.
| |||||||||||
Gets the value of the superiorOrganizationReference property.
| |||||||||||
Gets the value of the topLevelOrganizationReference property.
| |||||||||||
Sets the value of the includedInOrganizationReference property.
| |||||||||||
Sets the value of the includedOrganizationReference property.
| |||||||||||
Sets the value of the subordinateOrganizationReference property.
| |||||||||||
Sets the value of the superiorOrganizationReference property.
| |||||||||||
Sets the value of the topLevelOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
Gets the value of the superiorOrganizationReference property.
OrganizationObjectType
Gets the value of the topLevelOrganizationReference property.
OrganizationObjectType
Sets the value of the includedInOrganizationReference property.
| includedInOrganizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the includedOrganizationReference property.
| includedOrganizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the subordinateOrganizationReference property.
| subordinateOrganizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the superiorOrganizationReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the topLevelOrganizationReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|