javax.xml.registry.infomodel

Interface ExtensibleObject

    • Method Detail

      • addSlot

        void addSlot(Slot slot)
              throws JAXRException
        Adds a Slot to this object.

        Capability Level: 0
        Parameters:
        slot - the Slot object being added to this object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • addSlots

        void addSlots(Collection slots)
               throws JAXRException
        Adds more Slots to this object.

        Capability Level: 0
        Parameters:
        slots - the Collection of Slot objects being added to this object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • removeSlot

        void removeSlot(String slotName)
                 throws JAXRException
        Removes a Slot from this object. The Slot is identified by its name.

        Capability Level: 0
        Parameters:
        slotName - the name for the Slot object being removed from this object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • removeSlots

        void removeSlots(Collection slotNames)
                  throws JAXRException
        Removes specified Slots from this object. The Slots are identified by its name.

        Capability Level: 0
        Parameters:
        slotNames - the Collection of names for Slot objects being removed from this object. Must be a Collection of Strings
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getSlot

        Slot getSlot(String slotName)
              throws JAXRException
        Gets the slot specified by slotName.

        Capability Level: 0
        Parameters:
        slotName - the name of the desired Slot object
        Throws:
        JAXRException - If the JAXR provider encounters an internal error
      • getSlots

        Collection getSlots()
                     throws JAXRException
        Returns the Slots associated with this object.

        Capability Level: 0
        Returns:
        Collection of Slot instances. The Collection may be empty but not null.
        Throws:
        JAXRException - If the JAXR provider encounters an internal error

Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/xml/registry/infomodel/ExtensibleObject.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com, ExtensibleObject (Java(TM) EE 7 Specification APIs)

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.