public class PrintableFileAttachmentData extends AbstractRealTimeDto implements Serializable
Java class for printableFileAttachmentData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected byte[] |
data |
protected String |
fileName |
protected String |
mimetype |
protected Date |
uploadDate |
Constructor and Description |
---|
PrintableFileAttachmentData() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets the value of the data property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getMimetype()
Gets the value of the mimetype property.
|
Date |
getUploadDate()
Gets the value of the uploadDate property.
|
void |
setData(byte[] value)
Sets the value of the data property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setMimetype(String value)
Sets the value of the mimetype property.
|
void |
setUploadDate(Date value)
Sets the value of the uploadDate property.
|
protected byte[] data
protected String fileName
protected String mimetype
protected Date uploadDate
public byte[] getData()
public void setData(byte[] value)
value
- allowed object is
byte[]public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public String getMimetype()
String
public void setMimetype(String value)
value
- allowed object is
String
public Date getUploadDate()
String
Copyright © 2021. All rights reserved.