public class

LanguageProfileForJobType

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

Class Overview

Contains the position's language information.

Java class for Language_Profile_for_JobType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Language_Profile_for_JobType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Language_Profile_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Language_Profile_Data" type="{urn:com.workday/bsvc}Language_Profile_for_Job_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected LanguageProfileForJobDataType languageProfileData
protected UniqueIdentifierObjectType languageProfileReference
Public Constructors
LanguageProfileForJobType()
Public Methods
LanguageProfileForJobDataType getLanguageProfileData()
Gets the value of the languageProfileData property.
UniqueIdentifierObjectType getLanguageProfileReference()
Gets the value of the languageProfileReference property.
void setLanguageProfileData(LanguageProfileForJobDataType value)
Sets the value of the languageProfileData property.
void setLanguageProfileReference(UniqueIdentifierObjectType value)
Sets the value of the languageProfileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected LanguageProfileForJobDataType languageProfileData

protected UniqueIdentifierObjectType languageProfileReference

Public Constructors

public LanguageProfileForJobType ()

Public Methods

public LanguageProfileForJobDataType getLanguageProfileData ()

Gets the value of the languageProfileData property.

Returns

public UniqueIdentifierObjectType getLanguageProfileReference ()

Gets the value of the languageProfileReference property.

Returns

public void setLanguageProfileData (LanguageProfileForJobDataType value)

Sets the value of the languageProfileData property.

Parameters
value Allowed object is LanguageProfileForJobDataType

public void setLanguageProfileReference (UniqueIdentifierObjectType value)

Sets the value of the languageProfileReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType