public class

AttachmentDataWWSType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.AttachmentDataWWSType

Class Overview

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>
 

Summary

Fields
protected String comments
protected byte[] file
protected String fileID
protected String fileName
Public Constructors
AttachmentDataWWSType()
Public Methods
String getComments()
Gets the value of the comments property.
byte[] getFile()
Gets the value of the file property.
String getFileID()
Gets the value of the fileID property.
String getFileName()
Gets the value of the fileName property.
void setComments(String value)
Sets the value of the comments property.
void setFile(byte[] value)
Sets the value of the file property.
void setFileID(String value)
Sets the value of the fileID property.
void setFileName(String value)
Sets the value of the fileName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String comments

protected byte[] file

protected String fileID

protected String fileName

Public Constructors

public AttachmentDataWWSType ()

Public Methods

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public byte[] getFile ()

Gets the value of the file property.

Returns
  • possible object is byte[]

public String getFileID ()

Gets the value of the fileID property.

Returns
  • possible object is String

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setFile (byte[] value)

Sets the value of the file property.

Parameters
value Allowed object is byte[]

public void setFileID (String value)

Sets the value of the fileID property.

Parameters
value Allowed object is String

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String