public interface

NewPosition

implements SchemaEntity
com.google.code.linkedinapi.schema.NewPosition
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="{}title"/>
         <element ref="{}company"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Company getCompany()
Gets the value of the company property.
abstract String getTitle()
Gets the value of the title property.
abstract void setCompany(Company value)
Sets the value of the company property.
abstract void setTitle(String value)
Sets the value of the title property.

Public Methods

public abstract Company getCompany ()

Gets the value of the company property.

Returns

public abstract String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public abstract void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public abstract void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String