| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkerDocumentDataType |
The information about the worker document, such as the category and file.
Java class for Worker_Document_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Document_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Filename">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="File" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Worker_Document_Category_Reference" type="{urn:com.workday/bsvc}Worker_Document_Category__All_ObjectType"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| file | |||||||||||
| filename | |||||||||||
| id | |||||||||||
| workerDocumentCategoryReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the file property.
| |||||||||||
Gets the value of the filename property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the workerDocumentCategoryReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the filename property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the workerDocumentCategoryReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the comment property.
Gets the value of the file property.
Gets the value of the filename property.
Gets the value of the id property.
Gets the value of the workerDocumentCategoryReference property.
WorkerDocumentCategoryAllObjectType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the file property.
| value | Allowed object is byte[] |
|---|
Sets the value of the filename property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the workerDocumentCategoryReference property.
| value | Allowed object is
WorkerDocumentCategoryAllObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

