public class

CompanyJobUpdateImpl

extends BaseSchemaEntity
implements CompanyJobUpdate
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CompanyJobUpdateImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ActionImpl action
protected JobImpl job
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CompanyJobUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
Job getJob()
Gets the value of the job property.
void init(XmlPullParser parser)
Inits the.
void setAction(Action value)
Sets the value of the action property.
void setJob(Job value)
Sets the value of the job 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.CompanyJobUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected JobImpl job

Public Constructors

public CompanyJobUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public Job getJob ()

Gets the value of the job property.

Returns
  • possible object is Job

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 setJob (Job value)

Sets the value of the job property.

Parameters
value Allowed object is Job

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException