public class

CertificationAttachmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CertificationAttachmentDataType

Class Overview

Attachments for Certification.

Java class for Certification_Attachment_DataType complex type.

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

 <complexType name="Certification_Attachment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="File_Name">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="255"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Comment" 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="Document_Category_Reference" type="{urn:com.workday/bsvc}Document_Category__All_ObjectType"/>
         <element name="Content_Type" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="80"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String comment
protected String contentType
protected DocumentCategoryAllObjectType documentCategoryReference
protected byte[] file
protected String fileName
Public Constructors
CertificationAttachmentDataType()
Public Methods
String getComment()
Gets the value of the comment property.
String getContentType()
Gets the value of the contentType property.
DocumentCategoryAllObjectType getDocumentCategoryReference()
Gets the value of the documentCategoryReference property.
byte[] getFile()
Gets the value of the file property.
String getFileName()
Gets the value of the fileName property.
void setComment(String value)
Sets the value of the comment property.
void setContentType(String value)
Sets the value of the contentType property.
void setDocumentCategoryReference(DocumentCategoryAllObjectType value)
Sets the value of the documentCategoryReference property.
void setFile(byte[] value)
Sets the value of the file property.
void setFileName(String value)
Sets the value of the fileName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String comment

protected String contentType

protected DocumentCategoryAllObjectType documentCategoryReference

protected byte[] file

protected String fileName

Public Constructors

public CertificationAttachmentDataType ()

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 DocumentCategoryAllObjectType getDocumentCategoryReference ()

Gets the value of the documentCategoryReference property.

Returns

public byte[] getFile ()

Gets the value of the file property.

Returns
  • possible object is byte[]

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setContentType (String value)

Sets the value of the contentType property.

Parameters
value Allowed object is String

public void setDocumentCategoryReference (DocumentCategoryAllObjectType value)

Sets the value of the documentCategoryReference property.

Parameters
value Allowed object is DocumentCategoryAllObjectType

public void setFile (byte[] value)

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