public interface

RecommendationType

implements SchemaEntity
com.google.code.linkedinapi.schema.RecommendationType
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 name="code">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="business-partner"/>
               <enumeration value="colleague"/>
               <enumeration value="education"/>
               <enumeration value="service-provider"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract RecommendationCode getCode()
Gets the value of the code property.
abstract void setCode(RecommendationCode value)
Sets the value of the code property.

Public Methods

public abstract RecommendationCode getCode ()

Gets the value of the code property.

Returns

public abstract void setCode (RecommendationCode value)

Sets the value of the code property.

Parameters
value Allowed object is RecommendationCode