| java.lang.Object | |
| ↳ | workday.com.bsvc.PutApplicantRequestType |
Wrapper element for the Put Applicant Request Information.
Java class for Put_Applicant_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Applicant_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Applicant_Reference" type="{urn:com.workday/bsvc}ApplicantObjectType" minOccurs="0"/>
<element name="Applicant_Data" type="{urn:com.workday/bsvc}Applicant_Data_WWSType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applicantData | |||||||||||
| applicantReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applicantData property.
| |||||||||||
Gets the value of the applicantReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the applicantData property.
| |||||||||||
Sets the value of the applicantReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the applicantData property.
ApplicantDataWWSType
Gets the value of the applicantReference property.
ApplicantObjectType
Gets the value of the version property.
Sets the value of the applicantData property.
| value | Allowed object is
ApplicantDataWWSType
|
|---|
Sets the value of the applicantReference property.
| value | Allowed object is
ApplicantObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

