#include <OnixS/MTS/Cash/SDP/Classes/SMP.Classes.TI_ISSUER.h>
Public Member Functions | |
TI_ISSUER () | |
virtual | ~TI_ISSUER () |
virtual ClassId::Enum | id () const |
size_t | deserialize (const void *buf, size_t inLen) |
virtual std::string | toString () const |
virtual size_t | serializationBufSize () const |
virtual TI_ISSUER * | clone () const |
virtual TI_ISSUER * | clone (void *) const |
Public Member Functions inherited from Class | |
virtual | ~Class () |
size_t | getMaxMessageSize () const |
Public Attributes | |
UInt32 | issuerId |
std::string | issuerDesc |
std::string | countryCode |
UInt32 | industryId |
Definition at line 45 of file SMP.Classes.TI_ISSUER.h.
|
inline |
Definition at line 48 of file SMP.Classes.TI_ISSUER.h.
|
inlinevirtual |
Definition at line 54 of file SMP.Classes.TI_ISSUER.h.
size_t deserialize | ( | const void * | buf, |
size_t | inLen | ||
) |
|
inlinevirtual |
|
inlinevirtual |
Implements Class.
Definition at line 82 of file SMP.Classes.TI_ISSUER.h.
|
virtual |
Provides string presentation.
Implements Class.
std::string countryCode |
ISO unique alphanumeric ID code of the country to which the issuing body belongs.
Definition at line 70 of file SMP.Classes.TI_ISSUER.h.
UInt32 industryId |
Unique ID of the goods sector in which the issuing body operates.
Definition at line 73 of file SMP.Classes.TI_ISSUER.h.
std::string issuerDesc |
Description of the issuing body.
Definition at line 67 of file SMP.Classes.TI_ISSUER.h.
UInt32 issuerId |
Unique ID of the issuing body.
Definition at line 64 of file SMP.Classes.TI_ISSUER.h.