Printable
, XmlSerializable
public final class EmailAttachment extends AbstractPrintable implements XmlSerializable, Printable
SUPRESSED
Constructor | Description |
---|---|
EmailAttachment() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object obj) |
|
byte[] |
getContent() |
Binary value (the content of the file).
|
java.lang.String |
getContentType() |
String value (the content type of the file).
|
java.lang.String |
getFileName() |
Name of attached file.
|
int |
hashCode() |
|
void |
loadFromXml(ESPEmailCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
saveToXml(ESPEmailCustomCodec custCodec,
org.w3c.dom.Node node) |
|
void |
setContent(byte[] value) |
Binary value (the content of the file).
|
void |
setContentType(java.lang.String value) |
String value (the content type of the file).
|
void |
setFileName(java.lang.String value) |
Name of attached file.
|
java.lang.String |
toString(int indent) |
toString, toString
public java.lang.String getFileName()
public void setFileName(java.lang.String value)
public java.lang.String getContentType()
public void setContentType(java.lang.String value)
public byte[] getContent()
public void setContent(byte[] value)
public void saveToXml(ESPEmailCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void loadFromXml(ESPEmailCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public java.lang.String toString(int indent)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.