| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerDocumentForStaffingEventDataType |
Attachments for the Staffing Event entered via a web service.
Java class for Worker_Document_for_Staffing_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Worker_Document_for_Staffing_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File_Name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Worker_Document_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Document_Category_Reference" type="{urn:com.workday/bsvc}Document_Category__All_ObjectType"/>
<element name="File" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Content_Type" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="80"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentType | |||||||||||
| documentCategoryReference | |||||||||||
| file | |||||||||||
| fileName | |||||||||||
| workerDocumentComment | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentType property.
| |||||||||||
Gets the value of the documentCategoryReference property.
| |||||||||||
Gets the value of the file property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Gets the value of the workerDocumentComment property.
| |||||||||||
Sets the value of the contentType property.
| |||||||||||
Sets the value of the documentCategoryReference property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
Sets the value of the workerDocumentComment property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentType property.
Gets the value of the documentCategoryReference property.
DocumentCategoryAllObjectType
Gets the value of the file property.
Gets the value of the fileName property.
Gets the value of the workerDocumentComment property.
Sets the value of the contentType property.
| value | Allowed object is String |
|---|
Sets the value of the documentCategoryReference property.
| value | Allowed object is
DocumentCategoryAllObjectType
|
|---|
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 workerDocumentComment property.
| value | Allowed object is String |
|---|