public interface

CompanyProfileUpdate

implements SchemaEntity
com.google.code.linkedinapi.schema.CompanyProfileUpdate
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="{}editor"/>
         <element ref="{}action"/>
         <element ref="{}profile-field"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Action getAction()
Gets the value of the action property.
abstract Editor getEditor()
Gets the value of the editor property.
abstract ProfileField getProfileField()
Gets the value of the profileField property.
abstract void setAction(Action value)
Sets the value of the action property.
abstract void setEditor(Editor value)
Sets the value of the editor property.
abstract void setProfileField(ProfileField value)
Sets the value of the profileField property.

Public Methods

public abstract Action getAction ()

Gets the value of the action property.

Returns

public abstract Editor getEditor ()

Gets the value of the editor property.

Returns

public abstract ProfileField getProfileField ()

Gets the value of the profileField property.

Returns

public abstract void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public abstract void setEditor (Editor value)

Sets the value of the editor property.

Parameters
value Allowed object is Editor

public abstract void setProfileField (ProfileField value)

Sets the value of the profileField property.

Parameters
value Allowed object is ProfileField