|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.EmailFileAttachment
public class EmailFileAttachment
Java class for EmailFileAttachment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmailFileAttachment"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="body" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="inline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected JAXBElement<byte[]> |
body
|
protected JAXBElement<String> |
contentType
|
protected String |
fileName
|
protected Boolean |
inline
|
Constructor Summary | |
---|---|
EmailFileAttachment()
|
Method Summary | |
---|---|
JAXBElement<byte[]> |
getBody()
Gets the value of the body property. |
JAXBElement<String> |
getContentType()
Gets the value of the contentType property. |
String |
getFileName()
Gets the value of the fileName property. |
Boolean |
isInline()
Gets the value of the inline property. |
void |
setBody(JAXBElement<byte[]> value)
Sets the value of the body property. |
void |
setContentType(JAXBElement<String> value)
Sets the value of the contentType property. |
void |
setFileName(String value)
Sets the value of the fileName property. |
void |
setInline(Boolean value)
Sets the value of the inline property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JAXBElement<byte[]> body
protected JAXBElement<String> contentType
protected String fileName
protected Boolean inline
Constructor Detail |
---|
public EmailFileAttachment()
Method Detail |
---|
public JAXBElement<byte[]> getBody()
JAXBElement
<
byte[]
>
public void setBody(JAXBElement<byte[]> value)
value
- allowed object is
JAXBElement
<
byte[]
>
public JAXBElement<String> getContentType()
JAXBElement
<
String
>
public void setContentType(JAXBElement<String> value)
value
- allowed object is
JAXBElement
<
String
>
public String getFileName()
String
public void setFileName(String value)
value
- allowed object is
String
public Boolean isInline()
Boolean
public void setInline(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |