|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Job
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 |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
Position getPosition()
Position
void setPosition(Position value)
value
- allowed object is
Position
Company getCompany()
Company
void setCompany(Company value)
value
- allowed object is
Company
JobPoster getJobPoster()
JobPoster
void setJobPoster(JobPoster value)
value
- allowed object is
JobPoster
SiteJobRequest getSiteJobRequest()
SiteJobRequest
void setSiteJobRequest(SiteJobRequest value)
value
- allowed object is
SiteJobRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |