| java.lang.Object | |
| ↳ | com.workday.staffing.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="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<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="Gift_Reference" type="{urn:com.workday/bsvc}GiftObjectType" 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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfEffectiveDate | |||||||||||
| businessUnitReference | |||||||||||
| checkPositionBudgetSubProcess | |||||||||||
| fundReference | |||||||||||
| giftReference | |||||||||||
| grantReference | |||||||||||
| organizationReference | |||||||||||
| positionReference | |||||||||||
| programReference | |||||||||||
| requestBudgetApprovalSubProcess | |||||||||||
| workerReference | |||||||||||
| 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 giftReference 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.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the asOfEffectiveDate property.
| |||||||||||
Sets the value of the businessUnitReference property.
| |||||||||||
Sets the value of the checkPositionBudgetSubProcess property.
| |||||||||||
Sets the value of the fundReference property.
| |||||||||||
Sets the value of the giftReference property.
| |||||||||||
Sets the value of the grantReference property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the programReference property.
| |||||||||||
Sets the value of the requestBudgetApprovalSubProcess property.
| |||||||||||
Sets the value of the workerReference 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 giftReference 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 giftReference property.
For example, to add a new item, do as follows:
getGiftReference().add(newItem);
Objects of the following type(s) are allowed in the list
GiftObjectType
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
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the asOfEffectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the businessUnitReference property.
| businessUnitReference | Allowed object is
BusinessUnitObjectType
|
|---|
Sets the value of the checkPositionBudgetSubProcess property.
| value | Allowed object is
CheckPositionBudgetSubBusinessProcessType
|
|---|
Sets the value of the fundReference property.
| fundReference | Allowed object is
FundObjectType
|
|---|
Sets the value of the giftReference property.
| giftReference | Allowed object is
GiftObjectType
|
|---|
Sets the value of the grantReference property.
| grantReference | Allowed object is
GrantObjectType
|
|---|
Sets the value of the organizationReference property.
| organizationReference | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
StaffingInterfaceObjectType
|
|---|
Sets the value of the programReference property.
| programReference | Allowed object is
ProgramObjectType
|
|---|
Sets the value of the requestBudgetApprovalSubProcess property.
| value | Allowed object is
RequestBudgetApprovalSubBusinessProcessNonAutoType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|