public interface

Language

implements SchemaEntity
com.google.code.linkedinapi.schema.Language
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="{}id"/>
         <element name="language" type="{}name-type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getId()
Gets the value of the id property.
abstract NameType getLanguage()
Gets the value of the language property.
abstract Proficiency getProficiency()
Gets the value of the proficiency property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setLanguage(NameType value)
Sets the value of the language property.
abstract void setProficiency(Proficiency value)
Sets the value of the proficiency property.

Public Methods

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract NameType getLanguage ()

Gets the value of the language property.

Returns

public abstract Proficiency getProficiency ()

Gets the value of the proficiency property.

Returns

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setLanguage (NameType value)

Sets the value of the language property.

Parameters
value Allowed object is NameType

public abstract void setProficiency (Proficiency value)

Sets the value of the proficiency property.

Parameters
value Allowed object is Proficiency