javax.xml.registry.infomodel
Interface Slot


public interface Slot

Version:
$Revision$ $Date$

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 slotType)
           
 void setValues(java.util.Collection values)
           
 

Field Detail

ADDRESS_LINES_SLOT

static final java.lang.String ADDRESS_LINES_SLOT
See Also:
Constant Field Values

AUTHORIZED_NAME_SLOT

static final java.lang.String AUTHORIZED_NAME_SLOT
See Also:
Constant Field Values

OPERATOR_SLOT

static final java.lang.String OPERATOR_SLOT
See Also:
Constant Field Values

SORT_CODE_SLOT

static final java.lang.String SORT_CODE_SLOT
See Also:
Constant Field Values
Method Detail

getName

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

getSlotType

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

getValues

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

setName

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

setSlotType

void setSlotType(java.lang.String slotType)
                 throws JAXRException
Throws:
JAXRException

setValues

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


Copyright © {inceptionYear}-2008 null. All Rights Reserved.