public class

SkillSourcePrecedenceDataType

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

Class Overview

Skill Source Category Details.

Java class for Skill_Source_Precedence_DataType complex type.

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

 <complexType name="Skill_Source_Precedence_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Precedence_Order" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Skill_Source_Category_Reference" type="{urn:com.workday/bsvc}Person_Skill_Source_CategoryObjectType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String precedenceOrder
protected List<PersonSkillSourceCategoryObjectType> skillSourceCategoryReference
Public Constructors
SkillSourcePrecedenceDataType()
Public Methods
String getPrecedenceOrder()
Gets the value of the precedenceOrder property.
List<PersonSkillSourceCategoryObjectType> getSkillSourceCategoryReference()
Gets the value of the skillSourceCategoryReference property.
void setPrecedenceOrder(String value)
Sets the value of the precedenceOrder property.
void setSkillSourceCategoryReference(List<PersonSkillSourceCategoryObjectType> skillSourceCategoryReference)
Sets the value of the skillSourceCategoryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String precedenceOrder

protected List<PersonSkillSourceCategoryObjectType> skillSourceCategoryReference

Public Constructors

public SkillSourcePrecedenceDataType ()

Public Methods

public String getPrecedenceOrder ()

Gets the value of the precedenceOrder property.

Returns
  • possible object is String

public List<PersonSkillSourceCategoryObjectType> getSkillSourceCategoryReference ()

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

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

    getSkillSourceCategoryReference().add(newItem);
 

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

public void setPrecedenceOrder (String value)

Sets the value of the precedenceOrder property.

Parameters
value Allowed object is String

public void setSkillSourceCategoryReference (List<PersonSkillSourceCategoryObjectType> skillSourceCategoryReference)

Sets the value of the skillSourceCategoryReference property.

Parameters
skillSourceCategoryReference Allowed object is PersonSkillSourceCategoryObjectType