public class

RecommendeeImpl

extends BaseSchemaEntity
implements Recommendee
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.RecommendeeImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ApiStandardProfileRequestImpl apiStandardProfileRequest
protected String firstName
protected String headline
protected String id
protected String lastName
protected String pictureUrl
protected SiteStandardProfileRequestImpl siteStandardProfileRequest
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
RecommendeeImpl()
Public Methods
ApiStandardProfileRequest getApiStandardProfileRequest()
Gets the value of the apiStandardProfileRequest property.
String getFirstName()
Gets the value of the firstName property.
String getHeadline()
Gets the value of the headline property.
String getId()
Gets the value of the id property.
String getLastName()
Gets the value of the lastName property.
String getPictureUrl()
Gets the value of the pictureUrl property.
SiteStandardProfileRequest getSiteStandardProfileRequest()
Gets the value of the siteStandardProfileRequest property.
void init(XmlPullParser parser)
Inits the.
void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Sets the value of the apiStandardProfileRequest property.
void setFirstName(String value)
Sets the value of the firstName property.
void setHeadline(String value)
Sets the value of the headline property.
void setId(String value)
Sets the value of the id property.
void setLastName(String value)
Sets the value of the lastName property.
void setPictureUrl(String value)
Sets the value of the pictureUrl property.
void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Sets the value of the siteStandardProfileRequest 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.Recommendee

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ApiStandardProfileRequestImpl apiStandardProfileRequest

protected String firstName

protected String headline

protected String id

protected String lastName

protected String pictureUrl

protected SiteStandardProfileRequestImpl siteStandardProfileRequest

Public Constructors

public RecommendeeImpl ()

Public Methods

public ApiStandardProfileRequest getApiStandardProfileRequest ()

Gets the value of the apiStandardProfileRequest property.

Returns

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public String getHeadline ()

Gets the value of the headline property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName property.

Returns
  • possible object is String

public String getPictureUrl ()

Gets the value of the pictureUrl property.

Returns
  • possible object is String

public SiteStandardProfileRequest getSiteStandardProfileRequest ()

Gets the value of the siteStandardProfileRequest property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setApiStandardProfileRequest (ApiStandardProfileRequest value)

Sets the value of the apiStandardProfileRequest property.

Parameters
value Allowed object is ApiStandardProfileRequest

public void setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setHeadline (String value)

Sets the value of the headline property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String

public void setPictureUrl (String value)

Sets the value of the pictureUrl property.

Parameters
value Allowed object is String

public void setSiteStandardProfileRequest (SiteStandardProfileRequest value)

Sets the value of the siteStandardProfileRequest property.

Parameters
value Allowed object is SiteStandardProfileRequest

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException