| java.lang.Object | |
| ↳ | workday.com.bsvc.EditAssignPositionOrganizationSubBusinessProcessType |
Wrapper element for the Assign Organizations to Position sub business process. If this element is submitted (Auto or Manual) as part of a Staffing event and the Position_Organization_Assignment wrapper is not submitted, then the position's organization assignments will default from the supervisory organization.
Java class for Edit_Assign_Position_Organization_Sub_Business_ProcessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Assign_Position_Organization_Sub_Business_ProcessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business_Sub_Process_Parameters" type="{urn:com.workday/bsvc}Business_Sub_Process_ParametersType" minOccurs="0"/>
<element name="Position_Organization_Assignments_Data" type="{urn:com.workday/bsvc}Assign_Position_Organization_Event_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessSubProcessParameters | |||||||||||
| positionOrganizationAssignmentsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessSubProcessParameters property.
| |||||||||||
Gets the value of the positionOrganizationAssignmentsData property.
| |||||||||||
Sets the value of the businessSubProcessParameters property.
| |||||||||||
Sets the value of the positionOrganizationAssignmentsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessSubProcessParameters property.
BusinessSubProcessParametersType
Gets the value of the positionOrganizationAssignmentsData property.
AssignPositionOrganizationEventDataType
Sets the value of the businessSubProcessParameters property.
| value | Allowed object is
BusinessSubProcessParametersType
|
|---|
Sets the value of the positionOrganizationAssignmentsData property.
| value | Allowed object is
AssignPositionOrganizationEventDataType
|
|---|

