public class

AttachmentWWSDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.AttachmentWWSDataType

Class Overview

Attachment WWS Data element

Java class for Attachment_WWS_DataType complex type.

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

 <complexType name="Attachment_WWS_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Filename">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="File_Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="Mime_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected byte[] fileContent
protected String filename
protected String id
protected MimeTypeObjectType mimeTypeReference
Public Constructors
AttachmentWWSDataType()
Public Methods
String getComment()
Gets the value of the comment property.
byte[] getFileContent()
Gets the value of the fileContent property.
String getFilename()
Gets the value of the filename property.
String getID()
Gets the value of the id property.
MimeTypeObjectType getMimeTypeReference()
Gets the value of the mimeTypeReference property.
void setComment(String value)
Sets the value of the comment property.
void setFileContent(byte[] value)
Sets the value of the fileContent property.
void setFilename(String value)
Sets the value of the filename property.
void setID(String value)
Sets the value of the id property.
void setMimeTypeReference(MimeTypeObjectType value)
Sets the value of the mimeTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected byte[] fileContent

protected String filename

protected String id

protected MimeTypeObjectType mimeTypeReference

Public Constructors

public AttachmentWWSDataType ()

Public Methods

public String getComment ()

Gets the value of the comment 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 String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public MimeTypeObjectType getMimeTypeReference ()

Gets the value of the mimeTypeReference property.

Returns

public void setComment (String value)

Sets the value of the comment 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

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setMimeTypeReference (MimeTypeObjectType value)

Sets the value of the mimeTypeReference property.

Parameters
value Allowed object is MimeTypeObjectType