| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerProfileType |
Response element containing an instance of Worker and his/her summarized Personal and Employment/Contract information.
Java class for Worker_ProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_ProfileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}Worker_ReferenceType"/>
<element name="Worker_Profile_Data" type="{urn:com.workday/bsvc}Worker_Profile_DataType"/>
</sequence>
<attribute name="As_Of_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="As_Of_Moment" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| asOfDate | |||||||||||
| asOfMoment | |||||||||||
| version | |||||||||||
| workerProfileData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the asOfDate property.
| |||||||||||
Gets the value of the asOfMoment property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the workerProfileData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the asOfDate property.
| |||||||||||
Sets the value of the asOfMoment property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerProfileData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the asOfDate property.
Gets the value of the asOfMoment property.
Gets the value of the version property.
Gets the value of the workerProfileData property.
WorkerProfileDataType
Gets the value of the workerReference property.
WorkerReferenceType
Sets the value of the asOfDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the asOfMoment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerProfileData property.
| value | Allowed object is
WorkerProfileDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerReferenceType
|
|---|

