| java.lang.Object | |
| ↳ | com.workday.recruiting.ApplicantSourceReferenceType |
Applicant Source Information
Java class for Applicant_Source_ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Applicant_Source_ReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Applicant_Source_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Applicant_Source_Category_Reference" type="{urn:com.workday/bsvc}Applicant_Source_Category_ReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantSourceCategoryReference | |||||||||||
| applicantSourceName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantSourceCategoryReference property.
| |||||||||||
Gets the value of the applicantSourceName property.
| |||||||||||
Sets the value of the applicantSourceCategoryReference property.
| |||||||||||
Sets the value of the applicantSourceName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the applicantSourceCategoryReference property.
ApplicantSourceCategoryReferenceType
Gets the value of the applicantSourceName property.
Sets the value of the applicantSourceCategoryReference property.
| value | Allowed object is
ApplicantSourceCategoryReferenceType
|
|---|
Sets the value of the applicantSourceName property.
| value | Allowed object is String |
|---|