void setData(const std::string &d)
const std::string & getData() const
InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is inc...
InlineContent * clone() const
It creates a new copy of this object.
InlineContent is XML or base64 encoded content in some externally-defined format that is included in ...
EncodingType getEncoding() const
static te::dt::DateTime d(2010, 8, 9, 15, 58, 39)
EncodingType m_encoding
The possible values are: xml or base64. (Mandatory)
InlineContent(const EncodingType &e)
It initializes a new InlineContent.
void setEncoding(EncodingType e)
std::string m_data
The inlined data. (Optional)
EncodingType
The format type of encoded data.