| java.lang.Object | |
| ↳ | com.workday.integrations.AttachmentDataWWSType |
The details of a resume (resume, name, comments).
Java class for Attachment_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Attachment_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File_ID" 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="FileName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comments | |||||||||||
| file | |||||||||||
| fileID | |||||||||||
| fileName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comments property.
| |||||||||||
Gets the value of the file property.
| |||||||||||
Gets the value of the fileID property.
| |||||||||||
Gets the value of the fileName property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the file property.
| |||||||||||
Sets the value of the fileID property.
| |||||||||||
Sets the value of the fileName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comments property.
Gets the value of the file property.
Gets the value of the fileID property.
Gets the value of the fileName property.
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the file property.
| value | Allowed object is byte[] |
|---|
Sets the value of the fileID property.
| value | Allowed object is String |
|---|
Sets the value of the fileName property.
| value | Allowed object is String |
|---|