| java.lang.Object | |
| ↳ | workday.com.bsvc.PutWorkerDocumentRequestType |
Request element for Put Worker Document/
Java class for Put_Worker_Document_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Worker_Document_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType" minOccurs="0"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_DataType"/>
</sequence>
<attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| version | |||||||||||
| workerDocumentData | |||||||||||
| workerDocumentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Gets the value of the workerDocumentReference property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerDocumentData property.
| |||||||||||
Sets the value of the workerDocumentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the version property.
Gets the value of the workerDocumentData property.
WorkerDocumentDataType
Gets the value of the workerDocumentReference property.
WorkerDocumentObjectType
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerDocumentData property.
| value | Allowed object is
WorkerDocumentDataType
|
|---|
Sets the value of the workerDocumentReference property.
| value | Allowed object is
WorkerDocumentObjectType
|
|---|

