javax.xml.registry.infomodel
Interface Slot

All Known Implementing Classes:
SlotImpl

public interface Slot

Version:
$Revision$ $Date$

Field Summary
static String ADDRESS_LINES_SLOT
           
static String AUTHORIZED_NAME_SLOT
           
static String OPERATOR_SLOT
           
static String SORT_CODE_SLOT
           
 
Method Summary
 String getName()
           
 String getSlotType()
           
 Collection<String> getValues()
           
 void setName(String name)
           
 void setSlotType(String slotType)
           
 void setValues(Collection<String> values)
           
 

Field Detail

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
Method Detail

getName

String getName()
               throws JAXRException
Throws:
JAXRException

getSlotType

String getSlotType()
                   throws JAXRException
Throws:
JAXRException

getValues

Collection<String> getValues()
                             throws JAXRException
Throws:
JAXRException

setName

void setName(String name)
             throws JAXRException
Throws:
JAXRException

setSlotType

void setSlotType(String slotType)
                 throws JAXRException
Throws:
JAXRException

setValues

void setValues(Collection<String> values)
               throws JAXRException
Throws:
JAXRException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.