public class

JobImpl

extends BaseSchemaEntity
implements Job
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.JobImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected CompanyImpl company
protected String id
protected JobPosterImpl jobPoster
protected PositionImpl position
protected SiteJobRequestImpl siteJobRequest
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
JobImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
String getId()
Gets the value of the id property.
JobPoster getJobPoster()
Gets the value of the jobPoster property.
Position getPosition()
Gets the value of the position property.
SiteJobRequest getSiteJobRequest()
Gets the value of the siteJobRequest property.
void init(XmlPullParser parser)
Inits the.
void setCompany(Company value)
Sets the value of the company property.
void setId(String value)
Sets the value of the id property.
void setJobPoster(JobPoster value)
Sets the value of the jobPoster property.
void setPosition(Position value)
Sets the value of the position property.
void setSiteJobRequest(SiteJobRequest value)
Sets the value of the siteJobRequest 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.Job

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected String id

protected JobPosterImpl jobPoster

protected PositionImpl position

protected SiteJobRequestImpl siteJobRequest

Public Constructors

public JobImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public JobPoster getJobPoster ()

Gets the value of the jobPoster property.

Returns

public Position getPosition ()

Gets the value of the position property.

Returns

public SiteJobRequest getSiteJobRequest ()

Gets the value of the siteJobRequest property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setJobPoster (JobPoster value)

Sets the value of the jobPoster property.

Parameters
value Allowed object is JobPoster

public void setPosition (Position value)

Sets the value of the position property.

Parameters
value Allowed object is Position

public void setSiteJobRequest (SiteJobRequest value)

Sets the value of the siteJobRequest property.

Parameters
value Allowed object is SiteJobRequest

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException