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

io.github.isotes.vs.model.ProjectReferenceDocument Maven / Gradle / Ivy

Go to download

Generated XMLBeans Java classes for the XML schema of MSBuild project files

The newest version!
/*
 * An XML document type.
 * Localname: ProjectReference
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ProjectReferenceDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one ProjectReference(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ProjectReferenceDocument extends io.github.isotes.vs.model.ItemDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectReferenceDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("projectreference34f4doctype");
    
    /**
     * Gets the "ProjectReference" element
     */
    io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference getProjectReference();
    
    /**
     * Sets the "ProjectReference" element
     */
    void setProjectReference(io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference projectReference);
    
    /**
     * Appends and returns a new empty "ProjectReference" element
     */
    io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference addNewProjectReference();
    
    /**
     * An XML ProjectReference(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface ProjectReference extends io.github.isotes.vs.model.SimpleItemType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ProjectReference.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("projectreference4046elemtype");
        
        /**
         * Gets a List of "Name" elements
         */
        java.util.List getNameList();
        
        /**
         * Gets array of all "Name" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getNameArray();
        
        /**
         * Gets ith "Name" element
         */
        org.apache.xmlbeans.XmlObject getNameArray(int i);
        
        /**
         * Returns number of "Name" element
         */
        int sizeOfNameArray();
        
        /**
         * Sets array of all "Name" element
         */
        void setNameArray(org.apache.xmlbeans.XmlObject[] nameArray);
        
        /**
         * Sets ith "Name" element
         */
        void setNameArray(int i, org.apache.xmlbeans.XmlObject name);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Name" element
         */
        org.apache.xmlbeans.XmlObject insertNewName(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Name" element
         */
        org.apache.xmlbeans.XmlObject addNewName();
        
        /**
         * Removes the ith "Name" element
         */
        void removeName(int i);
        
        /**
         * Gets a List of "Project" elements
         */
        java.util.List getProjectList();
        
        /**
         * Gets array of all "Project" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getProjectArray();
        
        /**
         * Gets ith "Project" element
         */
        org.apache.xmlbeans.XmlObject getProjectArray(int i);
        
        /**
         * Returns number of "Project" element
         */
        int sizeOfProjectArray();
        
        /**
         * Sets array of all "Project" element
         */
        void setProjectArray(org.apache.xmlbeans.XmlObject[] projectArray);
        
        /**
         * Sets ith "Project" element
         */
        void setProjectArray(int i, org.apache.xmlbeans.XmlObject project);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Project" element
         */
        org.apache.xmlbeans.XmlObject insertNewProject(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Project" element
         */
        org.apache.xmlbeans.XmlObject addNewProject();
        
        /**
         * Removes the ith "Project" element
         */
        void removeProject(int i);
        
        /**
         * Gets a List of "ReferenceOutputAssembly" elements
         */
        java.util.List getReferenceOutputAssemblyList();
        
        /**
         * Gets array of all "ReferenceOutputAssembly" elements
         * @deprecated
         */
        @Deprecated
        java.lang.String[] getReferenceOutputAssemblyArray();
        
        /**
         * Gets ith "ReferenceOutputAssembly" element
         */
        java.lang.String getReferenceOutputAssemblyArray(int i);
        
        /**
         * Gets (as xml) a List of "ReferenceOutputAssembly" elements
         */
        java.util.List xgetReferenceOutputAssemblyList();
        
        /**
         * Gets (as xml) array of all "ReferenceOutputAssembly" elements
         * @deprecated
         */
        @Deprecated
        io.github.isotes.vs.model.Boolean[] xgetReferenceOutputAssemblyArray();
        
        /**
         * Gets (as xml) ith "ReferenceOutputAssembly" element
         */
        io.github.isotes.vs.model.Boolean xgetReferenceOutputAssemblyArray(int i);
        
        /**
         * Returns number of "ReferenceOutputAssembly" element
         */
        int sizeOfReferenceOutputAssemblyArray();
        
        /**
         * Sets array of all "ReferenceOutputAssembly" element
         */
        void setReferenceOutputAssemblyArray(java.lang.String[] referenceOutputAssemblyArray);
        
        /**
         * Sets ith "ReferenceOutputAssembly" element
         */
        void setReferenceOutputAssemblyArray(int i, java.lang.String referenceOutputAssembly);
        
        /**
         * Sets (as xml) array of all "ReferenceOutputAssembly" element
         */
        void xsetReferenceOutputAssemblyArray(io.github.isotes.vs.model.Boolean[] referenceOutputAssemblyArray);
        
        /**
         * Sets (as xml) ith "ReferenceOutputAssembly" element
         */
        void xsetReferenceOutputAssemblyArray(int i, io.github.isotes.vs.model.Boolean referenceOutputAssembly);
        
        /**
         * Inserts the value as the ith "ReferenceOutputAssembly" element
         */
        void insertReferenceOutputAssembly(int i, java.lang.String referenceOutputAssembly);
        
        /**
         * Appends the value as the last "ReferenceOutputAssembly" element
         */
        void addReferenceOutputAssembly(java.lang.String referenceOutputAssembly);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ReferenceOutputAssembly" element
         */
        io.github.isotes.vs.model.Boolean insertNewReferenceOutputAssembly(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ReferenceOutputAssembly" element
         */
        io.github.isotes.vs.model.Boolean addNewReferenceOutputAssembly();
        
        /**
         * Removes the ith "ReferenceOutputAssembly" element
         */
        void removeReferenceOutputAssembly(int i);
        
        /**
         * Gets a List of "SpecificVersion" elements
         */
        java.util.List getSpecificVersionList();
        
        /**
         * Gets array of all "SpecificVersion" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getSpecificVersionArray();
        
        /**
         * Gets ith "SpecificVersion" element
         */
        org.apache.xmlbeans.XmlObject getSpecificVersionArray(int i);
        
        /**
         * Returns number of "SpecificVersion" element
         */
        int sizeOfSpecificVersionArray();
        
        /**
         * Sets array of all "SpecificVersion" element
         */
        void setSpecificVersionArray(org.apache.xmlbeans.XmlObject[] specificVersionArray);
        
        /**
         * Sets ith "SpecificVersion" element
         */
        void setSpecificVersionArray(int i, org.apache.xmlbeans.XmlObject specificVersion);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "SpecificVersion" element
         */
        org.apache.xmlbeans.XmlObject insertNewSpecificVersion(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "SpecificVersion" element
         */
        org.apache.xmlbeans.XmlObject addNewSpecificVersion();
        
        /**
         * Removes the ith "SpecificVersion" element
         */
        void removeSpecificVersion(int i);
        
        /**
         * Gets a List of "Targets" elements
         */
        java.util.List getTargetsList();
        
        /**
         * Gets array of all "Targets" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getTargetsArray();
        
        /**
         * Gets ith "Targets" element
         */
        org.apache.xmlbeans.XmlObject getTargetsArray(int i);
        
        /**
         * Returns number of "Targets" element
         */
        int sizeOfTargetsArray();
        
        /**
         * Sets array of all "Targets" element
         */
        void setTargetsArray(org.apache.xmlbeans.XmlObject[] targetsArray);
        
        /**
         * Sets ith "Targets" element
         */
        void setTargetsArray(int i, org.apache.xmlbeans.XmlObject targets);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Targets" element
         */
        org.apache.xmlbeans.XmlObject insertNewTargets(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Targets" element
         */
        org.apache.xmlbeans.XmlObject addNewTargets();
        
        /**
         * Removes the ith "Targets" element
         */
        void removeTargets(int i);
        
        /**
         * Gets a List of "OutputItemType" elements
         */
        java.util.List getOutputItemTypeList();
        
        /**
         * Gets array of all "OutputItemType" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getOutputItemTypeArray();
        
        /**
         * Gets ith "OutputItemType" element
         */
        org.apache.xmlbeans.XmlObject getOutputItemTypeArray(int i);
        
        /**
         * Returns number of "OutputItemType" element
         */
        int sizeOfOutputItemTypeArray();
        
        /**
         * Sets array of all "OutputItemType" element
         */
        void setOutputItemTypeArray(org.apache.xmlbeans.XmlObject[] outputItemTypeArray);
        
        /**
         * Sets ith "OutputItemType" element
         */
        void setOutputItemTypeArray(int i, org.apache.xmlbeans.XmlObject outputItemType);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "OutputItemType" element
         */
        org.apache.xmlbeans.XmlObject insertNewOutputItemType(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "OutputItemType" element
         */
        org.apache.xmlbeans.XmlObject addNewOutputItemType();
        
        /**
         * Removes the ith "OutputItemType" element
         */
        void removeOutputItemType(int i);
        
        /**
         * Gets a List of "Package" elements
         */
        java.util.List getPackageList();
        
        /**
         * Gets array of all "Package" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getPackageArray();
        
        /**
         * Gets ith "Package" element
         */
        org.apache.xmlbeans.XmlObject getPackageArray(int i);
        
        /**
         * Returns number of "Package" element
         */
        int sizeOfPackageArray();
        
        /**
         * Sets array of all "Package" element
         */
        void setPackageArray(org.apache.xmlbeans.XmlObject[] xpackageArray);
        
        /**
         * Sets ith "Package" element
         */
        void setPackageArray(int i, org.apache.xmlbeans.XmlObject xpackage);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Package" element
         */
        org.apache.xmlbeans.XmlObject insertNewPackage(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Package" element
         */
        org.apache.xmlbeans.XmlObject addNewPackage();
        
        /**
         * Removes the ith "Package" element
         */
        void removePackage(int i);
        
        /**
         * Gets a List of "EmbedInteropTypes" elements
         */
        java.util.List getEmbedInteropTypesList();
        
        /**
         * Gets array of all "EmbedInteropTypes" elements
         * @deprecated
         */
        @Deprecated
        java.lang.String[] getEmbedInteropTypesArray();
        
        /**
         * Gets ith "EmbedInteropTypes" element
         */
        java.lang.String getEmbedInteropTypesArray(int i);
        
        /**
         * Gets (as xml) a List of "EmbedInteropTypes" elements
         */
        java.util.List xgetEmbedInteropTypesList();
        
        /**
         * Gets (as xml) array of all "EmbedInteropTypes" elements
         * @deprecated
         */
        @Deprecated
        io.github.isotes.vs.model.Boolean[] xgetEmbedInteropTypesArray();
        
        /**
         * Gets (as xml) ith "EmbedInteropTypes" element
         */
        io.github.isotes.vs.model.Boolean xgetEmbedInteropTypesArray(int i);
        
        /**
         * Returns number of "EmbedInteropTypes" element
         */
        int sizeOfEmbedInteropTypesArray();
        
        /**
         * Sets array of all "EmbedInteropTypes" element
         */
        void setEmbedInteropTypesArray(java.lang.String[] embedInteropTypesArray);
        
        /**
         * Sets ith "EmbedInteropTypes" element
         */
        void setEmbedInteropTypesArray(int i, java.lang.String embedInteropTypes);
        
        /**
         * Sets (as xml) array of all "EmbedInteropTypes" element
         */
        void xsetEmbedInteropTypesArray(io.github.isotes.vs.model.Boolean[] embedInteropTypesArray);
        
        /**
         * Sets (as xml) ith "EmbedInteropTypes" element
         */
        void xsetEmbedInteropTypesArray(int i, io.github.isotes.vs.model.Boolean embedInteropTypes);
        
        /**
         * Inserts the value as the ith "EmbedInteropTypes" element
         */
        void insertEmbedInteropTypes(int i, java.lang.String embedInteropTypes);
        
        /**
         * Appends the value as the last "EmbedInteropTypes" element
         */
        void addEmbedInteropTypes(java.lang.String embedInteropTypes);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "EmbedInteropTypes" element
         */
        io.github.isotes.vs.model.Boolean insertNewEmbedInteropTypes(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "EmbedInteropTypes" element
         */
        io.github.isotes.vs.model.Boolean addNewEmbedInteropTypes();
        
        /**
         * Removes the ith "EmbedInteropTypes" element
         */
        void removeEmbedInteropTypes(int i);
        
        /**
         * Gets a List of "IncludeAssets" elements
         */
        java.util.List getIncludeAssetsList();
        
        /**
         * Gets array of all "IncludeAssets" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getIncludeAssetsArray();
        
        /**
         * Gets ith "IncludeAssets" element
         */
        org.apache.xmlbeans.XmlObject getIncludeAssetsArray(int i);
        
        /**
         * Returns number of "IncludeAssets" element
         */
        int sizeOfIncludeAssetsArray();
        
        /**
         * Sets array of all "IncludeAssets" element
         */
        void setIncludeAssetsArray(org.apache.xmlbeans.XmlObject[] includeAssetsArray);
        
        /**
         * Sets ith "IncludeAssets" element
         */
        void setIncludeAssetsArray(int i, org.apache.xmlbeans.XmlObject includeAssets);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "IncludeAssets" element
         */
        org.apache.xmlbeans.XmlObject insertNewIncludeAssets(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "IncludeAssets" element
         */
        org.apache.xmlbeans.XmlObject addNewIncludeAssets();
        
        /**
         * Removes the ith "IncludeAssets" element
         */
        void removeIncludeAssets(int i);
        
        /**
         * Gets a List of "ExcludeAssets" elements
         */
        java.util.List getExcludeAssetsList();
        
        /**
         * Gets array of all "ExcludeAssets" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getExcludeAssetsArray();
        
        /**
         * Gets ith "ExcludeAssets" element
         */
        org.apache.xmlbeans.XmlObject getExcludeAssetsArray(int i);
        
        /**
         * Returns number of "ExcludeAssets" element
         */
        int sizeOfExcludeAssetsArray();
        
        /**
         * Sets array of all "ExcludeAssets" element
         */
        void setExcludeAssetsArray(org.apache.xmlbeans.XmlObject[] excludeAssetsArray);
        
        /**
         * Sets ith "ExcludeAssets" element
         */
        void setExcludeAssetsArray(int i, org.apache.xmlbeans.XmlObject excludeAssets);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "ExcludeAssets" element
         */
        org.apache.xmlbeans.XmlObject insertNewExcludeAssets(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "ExcludeAssets" element
         */
        org.apache.xmlbeans.XmlObject addNewExcludeAssets();
        
        /**
         * Removes the ith "ExcludeAssets" element
         */
        void removeExcludeAssets(int i);
        
        /**
         * Gets a List of "PrivateAssets" elements
         */
        java.util.List getPrivateAssetsList();
        
        /**
         * Gets array of all "PrivateAssets" elements
         * @deprecated
         */
        @Deprecated
        org.apache.xmlbeans.XmlObject[] getPrivateAssetsArray();
        
        /**
         * Gets ith "PrivateAssets" element
         */
        org.apache.xmlbeans.XmlObject getPrivateAssetsArray(int i);
        
        /**
         * Returns number of "PrivateAssets" element
         */
        int sizeOfPrivateAssetsArray();
        
        /**
         * Sets array of all "PrivateAssets" element
         */
        void setPrivateAssetsArray(org.apache.xmlbeans.XmlObject[] privateAssetsArray);
        
        /**
         * Sets ith "PrivateAssets" element
         */
        void setPrivateAssetsArray(int i, org.apache.xmlbeans.XmlObject privateAssets);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "PrivateAssets" element
         */
        org.apache.xmlbeans.XmlObject insertNewPrivateAssets(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "PrivateAssets" element
         */
        org.apache.xmlbeans.XmlObject addNewPrivateAssets();
        
        /**
         * Removes the ith "PrivateAssets" element
         */
        void removePrivateAssets(int i);
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference newInstance() {
              return (io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ProjectReferenceDocument.ProjectReference) 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 io.github.isotes.vs.model.ProjectReferenceDocument newInstance() {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.ProjectReferenceDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static io.github.isotes.vs.model.ProjectReferenceDocument 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 (io.github.isotes.vs.model.ProjectReferenceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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} */
        @Deprecated
        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