public class

PositionImpl

extends BaseSchemaEntity
implements Position
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PositionImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected CompanyImpl company
protected EndDateImpl endDate
protected String id
protected boolean isCurrent
protected StartDateImpl startDate
protected String summary
protected String title
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PositionImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
EndDate getEndDate()
Gets the value of the endDate property.
String getId()
Gets the value of the id property.
StartDate getStartDate()
Gets the value of the startDate property.
String getSummary()
Gets the value of the summary property.
String getTitle()
Gets the value of the title property.
void init(XmlPullParser parser)
Inits the.
Boolean isIsCurrent()
Gets the value of the isCurrent property.
void setCompany(Company value)
Sets the value of the company property.
void setEndDate(EndDate value)
Sets the value of the endDate property.
void setId(String value)
Sets the value of the id property.
void setIsCurrent(Boolean value)
Sets the value of the isCurrent property.
void setStartDate(StartDate value)
Sets the value of the startDate property.
void setSummary(String value)
Sets the value of the summary property.
void setTitle(String value)
Sets the value of the title 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.Position

Constants

private static final long serialVersionUID

Constant Value: 4485115686667474338 (0x3e3e54f43058d5a2)

Fields

protected CompanyImpl company

protected EndDateImpl endDate

protected String id

protected boolean isCurrent

protected StartDateImpl startDate

protected String summary

protected String title

Public Constructors

public PositionImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

public EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public Boolean isIsCurrent ()

Gets the value of the isCurrent property.

Returns
  • possible object is Boolean

public void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setIsCurrent (Boolean value)

Sets the value of the isCurrent property.

Parameters
value Allowed object is Boolean

public void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException