public class EmailFileAttachment extends Object implements Serializable
Constructor and Description |
---|
EmailFileAttachment() |
EmailFileAttachment(byte[] body,
String contentType,
String fileName,
Boolean inline) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBody()
Gets the body value for this EmailFileAttachment.
|
String |
getContentType()
Gets the contentType value for this EmailFileAttachment.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFileName()
Gets the fileName value for this EmailFileAttachment.
|
Boolean |
getInline()
Gets the inline value for this EmailFileAttachment.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setBody(byte[] body)
Sets the body value for this EmailFileAttachment.
|
void |
setContentType(String contentType)
Sets the contentType value for this EmailFileAttachment.
|
void |
setFileName(String fileName)
Sets the fileName value for this EmailFileAttachment.
|
void |
setInline(Boolean inline)
Sets the inline value for this EmailFileAttachment.
|
public byte[] getBody()
public void setBody(byte[] body)
body
- public String getContentType()
public void setContentType(String contentType)
contentType
- public String getFileName()
public void setFileName(String fileName)
fileName
- public Boolean getInline()
public void setInline(Boolean inline)
inline
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.