| java.lang.Object | |
| ↳ | com.workday.staffing.EditPositionRestrictionsDataType |
Wrapper element for the editing of a position restriction.
Java class for Edit_Position_Restrictions_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Edit_Position_Restrictions_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType"/>
<element name="Edit_Position_Restriction_Event_Data" type="{urn:com.workday/bsvc}Edit_Position_Restriction_Event_DataType" minOccurs="0"/>
<element name="Edit_Assign_Organization_Sub_Process" type="{urn:com.workday/bsvc}Edit_Assign_Position_Organization_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Request_Default_Compensation_Sub_Process" type="{urn:com.workday/bsvc}Request_Compensation_Default_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Request_Budget_Approval_Sub_Process" type="{urn:com.workday/bsvc}Request_Budget_Approval_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Assign_Pay_Group_Sub_Process" type="{urn:com.workday/bsvc}Assign_Pay_Group_for_Position_Restrictions_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignPayGroupSubProcess property.
AssignPayGroupForPositionRestrictionsSubBusinessProcessType
Gets the value of the editAssignOrganizationSubProcess property.
EditAssignPositionOrganizationSubBusinessProcessType
Gets the value of the editPositionRestrictionEventData property.
EditPositionRestrictionEventDataType
Gets the value of the positionReference property.
PositionRestrictionsObjectType
Gets the value of the requestBudgetApprovalSubProcess property.
RequestBudgetApprovalSubBusinessProcessType
Gets the value of the requestDefaultCompensationSubProcess property.
RequestCompensationDefaultSubBusinessProcessType
Sets the value of the assignPayGroupSubProcess property.
| value | Allowed object is
AssignPayGroupForPositionRestrictionsSubBusinessProcessType
|
|---|
Sets the value of the editAssignOrganizationSubProcess property.
| value | Allowed object is
EditAssignPositionOrganizationSubBusinessProcessType
|
|---|
Sets the value of the editPositionRestrictionEventData property.
| value | Allowed object is
EditPositionRestrictionEventDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionRestrictionsObjectType
|
|---|
Sets the value of the requestBudgetApprovalSubProcess property.
| value | Allowed object is
RequestBudgetApprovalSubBusinessProcessType
|
|---|
Sets the value of the requestDefaultCompensationSubProcess property.
| value | Allowed object is
RequestCompensationDefaultSubBusinessProcessType
|
|---|