public class

BusinessEntityLogoImageDataType

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

Class Overview

Business Entity Logo Image Data is an element containing the logo data.

Java class for Business_Entity_Logo_Image_DataType complex type.

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

 <complexType name="Business_Entity_Logo_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

Fields
protected String filename
protected byte[] image
Public Constructors
BusinessEntityLogoImageDataType()
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

Fields

protected String filename

protected byte[] image

Public Constructors

public BusinessEntityLogoImageDataType ()

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[]