Class RegistryEntryImpl

    • Constructor Detail

      • RegistryEntryImpl

        public RegistryEntryImpl()
        Default constructor
      • RegistryEntryImpl

        public RegistryEntryImpl​(javax.xml.registry.infomodel.Key key,
                                 String description,
                                 String name)
        Constructor used by subclass to initialize RegistryObject data
      • RegistryEntryImpl

        public RegistryEntryImpl​(javax.xml.registry.infomodel.Key key)
        Constructor used by subclass to initialize RegistryObject data
    • Method Detail

      • getStatus

        public int getStatus()
                      throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getStatus in interface javax.xml.registry.infomodel.RegistryEntry
        Throws:
        javax.xml.registry.JAXRException
      • getStability

        public int getStability()
                         throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getStability in interface javax.xml.registry.infomodel.RegistryEntry
        Throws:
        javax.xml.registry.JAXRException
      • setStability

        public void setStability​(int stability)
                          throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setStability in interface javax.xml.registry.infomodel.RegistryEntry
        Throws:
        javax.xml.registry.JAXRException
      • getExpiration

        public Date getExpiration()
                           throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getExpiration in interface javax.xml.registry.infomodel.RegistryEntry
        Throws:
        javax.xml.registry.JAXRException
      • setExpiration

        public void setExpiration​(Date date)
                           throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setExpiration in interface javax.xml.registry.infomodel.RegistryEntry
        Throws:
        javax.xml.registry.JAXRException
      • getMajorVersion

        public int getMajorVersion()
                            throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getMajorVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException
      • setMajorVersion

        public void setMajorVersion​(int majorVersion)
                             throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setMajorVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException
      • getMinorVersion

        public int getMinorVersion()
                            throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getMinorVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException
      • setMinorVersion

        public void setMinorVersion​(int minorVersion)
                             throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setMinorVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException
      • getUserVersion

        public String getUserVersion()
                              throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getUserVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException
      • setUserVersion

        public void setUserVersion​(String userVersion)
                            throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setUserVersion in interface javax.xml.registry.infomodel.Versionable
        Throws:
        javax.xml.registry.JAXRException