public class

FinancialsAttachmentDataType

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

Class Overview

Encapsulating element containing all Business Document Attachment data.

Java class for Financials_Attachment_DataType complex type.

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

 <complexType name="Financials_Attachment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="File_Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="Content_Type">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="80"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Filename">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <maxLength value="255"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="Encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Compressed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String comment
protected Boolean compressed
protected String contentType
protected String encoding
protected byte[] fileContent
protected String filename
Public Constructors
FinancialsAttachmentDataType()
Public Methods
String getComment()
Gets the value of the comment property.
String getContentType()
Gets the value of the contentType property.
String getEncoding()
Gets the value of the encoding property.
byte[] getFileContent()
Gets the value of the fileContent property.
String getFilename()
Gets the value of the filename property.
Boolean isCompressed()
Gets the value of the compressed property.
void setComment(String value)
Sets the value of the comment property.
void setCompressed(Boolean value)
Sets the value of the compressed property.
void setContentType(String value)
Sets the value of the contentType property.
void setEncoding(String value)
Sets the value of the encoding property.
void setFileContent(byte[] value)
Sets the value of the fileContent property.
void setFilename(String value)
Sets the value of the filename property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String comment

protected Boolean compressed

protected String contentType

protected String encoding

protected byte[] fileContent

protected String filename

Public Constructors

public FinancialsAttachmentDataType ()

Public Methods

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public String getContentType ()

Gets the value of the contentType property.

Returns
  • possible object is String

public String getEncoding ()

Gets the value of the encoding property.

Returns
  • possible object is String

public byte[] getFileContent ()

Gets the value of the fileContent property.

Returns
  • possible object is byte[]

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public Boolean isCompressed ()

Gets the value of the compressed property.

Returns
  • possible object is Boolean

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setCompressed (Boolean value)

Sets the value of the compressed property.

Parameters
value Allowed object is Boolean

public void setContentType (String value)

Sets the value of the contentType property.

Parameters
value Allowed object is String

public void setEncoding (String value)

Sets the value of the encoding property.

Parameters
value Allowed object is String

public void setFileContent (byte[] value)

Sets the value of the fileContent property.

Parameters
value Allowed object is byte[]

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String