public class

EmployeeImageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.EmployeeImageDataType

Class Overview

Encapsulating element containing all Employee Image data.

Java class for Employee_Image_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Employee_Image_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Filename">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Image" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String filename
protected byte[] image
Public Constructors
EmployeeImageDataType()
Public Methods
String getFilename()
Gets the value of the filename property.
byte[] getImage()
Gets the value of the image property.
void setFilename(String value)
Sets the value of the filename property.
void setImage(byte[] value)
Sets the value of the image property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String filename

protected byte[] image

Public Constructors

public EmployeeImageDataType ()

Public Methods

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public byte[] getImage ()

Gets the value of the image property.

Returns
  • possible object is byte[]

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String

public void setImage (byte[] value)

Sets the value of the image property.

Parameters
value Allowed object is byte[]