public interface

Skill

implements SchemaEntity
com.google.code.linkedinapi.schema.Skill
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}proficiency"/>
         <element ref="{}years"/>
         <element ref="{}id"/>
         <element name="skill" type="{}name-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getId()
Gets the value of the id property.
abstract Proficiency getProficiency()
Gets the value of the proficiency property.
abstract NameType getSkill()
Gets the value of the skill property.
abstract Years getYears()
Gets the value of the years property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setProficiency(Proficiency value)
Sets the value of the proficiency property.
abstract void setSkill(NameType value)
Sets the value of the skill property.
abstract void setYears(Years value)
Sets the value of the years property.

Public Methods

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract Proficiency getProficiency ()

Gets the value of the proficiency property.

Returns

public abstract NameType getSkill ()

Gets the value of the skill property.

Returns

public abstract Years getYears ()

Gets the value of the years property.

Returns
  • possible object is Years

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setProficiency (Proficiency value)

Sets the value of the proficiency property.

Parameters
value Allowed object is Proficiency

public abstract void setSkill (NameType value)

Sets the value of the skill property.

Parameters
value Allowed object is NameType

public abstract void setYears (Years value)

Sets the value of the years property.

Parameters
value Allowed object is Years