java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.JobImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
company | |||||||||||
id | |||||||||||
jobPoster | |||||||||||
position | |||||||||||
siteJobRequest |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
| |||||||||||
Inits the.
| |||||||||||
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.
| |||||||||||
To xml.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Job
|
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
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
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
|
---|
To xml.
serializer | The document |
---|
IOException |
---|