javax.xml.registry.infomodel

Interface Slot


  • 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 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

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/infomodel/Slot.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com, Slot (Java(TM) EE 7 Specification APIs)

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.