javax.xml.registry.infomodel
Interface Slot
- public interface Slot
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)
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)