com.google.code.linkedinapi.schema.Job |
Known Indirect Subclasses |
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>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the company property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the jobPoster property.
| |||||||||||
Gets the value of the position property.
| |||||||||||
Gets the value of the siteJobRequest property.
| |||||||||||
Sets the value of the company property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the jobPoster property.
| |||||||||||
Sets the value of the position property.
| |||||||||||
Sets the value of the siteJobRequest property.
|
Gets the value of the company property.
Company
Gets the value of the id property.
Gets the value of the jobPoster property.
JobPoster
Gets the value of the position property.
Position
Gets the value of the siteJobRequest property.
SiteJobRequest
Sets the value of the company property.
value | Allowed object is
Company
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the jobPoster property.
value | Allowed object is
JobPoster
|
---|
Sets the value of the position property.
value | Allowed object is
Position
|
---|
Sets the value of the siteJobRequest property.
value | Allowed object is
SiteJobRequest
|
---|