com.google.code.linkedinapi.schema
Interface Job

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
JobImpl, JobImpl

public interface Job
extends SchemaEntity

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>
 


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

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPosition

Position getPosition()
Gets the value of the position property.

Returns:
possible object is Position

setPosition

void setPosition(Position value)
Sets the value of the position property.

Parameters:
value - allowed object is Position

getCompany

Company getCompany()
Gets the value of the company property.

Returns:
possible object is Company

setCompany

void setCompany(Company value)
Sets the value of the company property.

Parameters:
value - allowed object is Company

getJobPoster

JobPoster getJobPoster()
Gets the value of the jobPoster property.

Returns:
possible object is JobPoster

setJobPoster

void setJobPoster(JobPoster value)
Sets the value of the jobPoster property.

Parameters:
value - allowed object is JobPoster

getSiteJobRequest

SiteJobRequest getSiteJobRequest()
Gets the value of the siteJobRequest property.

Returns:
possible object is SiteJobRequest

setSiteJobRequest

void setSiteJobRequest(SiteJobRequest value)
Sets the value of the siteJobRequest property.

Parameters:
value - allowed object is SiteJobRequest