-
public interface Slot
Slot instances provide a dynamic way to add arbitrary attributes to RegistryObject instances. This ability to add attributes dynamically to RegistryObject instances enables extensibility within the Registry Information Model.A RegistryObject may have 0 or more Slots. A slot is composed of a name, a slotType and a collection of values. The name of a slot is locally unique within the RegistryObject instance. Similarly, the value of a Slot is locally unique within a slot instance. Since a Slot represents an extensible attribute whose value may be a collection, a Slot is allowed to have a collection of values rather than a single value. The slotType attribute may optionally specify a type or category for the slot.
- Author:
- Farrukh S. Najmi
- See Also:
ExtensibleObject
-
-
Field Summary
Fields Modifier and Type Field and Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description 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
-
SORT_CODE_SLOT
static final String SORT_CODE_SLOT
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.- See Also:
- Constant Field Values
-
ADDRESS_LINES_SLOT
static final String ADDRESS_LINES_SLOT
Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.- See Also:
- Constant Field Values
-
AUTHORIZED_NAME_SLOT
static final String AUTHORIZED_NAME_SLOT
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.- See Also:
- Constant Field Values
-
OPERATOR_SLOT
static final String OPERATOR_SLOT
Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName() throws JAXRException
Gets the name for this Slot. Default is a NULL String.- Capability Level: 0
- Returns:
- the name
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setName
void setName(String name) throws JAXRException
Sets the name for this Slot. Default is a NULL String.- Capability Level: 0
- Parameters:
name
- the name- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getSlotType
String getSlotType() throws JAXRException
Gets the slotType for this Slot. Default is a NULL String.- Capability Level: 0
- Returns:
- the slot type which is an arbitrary String
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
setSlotType
void setSlotType(String slotType) throws JAXRException
Sets the slotType for this Slot.- Capability Level: 0
- Parameters:
slotType
- the slot type which is an arbitrary String- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getValues
Collection getValues() throws JAXRException
Gets the values for this Slot.- Capability Level: 0
- Returns:
- Collection of String instances representing the values for this Slot. The Collection may be empty but not null.
- Throws:
JAXRException
- If the JAXR provider encounters an internal error- See Also:
String
-
setValues
void setValues(Collection values) throws JAXRException
Sets the values for this Slot.- Capability Level: 0
- Parameters:
values
- the values for this Slot- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/xml/registry/infomodel/Slot.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.