public class

NewPositionImpl

extends BaseSchemaEntity
implements NewPosition
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.NewPositionImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected CompanyImpl company
protected String title
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
NewPositionImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
String getTitle()
Gets the value of the title property.
void init(XmlPullParser parser)
Inits the.
void setCompany(Company value)
Sets the value of the company 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.NewPosition

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected String title

Public Constructors

public NewPositionImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

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 void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

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