| java.lang.Object | |
| ↳ | workday.com.bsvc.AssignOrganizationEventDataType |
Wrapper element for the Assign Organization web service.
Java class for Assign_Organization_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assign_Organization_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Staffing_InterfaceObjectType"/>
<element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Fund_Reference" type="{urn:com.workday/bsvc}FundObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Grant_Reference" type="{urn:com.workday/bsvc}GrantObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Program_Reference" type="{urn:com.workday/bsvc}ProgramObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Business_Unit_Reference" type="{urn:com.workday/bsvc}Business_UnitObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Request_Budget_Approval_Sub_Process" type="{urn:com.workday/bsvc}Request_Budget_Approval_Sub_Business_Process_non-autoType" minOccurs="0"/>
<element name="Check_Position_Budget_Sub_Process" type="{urn:com.workday/bsvc}Check_Position_Budget_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
<attribute name="As_Of_Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfEffectiveDate | |||||||||||
| businessUnitReference | |||||||||||
| checkPositionBudgetSubProcess | |||||||||||
| fundReference | |||||||||||
| grantReference | |||||||||||
| organizationReference | |||||||||||
| positionReference | |||||||||||
| programReference | |||||||||||
| requestBudgetApprovalSubProcess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfEffectiveDate property.
| |||||||||||
Gets the value of the businessUnitReference property.
| |||||||||||
Gets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Gets the value of the fundReference property.
| |||||||||||
Gets the value of the grantReference property.
| |||||||||||
Gets the value of the organizationReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the programReference property.
| |||||||||||
Gets the value of the requestBudgetApprovalSubProcess property.
| |||||||||||
Sets the value of the asOfEffectiveDate property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the requestBudgetApprovalSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the asOfEffectiveDate property.
Gets the value of the businessUnitReference 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 businessUnitReference property.
For example, to add a new item, do as follows:
getBusinessUnitReference().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessUnitObjectType
Gets the value of the checkPositionBudgetSubProcess property.
CheckPositionBudgetSubBusinessProcessType
Gets the value of the fundReference 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 fundReference property.
For example, to add a new item, do as follows:
getFundReference().add(newItem);
Objects of the following type(s) are allowed in the list
FundObjectType
Gets the value of the grantReference 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 grantReference property.
For example, to add a new item, do as follows:
getGrantReference().add(newItem);
Objects of the following type(s) are allowed in the list
GrantObjectType
Gets the value of the organizationReference 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 organizationReference property.
For example, to add a new item, do as follows:
getOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationObjectType
Gets the value of the positionReference property.
StaffingInterfaceObjectType
Gets the value of the programReference 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 programReference property.
For example, to add a new item, do as follows:
getProgramReference().add(newItem);
Objects of the following type(s) are allowed in the list
ProgramObjectType
Gets the value of the requestBudgetApprovalSubProcess property.
RequestBudgetApprovalSubBusinessProcessNonAutoType
Sets the value of the asOfEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
StaffingInterfaceObjectType
|
|---|
Sets the value of the requestBudgetApprovalSubProcess property.
| value | Allowed object is
RequestBudgetApprovalSubBusinessProcessNonAutoType
|
|---|