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