aqbanking
5.0.24.0-git
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
jobloadcellphone.h
Go to the documentation of this file.
1
/***************************************************************************
2
$RCSfile$
3
-------------------
4
cvs : $Id: jobgetbalance.h 1137 2007-01-19 19:48:38Z martin $
5
begin : Mon Mar 01 2004
6
copyright : (C) 2004 by Martin Preuss
7
email : martin@libchipcard.de
8
9
***************************************************************************
10
* This file is part of the project "AqBanking". *
11
* Please see toplevel file COPYING of that project for license details. *
12
***************************************************************************/
13
14
15
#ifndef AQBANKING_JOBLOADCELLPHONE_H
16
#define AQBANKING_JOBLOADCELLPHONE_H
17
18
19
#include <
aqbanking/job.h
>
20
#include <
aqbanking/cellphoneproduct.h
>
21
#include <
aqbanking/value.h
>
22
27
28
#ifdef __cplusplus
29
extern
"C"
{
30
#endif
31
34
AQBANKING_API
AB_JOB
*
AB_JobLoadCellPhone_new
(
AB_ACCOUNT
*a);
40
AQBANKING_API
void
AB_JobLoadCellPhone_SetCellPhoneProduct
(
AB_JOB
*j,
41
const
AB_CELLPHONE_PRODUCT
*p);
42
43
AQBANKING_API
const
AB_CELLPHONE_PRODUCT
*
AB_JobLoadCellPhone_GetCellPhoneProduct
(
const
AB_JOB
*j);
44
AQBANKING_API
void
AB_JobLoadCellPhone_SetPhoneNumber
(
AB_JOB
*j,
const
char
*n);
45
AQBANKING_API
const
char
*
AB_JobLoadCellPhone_GetPhoneNumber
(
const
AB_JOB
*j);
46
47
AQBANKING_API
void
AB_JobLoadCellPhone_SetValue
(
AB_JOB
*j,
const
AB_VALUE
*v);
48
AQBANKING_API
const
AB_VALUE
*
AB_JobLoadCellPhone_GetValue
(
const
AB_JOB
*j);
57
AQBANKING_API
const
AB_CELLPHONE_PRODUCT_LIST
*
58
AB_JobLoadCellPhone_GetCellPhoneProductList
(
const
AB_JOB
*j);
61
#ifdef __cplusplus
62
}
63
#endif
64
/* addtogroup */
66
67
68
#endif
69
Generated on Tue Mar 25 2014 03:40:32 for aqbanking by
1.8.1.2