#include <AxisUserAPI.hpp>
Public Methods | |
xsd__hexBinary () | |
xsd__hexBinary (const xsd__hexBinary &original) | |
~xsd__hexBinary () | |
void | set (xsd__unsignedByte *data, xsd__int size) |
xsd__unsignedByte * | get (xsd__int &size) const |
xsd__int | getSize (void) const |
xsd__hexBinary & | operator= (const xsd__hexBinary &original) |
|
Default constructor |
|
Copy Constructor
|
|
Destructor |
|
Get binary data from xsd__hexBinary object.
|
|
Get length, in bytes, of binary data.
|
|
Assignment operator
|
|
Set binary data into xsd__hexBinary object.
|