#include <gwenhywfar/db.h>
#include <gwenhywfar/misc.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/types.h>
#include <aqbanking/error.h>
Go to the source code of this file.
typedef struct AB_BANKINFO_SERVICE AB_BANKINFO_SERVICE |
Definition at line 102 of file bankinfoservice.h.
void AB_BankInfoService_Attach | ( | AB_BANKINFO_SERVICE * | st | ) |
Increments the usage counter of the given object, so an additional free() is needed to destroy the object.
AB_BANKINFO_SERVICE* AB_BankInfoService_dup | ( | const AB_BANKINFO_SERVICE * | st | ) |
Creates and returns a deep copy of thegiven object.
void AB_BankInfoService_free | ( | AB_BANKINFO_SERVICE * | st | ) |
Destroys the given object.
AB_BANKINFO_SERVICE* AB_BankInfoService_fromDb | ( | GWEN_DB_NODE * | db | ) |
Creates an object from the data in the given GWEN_DB_NODE
const char* AB_BankInfoService_GetAddress | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Address
const char* AB_BankInfoService_GetAux1 | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Aux1
const char* AB_BankInfoService_GetAux2 | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Aux2
const char* AB_BankInfoService_GetMode | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Mode
const char* AB_BankInfoService_GetPversion | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Pversion
const char* AB_BankInfoService_GetSuffix | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Suffix
const char* AB_BankInfoService_GetType | ( | const AB_BANKINFO_SERVICE * | el | ) |
Returns the property AB_BANKINFO_SERVICE_Type
int AB_BankInfoService_IsModified | ( | const AB_BANKINFO_SERVICE * | st | ) |
Returns 0 if this object has not been modified, !=0 otherwise
void AB_BankInfoService_List2_freeAll | ( | AB_BANKINFO_SERVICE_LIST2 * | stl | ) |
Destroys all objects stored in the given LIST2 and the list itself
AB_BANKINFO_SERVICE_LIST* AB_BankInfoService_List_dup | ( | const AB_BANKINFO_SERVICE_LIST * | stl | ) |
AB_BANKINFO_SERVICE* AB_BankInfoService_new | ( | ) |
Creates a new object.
int AB_BankInfoService_ReadDb | ( | AB_BANKINFO_SERVICE * | st, | |
GWEN_DB_NODE * | db | |||
) |
Reads data from a GWEN_DB.
void AB_BankInfoService_SetAddress | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Address
void AB_BankInfoService_SetAux1 | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Aux1
void AB_BankInfoService_SetAux2 | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Aux2
void AB_BankInfoService_SetMode | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Mode
void AB_BankInfoService_SetModified | ( | AB_BANKINFO_SERVICE * | st, | |
int | i | |||
) |
Sets the modified state of the given object
void AB_BankInfoService_SetPversion | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Pversion
void AB_BankInfoService_SetSuffix | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Suffix
void AB_BankInfoService_SetType | ( | AB_BANKINFO_SERVICE * | el, | |
const char * | d | |||
) |
Set the property AB_BANKINFO_SERVICE_Type
int AB_BankInfoService_toDb | ( | const AB_BANKINFO_SERVICE * | st, | |
GWEN_DB_NODE * | db | |||
) |
Stores an object in the given GWEN_DB_NODE