public interface Slot
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS_LINES_SLOT |
static String |
AUTHORIZED_NAME_SLOT |
static String |
OPERATOR_SLOT |
static String |
SORT_CODE_SLOT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSlotType() |
Collection |
getValues() |
void |
setName(String name) |
void |
setSlotType(String type) |
void |
setValues(Collection values) |
static final String ADDRESS_LINES_SLOT
static final String AUTHORIZED_NAME_SLOT
static final String OPERATOR_SLOT
static final String SORT_CODE_SLOT
String getName() throws JAXRException
JAXRExceptionString getSlotType() throws JAXRException
JAXRExceptionCollection getValues() throws JAXRException
JAXRExceptionvoid setName(String name) throws JAXRException
JAXRExceptionvoid setSlotType(String type) throws JAXRException
JAXRExceptionvoid setValues(Collection values) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.