public class

SkillItemDataType

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

Class Overview

Contains all the information about the Skill Item.

Java class for Skill_Item_DataType complex type.

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

 <complexType name="Skill_Item_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Category_Reference" type="{urn:com.workday/bsvc}Skill_Item_CategoryObjectType" minOccurs="0"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SkillItemCategoryObjectType categoryReference
protected String id
protected Boolean inactive
protected String name
Public Constructors
SkillItemDataType()
Public Methods
SkillItemCategoryObjectType getCategoryReference()
Gets the value of the categoryReference property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
String getName()
Gets the value of the name property.
void setCategoryReference(SkillItemCategoryObjectType value)
Sets the value of the categoryReference property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SkillItemCategoryObjectType categoryReference

protected String id

protected Boolean inactive

protected String name

Public Constructors

public SkillItemDataType ()

Public Methods

public SkillItemCategoryObjectType getCategoryReference ()

Gets the value of the categoryReference property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setCategoryReference (SkillItemCategoryObjectType value)

Sets the value of the categoryReference property.

Parameters
value Allowed object is SkillItemCategoryObjectType

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String