public class

IntegrationAttachmentDataType

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

Class Overview

Encapsulating element containing all Integration Attachment data.

Java class for Integration_Attachment_DataType complex type.

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

 <complexType name="Integration_Attachment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="File_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="File_Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="Content_Type_Reference" type="{urn:com.workday/bsvc}Mime_TypeObjectType" minOccurs="0"/>
         <element name="Comments" 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

Constants
long serialVersionUID
Fields
protected String comments
protected Boolean compressed
protected String contentType
protected MimeTypeObjectType contentTypeReference
protected String encoding
protected byte[] fileContent
protected String fileID
protected String filename
Public Constructors
IntegrationAttachmentDataType()
Public Methods
String getComments()
Gets the value of the comments property.
Boolean getCompressed()
Gets the value of the compressed property.
String getContentType()
Gets the value of the contentType property.
MimeTypeObjectType getContentTypeReference()
Gets the value of the contentTypeReference property.
String getEncoding()
Gets the value of the encoding property.
byte[] getFileContent()
Gets the value of the fileContent property.
String getFileID()
Gets the value of the fileID property.
String getFilename()
Gets the value of the filename property.
void setComments(String value)
Sets the value of the comments property.
void setCompressed(Boolean value)
Sets the value of the compressed property.
void setContentType(String value)
Sets the value of the contentType property.
void setContentTypeReference(MimeTypeObjectType value)
Sets the value of the contentTypeReference property.
void setEncoding(String value)
Sets the value of the encoding property.
void setFileContent(byte[] value)
Sets the value of the fileContent property.
void setFileID(String value)
Sets the value of the fileID 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 comments

protected Boolean compressed

protected String contentType

protected MimeTypeObjectType contentTypeReference

protected String encoding

protected byte[] fileContent

protected String fileID

protected String filename

Public Constructors

public IntegrationAttachmentDataType ()

Public Methods

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public Boolean getCompressed ()

Gets the value of the compressed property. This getter has been renamed from isCompressed() to getCompressed() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getContentType ()

Gets the value of the contentType property.

Returns
  • possible object is String

public MimeTypeObjectType getContentTypeReference ()

Gets the value of the contentTypeReference property.

Returns

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 getFileID ()

Gets the value of the fileID property.

Returns
  • possible object is String

public String getFilename ()

Gets the value of the filename property.

Returns
  • possible object is String

public void setComments (String value)

Sets the value of the comments 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 setContentTypeReference (MimeTypeObjectType value)

Sets the value of the contentTypeReference property.

Parameters
value Allowed object is MimeTypeObjectType

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 setFileID (String value)

Sets the value of the fileID property.

Parameters
value Allowed object is String

public void setFilename (String value)

Sets the value of the filename property.

Parameters
value Allowed object is String