javax.xml.registry.infomodel
Interface Slot


public interface Slot


Field Summary
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
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getSlotType()
           
 java.util.Collection getValues()
           
 void setName(java.lang.String name)
           
 void setSlotType(java.lang.String type)
           
 void setValues(java.util.Collection values)
           
 

Field Detail

ADDRESS_LINES_SLOT

public static final java.lang.String ADDRESS_LINES_SLOT
See Also:
Constant Field Values (src)

AUTHORIZED_NAME_SLOT

public static final java.lang.String AUTHORIZED_NAME_SLOT
See Also:
Constant Field Values (src)

OPERATOR_SLOT

public static final java.lang.String OPERATOR_SLOT
See Also:
Constant Field Values (src)

SORT_CODE_SLOT

public static final java.lang.String SORT_CODE_SLOT
See Also:
Constant Field Values (src)
Method Detail

getName

public java.lang.String getName()
                         throws JAXRException (src) 
Throws:
JAXRException (src)

getSlotType

public java.lang.String getSlotType()
                             throws JAXRException (src) 
Throws:
JAXRException (src)

getValues

public java.util.Collection getValues()
                               throws JAXRException (src) 
Throws:
JAXRException (src)

setName

public void setName(java.lang.String name)
             throws JAXRException (src) 
Throws:
JAXRException (src)

setSlotType

public void setSlotType(java.lang.String type)
                 throws JAXRException (src) 
Throws:
JAXRException (src)

setValues

public void setValues(java.util.Collection values)
               throws JAXRException (src) 
Throws:
JAXRException (src)