All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.buildbox.changes.bean.ChangesDocumentBean Maven / Gradle / Ivy

Go to download

Commandline utility for creating reproducible releases. Minimal parametrization, isolated sandbox for releases. Currently built on top of maven-release-plugin.

The newest version!
/*
 * An XML document type.
 * Localname: changes
 * Namespace: http://buildbox.sf.net/changes/2.0
 * Java type: net.sf.buildbox.changes.bean.ChangesDocumentBean
 *
 * Automatically generated - do not modify.
 */
package net.sf.buildbox.changes.bean;


/**
 * A document containing one changes(@http://buildbox.sf.net/changes/2.0) element.
 *
 * This is a complex type.
 */
public interface ChangesDocumentBean extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ChangesDocumentBean.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("changes1c90doctype");
    
    /**
     * Gets the "changes" element
     */
    net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes getChanges();
    
    /**
     * Sets the "changes" element
     */
    void setChanges(net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes changes);
    
    /**
     * Appends and returns a new empty "changes" element
     */
    net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes addNewChanges();
    
    /**
     * An XML changes(@http://buildbox.sf.net/changes/2.0).
     *
     * This is a complex type.
     */
    public interface Changes extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Changes.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("changes7dc1elemtype");
        
        /**
         * Gets the "configuration" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration getConfiguration();
        
        /**
         * True if has "configuration" element
         */
        boolean isSetConfiguration();
        
        /**
         * Sets the "configuration" element
         */
        void setConfiguration(net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration configuration);
        
        /**
         * Appends and returns a new empty "configuration" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration addNewConfiguration();
        
        /**
         * Unsets the "configuration" element
         */
        void unsetConfiguration();
        
        /**
         * Gets the "known-issues" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues getKnownIssues();
        
        /**
         * True if has "known-issues" element
         */
        boolean isSetKnownIssues();
        
        /**
         * Sets the "known-issues" element
         */
        void setKnownIssues(net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues knownIssues);
        
        /**
         * Appends and returns a new empty "known-issues" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues addNewKnownIssues();
        
        /**
         * Unsets the "known-issues" element
         */
        void unsetKnownIssues();
        
        /**
         * Gets the "unreleased" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased getUnreleased();
        
        /**
         * True if has "unreleased" element
         */
        boolean isSetUnreleased();
        
        /**
         * Sets the "unreleased" element
         */
        void setUnreleased(net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased unreleased);
        
        /**
         * Appends and returns a new empty "unreleased" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased addNewUnreleased();
        
        /**
         * Unsets the "unreleased" element
         */
        void unsetUnreleased();
        
        /**
         * Gets the "localbuild" element
         */
        net.sf.buildbox.changes.bean.BuiltVersionNotesBean getLocalbuild();
        
        /**
         * True if has "localbuild" element
         */
        boolean isSetLocalbuild();
        
        /**
         * Sets the "localbuild" element
         */
        void setLocalbuild(net.sf.buildbox.changes.bean.BuiltVersionNotesBean localbuild);
        
        /**
         * Appends and returns a new empty "localbuild" element
         */
        net.sf.buildbox.changes.bean.BuiltVersionNotesBean addNewLocalbuild();
        
        /**
         * Unsets the "localbuild" element
         */
        void unsetLocalbuild();
        
        /**
         * Gets array of all "release" elements
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release[] getReleaseArray();
        
        /**
         * Gets ith "release" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release getReleaseArray(int i);
        
        /**
         * Returns number of "release" element
         */
        int sizeOfReleaseArray();
        
        /**
         * Sets array of all "release" element
         */
        void setReleaseArray(net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release[] releaseArray);
        
        /**
         * Sets ith "release" element
         */
        void setReleaseArray(int i, net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release release);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "release" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release insertNewRelease(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "release" element
         */
        net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release addNewRelease();
        
        /**
         * Removes the ith "release" element
         */
        void removeRelease(int i);
        
        /**
         * An XML configuration(@http://buildbox.sf.net/changes/2.0).
         *
         * This is a complex type.
         */
        public interface Configuration extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Configuration.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("configurationb41felemtype");
            
            /**
             * Gets array of all "property" elements
             */
            net.sf.buildbox.changes.bean.ConfigurationPropertyBean[] getPropertyArray();
            
            /**
             * Gets ith "property" element
             */
            net.sf.buildbox.changes.bean.ConfigurationPropertyBean getPropertyArray(int i);
            
            /**
             * Returns number of "property" element
             */
            int sizeOfPropertyArray();
            
            /**
             * Sets array of all "property" element
             */
            void setPropertyArray(net.sf.buildbox.changes.bean.ConfigurationPropertyBean[] propertyArray);
            
            /**
             * Sets ith "property" element
             */
            void setPropertyArray(int i, net.sf.buildbox.changes.bean.ConfigurationPropertyBean property);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "property" element
             */
            net.sf.buildbox.changes.bean.ConfigurationPropertyBean insertNewProperty(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "property" element
             */
            net.sf.buildbox.changes.bean.ConfigurationPropertyBean addNewProperty();
            
            /**
             * Removes the ith "property" element
             */
            void removeProperty(int i);
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration newInstance() {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Configuration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML known-issues(@http://buildbox.sf.net/changes/2.0).
         *
         * This is a complex type.
         */
        public interface KnownIssues extends org.apache.xmlbeans.XmlObject
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(KnownIssues.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("knownissues9ca1elemtype");
            
            /**
             * Gets array of all "item" elements
             */
            net.sf.buildbox.changes.bean.ItemBean[] getItemArray();
            
            /**
             * Gets ith "item" element
             */
            net.sf.buildbox.changes.bean.ItemBean getItemArray(int i);
            
            /**
             * Returns number of "item" element
             */
            int sizeOfItemArray();
            
            /**
             * Sets array of all "item" element
             */
            void setItemArray(net.sf.buildbox.changes.bean.ItemBean[] itemArray);
            
            /**
             * Sets ith "item" element
             */
            void setItemArray(int i, net.sf.buildbox.changes.bean.ItemBean item);
            
            /**
             * Inserts and returns a new empty value (as xml) as the ith "item" element
             */
            net.sf.buildbox.changes.bean.ItemBean insertNewItem(int i);
            
            /**
             * Appends and returns a new empty value (as xml) as the last "item" element
             */
            net.sf.buildbox.changes.bean.ItemBean addNewItem();
            
            /**
             * Removes the ith "item" element
             */
            void removeItem(int i);
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues newInstance() {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.KnownIssues) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML unreleased(@http://buildbox.sf.net/changes/2.0).
         *
         * This is a complex type.
         */
        public interface Unreleased extends net.sf.buildbox.changes.bean.VersionNotesBean
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Unreleased.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("unreleaseddc0felemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased newInstance() {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Unreleased) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * An XML release(@http://buildbox.sf.net/changes/2.0).
         *
         * This is a complex type.
         */
        public interface Release extends net.sf.buildbox.changes.bean.BuiltVersionNotesBean
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Release.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("release73eeelemtype");
            
            /**
             * A factory class with static methods for creating instances
             * of this type.
             */
            
            public static final class Factory
            {
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release newInstance() {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
                
                public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release newInstance(org.apache.xmlbeans.XmlOptions options) {
                  return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes.Release) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
                
                private Factory() { } // No instance of this class allowed
            }
        }
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes newInstance() {
              return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (net.sf.buildbox.changes.bean.ChangesDocumentBean.Changes) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
            
            private Factory() { } // No instance of this class allowed
        }
    }
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean newInstance() {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static net.sf.buildbox.changes.bean.ChangesDocumentBean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (net.sf.buildbox.changes.bean.ChangesDocumentBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy