javax.xml.registry.infomodel
Interface Slot
public interface Slot
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
ADDRESS_LINES_SLOT
static final String ADDRESS_LINES_SLOT
- See Also:
- Constant Field Values
AUTHORIZED_NAME_SLOT
static final String AUTHORIZED_NAME_SLOT
- See Also:
- Constant Field Values
OPERATOR_SLOT
static final String OPERATOR_SLOT
- See Also:
- Constant Field Values
SORT_CODE_SLOT
static final String SORT_CODE_SLOT
- See Also:
- Constant Field Values
getName
String getName()
throws JAXRException
- Throws:
JAXRException
getSlotType
String getSlotType()
throws JAXRException
- Throws:
JAXRException
getValues
Collection getValues()
throws JAXRException
- Throws:
JAXRException
setName
void setName(String name)
throws JAXRException
- Throws:
JAXRException
setSlotType
void setSlotType(String type)
throws JAXRException
- Throws:
JAXRException
setValues
void setValues(Collection values)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.