public class HBCIPassportList extends Object
| Constructor and Description |
|---|
HBCIPassportList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(HBCIPassportList passportList) |
void |
addPassport(HBCIPassportInternal passport,
String role) |
void |
clear() |
HBCIPassportInternal |
getMainPassport() |
HBCIPassportInternal |
getPassport(int idx) |
String |
getRole(int idx) |
int |
size() |
public void addPassport(HBCIPassportInternal passport, String role)
public void addAll(HBCIPassportList passportList)
public HBCIPassportInternal getMainPassport()
public HBCIPassportInternal getPassport(int idx)
public String getRole(int idx)
public int size()
public void clear()
Copyright © 2018. All rights reserved.