| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerDocumentWWSType |
Wrapper element for documents associated with a worker.
Java class for Worker_Document_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Document_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType"/>
<element name="Worker_Document_Detail_Data" type="{urn:com.workday/bsvc}Worker_Document_Details_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| workerDocumentDetailData | |||||||||||
| workerDocumentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the workerDocumentDetailData property.
| |||||||||||
Gets the value of the workerDocumentReference property.
| |||||||||||
Sets the value of the workerDocumentDetailData property.
| |||||||||||
Sets the value of the workerDocumentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the workerDocumentDetailData property.
WorkerDocumentDetailsDataType
Gets the value of the workerDocumentReference property.
WorkerDocumentObjectType
Sets the value of the workerDocumentDetailData property.
| value | Allowed object is
WorkerDocumentDetailsDataType
|
|---|
Sets the value of the workerDocumentReference property.
| value | Allowed object is
WorkerDocumentObjectType
|
|---|

