| java.lang.Object | |
| ↳ | workday.com.bsvc.JobRequisitionAttachmentDataType |
Wrapper element for a signle file attachment
Java class for Job_Requisition_Attachment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Job_Requisition_Attachment_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="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="File" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| file | |||||||||||
| fileName | |||||||||||
| 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.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the fileName 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.
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 |
|---|

