public class IndividualPhotoData extends Object
Java class for individualPhotoData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="individualPhotoData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mimeType" type="{http://v2_21.ContactInformationPublicService.service.secutix.com/}imageMimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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.