Class RegistryPackageImpl

  • All Implemented Interfaces:
    Serializable, javax.xml.registry.infomodel.ExtensibleObject, javax.xml.registry.infomodel.RegistryEntry, javax.xml.registry.infomodel.RegistryObject, javax.xml.registry.infomodel.RegistryPackage, javax.xml.registry.infomodel.Versionable

    public class RegistryPackageImpl
    extends RegistryEntryImpl
    implements javax.xml.registry.infomodel.RegistryPackage, Serializable
    Implementation of RegistryPackage interface. All methods are level 1 methods.
    Author:
    Bobby Bissett
    See Also:
    Serialized Form
    • Constructor Detail

      • RegistryPackageImpl

        public RegistryPackageImpl()
        Default constructor
    • Method Detail

      • addRegistryObject

        public void addRegistryObject​(javax.xml.registry.infomodel.RegistryObject registryObject)
                               throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        addRegistryObject in interface javax.xml.registry.infomodel.RegistryPackage
        Throws:
        javax.xml.registry.JAXRException
      • addRegistryObjects

        public void addRegistryObjects​(Collection registryObjects)
                                throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        addRegistryObjects in interface javax.xml.registry.infomodel.RegistryPackage
        Throws:
        javax.xml.registry.JAXRException
      • removeRegistryObject

        public void removeRegistryObject​(javax.xml.registry.infomodel.RegistryObject registryObject)
                                  throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        removeRegistryObject in interface javax.xml.registry.infomodel.RegistryPackage
        Throws:
        javax.xml.registry.JAXRException
      • removeRegistryObjects

        public void removeRegistryObjects​(Collection registryEntries)
                                   throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        removeRegistryObjects in interface javax.xml.registry.infomodel.RegistryPackage
        Throws:
        javax.xml.registry.JAXRException
      • getRegistryObjects

        public Set getRegistryObjects()
                               throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getRegistryObjects in interface javax.xml.registry.infomodel.RegistryPackage
        Throws:
        javax.xml.registry.JAXRException