public interface

Proficiency

implements SchemaEntity
com.google.code.linkedinapi.schema.Proficiency
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="{}level"/>
         <element ref="{}name"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract ProficiencyLevelType getLevel()
Gets the value of the level property.
abstract String getName()
Gets the value of the name property.
abstract void setLevel(ProficiencyLevelType value)
Sets the value of the level property.
abstract void setName(String value)
Sets the value of the name property.

Public Methods

public abstract ProficiencyLevelType getLevel ()

Gets the value of the level property.

Returns

public abstract String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public abstract void setLevel (ProficiencyLevelType value)

Sets the value of the level property.

Parameters
value Allowed object is ProficiencyLevelType

public abstract void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String