public interface Slot
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADDRESS_LINES_SLOT |
static java.lang.String |
AUTHORIZED_NAME_SLOT |
static java.lang.String |
OPERATOR_SLOT |
static java.lang.String |
SORT_CODE_SLOT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
getSlotType() |
java.util.Collection |
getValues() |
void |
setName(java.lang.String name) |
void |
setSlotType(java.lang.String slotType) |
void |
setValues(java.util.Collection values) |
static final java.lang.String ADDRESS_LINES_SLOT
static final java.lang.String AUTHORIZED_NAME_SLOT
static final java.lang.String OPERATOR_SLOT
static final java.lang.String SORT_CODE_SLOT
java.lang.String getName() throws JAXRException
JAXRException
java.lang.String getSlotType() throws JAXRException
JAXRException
java.util.Collection getValues() throws JAXRException
JAXRException
void setName(java.lang.String name) throws JAXRException
JAXRException
void setSlotType(java.lang.String slotType) throws JAXRException
JAXRException
void setValues(java.util.Collection values) throws JAXRException
JAXRException