| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationAssignmentsDataType |
Wrapper element for the default organization assignments for this organization.
Java class for Organization_Assignments_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Assignments_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_TypeObjectType"/>
<element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationReference | |||||||||||
| organizationTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationReference property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
Sets the value of the organizationTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationReference property.
OrganizationObjectType
Gets the value of the organizationTypeReference property.
OrganizationTypeObjectType
Sets the value of the organizationReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|
Sets the value of the organizationTypeReference property.
| value | Allowed object is
OrganizationTypeObjectType
|
|---|

