public class HBCIMessage extends Object
| Constructor and Description |
|---|
HBCIMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(AbstractHBCIJob task)
Fuegt einen neuen Job zur Nachricht hinzu.
|
AbstractHBCIJob |
findTask(String hbciCode)
Sucht in der Nachricht nach einem Task mit dem angegebenen HBCI-Code.
|
int |
getTaskCount()
Liefert die Anzahl aller Tasks in der Naxchricht.
|
List<AbstractHBCIJob> |
getTasks()
Liefert die Kopie der Task-Liste.
|
public List<AbstractHBCIJob> getTasks()
public int getTaskCount()
public AbstractHBCIJob findTask(String hbciCode)
hbciCode - der HBCI-Code.public void append(AbstractHBCIJob task)
task - der neue Job.Copyright © 2020. All rights reserved.