public class

CompanyPersonUpdateImpl

extends BaseSchemaEntity
implements CompanyPersonUpdate
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CompanyPersonUpdateImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected ActionImpl action
protected NewPositionImpl newPosition
protected OldPositionImpl oldPosition
protected PersonImpl person
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CompanyPersonUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
NewPosition getNewPosition()
Gets the value of the newPosition property.
OldPosition getOldPosition()
Gets the value of the oldPosition property.
Person getPerson()
Gets the value of the person property.
void init(XmlPullParser parser)
Inits the.
void setAction(Action value)
Sets the value of the action property.
void setNewPosition(NewPosition value)
Sets the value of the newPosition property.
void setOldPosition(OldPosition value)
Sets the value of the oldPosition property.
void setPerson(Person value)
Sets the value of the person 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.CompanyPersonUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected NewPositionImpl newPosition

protected OldPositionImpl oldPosition

protected PersonImpl person

Public Constructors

public CompanyPersonUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public NewPosition getNewPosition ()

Gets the value of the newPosition property.

Returns

public OldPosition getOldPosition ()

Gets the value of the oldPosition property.

Returns

public Person getPerson ()

Gets the value of the person 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 setNewPosition (NewPosition value)

Sets the value of the newPosition property.

Parameters
value Allowed object is NewPosition

public void setOldPosition (OldPosition value)

Sets the value of the oldPosition property.

Parameters
value Allowed object is OldPosition

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException