public class

RecommendationImpl

extends BaseSchemaEntity
implements Recommendation
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.RecommendationImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String id
protected String recommendationSnippet
protected String recommendationText
protected RecommendationTypeImpl recommendationType
protected RecommendeeImpl recommendee
protected RecommenderImpl recommender
protected String webUrl
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
RecommendationImpl()
Public Methods
String getId()
Gets the value of the id property.
String getRecommendationSnippet()
Gets the value of the recommendationSnippet property.
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.
String getWebUrl()
Gets the value of the webUrl property.
void init(XmlPullParser parser)
Inits the.
void setId(String value)
Sets the value of the id property.
void setRecommendationSnippet(String value)
Sets the value of the recommendationSnippet property.
void setRecommendationText(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(String value)
Sets the value of the webUrl property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Recommendation

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected String recommendationSnippet

protected String recommendationText

protected RecommendationTypeImpl recommendationType

protected RecommendeeImpl recommendee

protected RecommenderImpl recommender

protected String webUrl

Public Constructors

public RecommendationImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getRecommendationSnippet ()

Gets the value of the recommendationSnippet property.

Returns
  • possible object is String

public String getRecommendationText ()

Gets the value of the recommendationText property.

Returns
  • possible object is String

public RecommendationType getRecommendationType ()

Gets the value of the recommendationType property.

Returns

public Recommendee getRecommendee ()

Gets the value of the recommendee property.

Returns

public Recommender getRecommender ()

Gets the value of the recommender property.

Returns

public String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setRecommendationSnippet (String value)

Sets the value of the recommendationSnippet property.

Parameters
value Allowed object is String

public void setRecommendationText (String value)

Sets the value of the recommendationText property.

Parameters
value Allowed object is String

public void setRecommendationType (RecommendationType value)

Sets the value of the recommendationType property.

Parameters
value Allowed object is RecommendationType

public void setRecommendee (Recommendee value)

Sets the value of the recommendee property.

Parameters
value Allowed object is Recommendee

public void setRecommender (Recommender value)

Sets the value of the recommender property.

Parameters
value Allowed object is Recommender

public void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException