public class

SkillSourcePrecedenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.SkillSourcePrecedenceType

Class Overview

Skill Source Precedence Details.

Java class for Skill_Source_PrecedenceType complex type.

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

 <complexType name="Skill_Source_PrecedenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Skill_Source_Precedence_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Skill_Source_Precedence_Data" type="{urn:com.workday/bsvc}Skill_Source_Precedence_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<SkillSourcePrecedenceDataType> skillSourcePrecedenceData
protected UniqueIdentifierObjectType skillSourcePrecedenceReference
Public Constructors
SkillSourcePrecedenceType()
Public Methods
List<SkillSourcePrecedenceDataType> getSkillSourcePrecedenceData()
Gets the value of the skillSourcePrecedenceData property.
UniqueIdentifierObjectType getSkillSourcePrecedenceReference()
Gets the value of the skillSourcePrecedenceReference property.
void setSkillSourcePrecedenceData(List<SkillSourcePrecedenceDataType> skillSourcePrecedenceData)
Sets the value of the skillSourcePrecedenceData property.
void setSkillSourcePrecedenceReference(UniqueIdentifierObjectType value)
Sets the value of the skillSourcePrecedenceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<SkillSourcePrecedenceDataType> skillSourcePrecedenceData

protected UniqueIdentifierObjectType skillSourcePrecedenceReference

Public Constructors

public SkillSourcePrecedenceType ()

Public Methods

public List<SkillSourcePrecedenceDataType> getSkillSourcePrecedenceData ()

Gets the value of the skillSourcePrecedenceData 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 skillSourcePrecedenceData property.

For example, to add a new item, do as follows:

    getSkillSourcePrecedenceData().add(newItem);
 

Objects of the following type(s) are allowed in the list SkillSourcePrecedenceDataType

public UniqueIdentifierObjectType getSkillSourcePrecedenceReference ()

Gets the value of the skillSourcePrecedenceReference property.

Returns

public void setSkillSourcePrecedenceData (List<SkillSourcePrecedenceDataType> skillSourcePrecedenceData)

Sets the value of the skillSourcePrecedenceData property.

Parameters
skillSourcePrecedenceData Allowed object is SkillSourcePrecedenceDataType

public void setSkillSourcePrecedenceReference (UniqueIdentifierObjectType value)

Sets the value of the skillSourcePrecedenceReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType