public interface

CompanyPersonUpdate

implements SchemaEntity
com.google.code.linkedinapi.schema.CompanyPersonUpdate
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}person"/>
         <element ref="{}action"/>
         <element ref="{}old-position"/>
         <element ref="{}new-position"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Action getAction()
Gets the value of the action property.
abstract NewPosition getNewPosition()
Gets the value of the newPosition property.
abstract OldPosition getOldPosition()
Gets the value of the oldPosition property.
abstract Person getPerson()
Gets the value of the person property.
abstract void setAction(Action value)
Sets the value of the action property.
abstract void setNewPosition(NewPosition value)
Sets the value of the newPosition property.
abstract void setOldPosition(OldPosition value)
Sets the value of the oldPosition property.
abstract void setPerson(Person value)
Sets the value of the person property.

Public Methods

public abstract Action getAction ()

Gets the value of the action property.

Returns

public abstract NewPosition getNewPosition ()

Gets the value of the newPosition property.

Returns

public abstract OldPosition getOldPosition ()

Gets the value of the oldPosition property.

Returns

public abstract Person getPerson ()

Gets the value of the person property.

Returns

public abstract void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public abstract void setNewPosition (NewPosition value)

Sets the value of the newPosition property.

Parameters
value Allowed object is NewPosition

public abstract void setOldPosition (OldPosition value)

Sets the value of the oldPosition property.

Parameters
value Allowed object is OldPosition

public abstract void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person