| java.lang.Object | |
| ↳ | com.workday.hr.AcademicUnitHierarchyDataType |
Wrapper element for Academic Unit Hierarchy attributes and relationships.
Java class for Academic_Unit_Hierarchy_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Academic_Unit_Hierarchy_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Academic_Unit_Hierarchy_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Include_Code_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Leadership_Role_Incumbent_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Include_Subtype_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Type_Reference" type="{urn:com.workday/bsvc}Academic_Unit_SubtypeObjectType" minOccurs="0"/>
<element name="External_URL_Reference" type="{urn:com.workday/bsvc}External_URLObjectType" minOccurs="0"/>
<element name="Superior_Reference" type="{urn:com.workday/bsvc}Academic_Unit_HierarchyObjectType" minOccurs="0"/>
<element name="Subordinate_Reference" type="{urn:com.workday/bsvc}Academic_Unit_HierarchyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Academic_Unit_Reference" type="{urn:com.workday/bsvc}Academic_UnitObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| academicUnitHierarchyID | |||||||||||
| academicUnitReference | |||||||||||
| code | |||||||||||
| externalURLReference | |||||||||||
| inactive | |||||||||||
| includeCodeInName | |||||||||||
| includeLeadershipRoleIncumbentInName | |||||||||||
| includeSubtypeInName | |||||||||||
| name | |||||||||||
| subordinateReference | |||||||||||
| superiorReference | |||||||||||
| typeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the academicUnitHierarchyID property.
| |||||||||||
Gets the value of the academicUnitReference property.
| |||||||||||
Gets the value of the code property.
| |||||||||||
Gets the value of the externalURLReference property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the includeCodeInName property.
| |||||||||||
Gets the value of the includeLeadershipRoleIncumbentInName property.
| |||||||||||
Gets the value of the includeSubtypeInName property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the subordinateReference property.
| |||||||||||
Gets the value of the superiorReference property.
| |||||||||||
Gets the value of the typeReference property.
| |||||||||||
Sets the value of the academicUnitHierarchyID property.
| |||||||||||
Sets the value of the academicUnitReference property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the externalURLReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the includeCodeInName property.
| |||||||||||
Sets the value of the includeLeadershipRoleIncumbentInName property.
| |||||||||||
Sets the value of the includeSubtypeInName property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the subordinateReference property.
| |||||||||||
Sets the value of the superiorReference property.
| |||||||||||
Sets the value of the typeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the academicUnitHierarchyID property.
Gets the value of the academicUnitReference 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 academicUnitReference property.
For example, to add a new item, do as follows:
getAcademicUnitReference().add(newItem);
Objects of the following type(s) are allowed in the list
AcademicUnitObjectType
Gets the value of the code property.
Gets the value of the externalURLReference property.
ExternalURLObjectType
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the includeCodeInName property. This getter has been renamed from isIncludeCodeInName() to getIncludeCodeInName() by cxf-xjc-boolean plugin.
Gets the value of the includeLeadershipRoleIncumbentInName property. This getter has been renamed from isIncludeLeadershipRoleIncumbentInName() to getIncludeLeadershipRoleIncumbentInName() by cxf-xjc-boolean plugin.
Gets the value of the includeSubtypeInName property. This getter has been renamed from isIncludeSubtypeInName() to getIncludeSubtypeInName() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the subordinateReference 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 subordinateReference property.
For example, to add a new item, do as follows:
getSubordinateReference().add(newItem);
Objects of the following type(s) are allowed in the list
AcademicUnitHierarchyObjectType
Gets the value of the superiorReference property.
AcademicUnitHierarchyObjectType
Gets the value of the typeReference property.
AcademicUnitSubtypeObjectType
Sets the value of the academicUnitHierarchyID property.
| value | Allowed object is String |
|---|
Sets the value of the academicUnitReference property.
| academicUnitReference | Allowed object is
AcademicUnitObjectType
|
|---|
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the externalURLReference property.
| value | Allowed object is
ExternalURLObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeCodeInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeLeadershipRoleIncumbentInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeSubtypeInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the subordinateReference property.
| subordinateReference | Allowed object is
AcademicUnitHierarchyObjectType
|
|---|
Sets the value of the superiorReference property.
| value | Allowed object is
AcademicUnitHierarchyObjectType
|
|---|
Sets the value of the typeReference property.
| value | Allowed object is
AcademicUnitSubtypeObjectType
|
|---|