|
Préférences
Moteurs de recherche
|
|||||||||||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry.infomodel
|
||||||||||||||||||||||||||
| Field Summary | |
|---|---|
static String |
ADDRESS_LINES_SLOT
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider. |
static String |
AUTHORIZED_NAME_SLOT
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider. |
static String |
OPERATOR_SLOT
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider. |
static String |
SORT_CODE_SLOT
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider. |
| Method Summary | |
|---|---|
String |
getName()
Gets the name for this Slot. |
String |
getSlotType()
Gets the slotType for this Slot. |
Collection |
getValues()
Gets the values for this Slot. |
void |
setName(String name)
Sets the name for this Slot. |
void |
setSlotType(String slotType)
Sets the slotType for this Slot. |
void |
setValues(Collection values)
Sets the values for this Slot. |
| Field Detail |
|---|
static final String SORT_CODE_SLOT
static final String ADDRESS_LINES_SLOT
static final String AUTHORIZED_NAME_SLOT
static final String OPERATOR_SLOT
| Method Detail |
|---|
String getName() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setName(String name) throws JAXRException
name - the name
JAXRException - If the JAXR provider encounters an internal errorString getSlotType() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorvoid setSlotType(String slotType) throws JAXRException
slotType - the slot type which is an arbitrary String
JAXRException - If the JAXR provider encounters an internal errorCollection getValues() throws JAXRException
JAXRException - If the JAXR provider encounters an internal errorStringvoid setValues(Collection values) throws JAXRException
values - the values for this Slot
JAXRException - If the JAXR provider encounters an internal error