public interface

Job

implements SchemaEntity
com.google.code.linkedinapi.schema.Job
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="{}id"/>
         <element ref="{}position"/>
         <element ref="{}company"/>
         <element ref="{}job-poster"/>
         <element ref="{}site-job-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Company getCompany()
Gets the value of the company property.
abstract String getId()
Gets the value of the id property.
abstract JobPoster getJobPoster()
Gets the value of the jobPoster property.
abstract Position getPosition()
Gets the value of the position property.
abstract SiteJobRequest getSiteJobRequest()
Gets the value of the siteJobRequest property.
abstract void setCompany(Company value)
Sets the value of the company property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setJobPoster(JobPoster value)
Sets the value of the jobPoster property.
abstract void setPosition(Position value)
Sets the value of the position property.
abstract void setSiteJobRequest(SiteJobRequest value)
Sets the value of the siteJobRequest property.

Public Methods

public abstract Company getCompany ()

Gets the value of the company property.

Returns

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract JobPoster getJobPoster ()

Gets the value of the jobPoster property.

Returns

public abstract Position getPosition ()

Gets the value of the position property.

Returns

public abstract SiteJobRequest getSiteJobRequest ()

Gets the value of the siteJobRequest property.

Returns

public abstract void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setJobPoster (JobPoster value)

Sets the value of the jobPoster property.

Parameters
value Allowed object is JobPoster

public abstract void setPosition (Position value)

Sets the value of the position property.

Parameters
value Allowed object is Position

public abstract void setSiteJobRequest (SiteJobRequest value)

Sets the value of the siteJobRequest property.

Parameters
value Allowed object is SiteJobRequest