public class

OrganizationAssignmentsDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.OrganizationAssignmentsDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected OrganizationObjectType organizationReference
protected OrganizationTypeObjectType organizationTypeReference
Public Constructors
OrganizationAssignmentsDataType()
Public Methods
OrganizationObjectType getOrganizationReference()
Gets the value of the organizationReference property.
OrganizationTypeObjectType getOrganizationTypeReference()
Gets the value of the organizationTypeReference property.
void setOrganizationReference(OrganizationObjectType value)
Sets the value of the organizationReference property.
void setOrganizationTypeReference(OrganizationTypeObjectType value)
Sets the value of the organizationTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected OrganizationObjectType organizationReference

protected OrganizationTypeObjectType organizationTypeReference

Public Constructors

public OrganizationAssignmentsDataType ()

Public Methods

public OrganizationObjectType getOrganizationReference ()

Gets the value of the organizationReference property.

Returns

public OrganizationTypeObjectType getOrganizationTypeReference ()

Gets the value of the organizationTypeReference property.

Returns

public void setOrganizationReference (OrganizationObjectType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is OrganizationObjectType

public void setOrganizationTypeReference (OrganizationTypeObjectType value)

Sets the value of the organizationTypeReference property.

Parameters
value Allowed object is OrganizationTypeObjectType