|
||||||||||
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 javax.xml.bind.JAXBElement<byte[]> |
body
|
protected javax.xml.bind.JAXBElement<java.lang.String> |
contentType
|
protected java.lang.String |
fileName
|
protected java.lang.Boolean |
inline
|
Constructor Summary | |
---|---|
EmailFileAttachment()
|
Method Summary | |
---|---|
javax.xml.bind.JAXBElement<byte[]> |
getBody()
Gets the value of the body property. |
javax.xml.bind.JAXBElement<java.lang.String> |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getFileName()
Gets the value of the fileName property. |
java.lang.Boolean |
isInline()
Gets the value of the inline property. |
void |
setBody(javax.xml.bind.JAXBElement<byte[]> value)
Sets the value of the body property. |
void |
setContentType(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the contentType property. |
void |
setFileName(java.lang.String value)
Sets the value of the fileName property. |
void |
setInline(java.lang.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 javax.xml.bind.JAXBElement<byte[]> body
protected javax.xml.bind.JAXBElement<java.lang.String> contentType
protected java.lang.String fileName
protected java.lang.Boolean inline
Constructor Detail |
---|
public EmailFileAttachment()
Method Detail |
---|
public javax.xml.bind.JAXBElement<byte[]> getBody()
JAXBElement
<
byte[]
>
public void setBody(javax.xml.bind.JAXBElement<byte[]> value)
value
- allowed object is
JAXBElement
<
byte[]
>
public javax.xml.bind.JAXBElement<java.lang.String> getContentType()
JAXBElement
<
String
>
public void setContentType(javax.xml.bind.JAXBElement<java.lang.String> value)
value
- allowed object is
JAXBElement
<
String
>
public java.lang.String getFileName()
String
public void setFileName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isInline()
Boolean
public void setInline(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |