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
JAXRException
String getSlotType() throws JAXRException
JAXRException
Collection getValues() throws JAXRException
JAXRException
void setName(String name) throws JAXRException
JAXRException
void setSlotType(String type) throws JAXRException
JAXRException
void setValues(Collection values) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.