public class IndividualPhotoData extends Object implements Serializable
Java class for individualPhotoData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
fileContent |
protected String |
fileName |
protected ImageMimeType |
mimeType |
| Constructor and Description |
|---|
IndividualPhotoData() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFileContent()
Gets the value of the fileContent property.
|
String |
getFileName()
Gets the value of the fileName property.
|
ImageMimeType |
getMimeType()
Gets the value of the mimeType property.
|
void |
setFileContent(byte[] value)
Sets the value of the fileContent property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setMimeType(ImageMimeType value)
Sets the value of the mimeType property.
|
protected byte[] fileContent
protected String fileName
protected ImageMimeType mimeType
public byte[] getFileContent()
public void setFileContent(byte[] value)
value - allowed object is
byte[]public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic ImageMimeType getMimeType()
ImageMimeTypepublic void setMimeType(ImageMimeType value)
value - allowed object is
ImageMimeTypeCopyright © 2021. All rights reserved.