public class

CompanyProfileUpdateImpl

extends BaseSchemaEntity
implements CompanyProfileUpdate
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CompanyProfileUpdateImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ActionImpl action
protected EditorImpl editor
protected ProfileFieldImpl profileField
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CompanyProfileUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
Editor getEditor()
Gets the value of the editor property.
ProfileField getProfileField()
Gets the value of the profileField property.
void init(XmlPullParser parser)
Inits the.
void setAction(Action value)
Sets the value of the action property.
void setEditor(Editor value)
Sets the value of the editor property.
void setProfileField(ProfileField value)
Sets the value of the profileField 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.CompanyProfileUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected EditorImpl editor

protected ProfileFieldImpl profileField

Public Constructors

public CompanyProfileUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public Editor getEditor ()

Gets the value of the editor property.

Returns

public ProfileField getProfileField ()

Gets the value of the profileField property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public void setEditor (Editor value)

Sets the value of the editor property.

Parameters
value Allowed object is Editor

public void setProfileField (ProfileField value)

Sets the value of the profileField property.

Parameters
value Allowed object is ProfileField

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException