content
protected byte[] content
Java class for MimePart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MimePart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
byte[]voidsetContent(byte[] value) voidsetContentType(String value) value - allowed object is
byte[]