public class

EditorImpl

extends BaseSchemaEntity
implements Editor
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.EditorImpl

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 SiteStandardProfileRequestImpl siteStandardProfileRequest
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
EditorImpl()
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.
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 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.Editor

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 SiteStandardProfileRequestImpl siteStandardProfileRequest

Public Constructors

public EditorImpl ()

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 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 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