com.google.code.linkedinapi.schema
Interface Recommendation

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
RecommendationImpl, RecommendationImpl

public interface Recommendation
extends SchemaEntity

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="{}id"/>
         <element ref="{}recommendation-type"/>
         <element ref="{}recommendation-text" minOccurs="0"/>
         <element ref="{}recommendation-snippet" minOccurs="0"/>
         <choice>
           <element ref="{}recommender"/>
           <element ref="{}recommendee"/>
         </choice>
         <element ref="{}web-url" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getRecommendationSnippet()
          Gets the value of the recommendationSnippet property.
 java.lang.String getRecommendationText()
          Gets the value of the recommendationText property.
 RecommendationType getRecommendationType()
          Gets the value of the recommendationType property.
 Recommendee getRecommendee()
          Gets the value of the recommendee property.
 Recommender getRecommender()
          Gets the value of the recommender property.
 java.lang.String getWebUrl()
          Gets the value of the webUrl property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setRecommendationSnippet(java.lang.String value)
          Sets the value of the recommendationSnippet property.
 void setRecommendationText(java.lang.String value)
          Sets the value of the recommendationText property.
 void setRecommendationType(RecommendationType value)
          Sets the value of the recommendationType property.
 void setRecommendee(Recommendee value)
          Sets the value of the recommendee property.
 void setRecommender(Recommender value)
          Sets the value of the recommender property.
 void setWebUrl(java.lang.String value)
          Sets the value of the webUrl property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRecommendationType

RecommendationType getRecommendationType()
Gets the value of the recommendationType property.

Returns:
possible object is RecommendationType

setRecommendationType

void setRecommendationType(RecommendationType value)
Sets the value of the recommendationType property.

Parameters:
value - allowed object is RecommendationType

getRecommendationText

java.lang.String getRecommendationText()
Gets the value of the recommendationText property.

Returns:
possible object is String

setRecommendationText

void setRecommendationText(java.lang.String value)
Sets the value of the recommendationText property.

Parameters:
value - allowed object is String

getRecommendationSnippet

java.lang.String getRecommendationSnippet()
Gets the value of the recommendationSnippet property.

Returns:
possible object is String

setRecommendationSnippet

void setRecommendationSnippet(java.lang.String value)
Sets the value of the recommendationSnippet property.

Parameters:
value - allowed object is String

getRecommender

Recommender getRecommender()
Gets the value of the recommender property.

Returns:
possible object is Recommender

setRecommender

void setRecommender(Recommender value)
Sets the value of the recommender property.

Parameters:
value - allowed object is Recommender

getRecommendee

Recommendee getRecommendee()
Gets the value of the recommendee property.

Returns:
possible object is Recommendee

setRecommendee

void setRecommendee(Recommendee value)
Sets the value of the recommendee property.

Parameters:
value - allowed object is Recommendee

getWebUrl

java.lang.String getWebUrl()
Gets the value of the webUrl property.

Returns:
possible object is String

setWebUrl

void setWebUrl(java.lang.String value)
Sets the value of the webUrl property.

Parameters:
value - allowed object is String