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

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

/*
 * An XML document type.
 * Localname: GenerateProjectPriFile
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.GenerateProjectPriFileDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one GenerateProjectPriFile(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface GenerateProjectPriFileDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateProjectPriFileDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateprojectprifilef1c1doctype");
    
    /**
     * Gets the "GenerateProjectPriFile" element
     */
    io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile getGenerateProjectPriFile();
    
    /**
     * Sets the "GenerateProjectPriFile" element
     */
    void setGenerateProjectPriFile(io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile generateProjectPriFile);
    
    /**
     * Appends and returns a new empty "GenerateProjectPriFile" element
     */
    io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile addNewGenerateProjectPriFile();
    
    /**
     * An XML GenerateProjectPriFile(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface GenerateProjectPriFile extends io.github.isotes.vs.model.ToolTaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateProjectPriFile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generateprojectprifile16a6elemtype");
        
        /**
         * Gets the "MakePriExeFullPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getMakePriExeFullPath();
        
        /**
         * Sets the "MakePriExeFullPath" attribute
         */
        void setMakePriExeFullPath(org.apache.xmlbeans.XmlAnySimpleType makePriExeFullPath);
        
        /**
         * Appends and returns a new empty "MakePriExeFullPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewMakePriExeFullPath();
        
        /**
         * Gets the "PriConfigXmlPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPriConfigXmlPath();
        
        /**
         * Sets the "PriConfigXmlPath" attribute
         */
        void setPriConfigXmlPath(org.apache.xmlbeans.XmlAnySimpleType priConfigXmlPath);
        
        /**
         * Appends and returns a new empty "PriConfigXmlPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPriConfigXmlPath();
        
        /**
         * Gets the "IndexFilesForQualifiersCollection" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getIndexFilesForQualifiersCollection();
        
        /**
         * True if has "IndexFilesForQualifiersCollection" attribute
         */
        boolean isSetIndexFilesForQualifiersCollection();
        
        /**
         * Sets the "IndexFilesForQualifiersCollection" attribute
         */
        void setIndexFilesForQualifiersCollection(org.apache.xmlbeans.XmlAnySimpleType indexFilesForQualifiersCollection);
        
        /**
         * Appends and returns a new empty "IndexFilesForQualifiersCollection" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewIndexFilesForQualifiersCollection();
        
        /**
         * Unsets the "IndexFilesForQualifiersCollection" attribute
         */
        void unsetIndexFilesForQualifiersCollection();
        
        /**
         * Gets the "ProjectPriIndexName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProjectPriIndexName();
        
        /**
         * Sets the "ProjectPriIndexName" attribute
         */
        void setProjectPriIndexName(org.apache.xmlbeans.XmlAnySimpleType projectPriIndexName);
        
        /**
         * Appends and returns a new empty "ProjectPriIndexName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProjectPriIndexName();
        
        /**
         * Gets the "MappingFileFormat" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getMappingFileFormat();
        
        /**
         * True if has "MappingFileFormat" attribute
         */
        boolean isSetMappingFileFormat();
        
        /**
         * Sets the "MappingFileFormat" attribute
         */
        void setMappingFileFormat(org.apache.xmlbeans.XmlAnySimpleType mappingFileFormat);
        
        /**
         * Appends and returns a new empty "MappingFileFormat" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewMappingFileFormat();
        
        /**
         * Unsets the "MappingFileFormat" attribute
         */
        void unsetMappingFileFormat();
        
        /**
         * Gets the "InsertReverseMap" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getInsertReverseMap();
        
        /**
         * True if has "InsertReverseMap" attribute
         */
        boolean isSetInsertReverseMap();
        
        /**
         * Sets the "InsertReverseMap" attribute
         */
        void setInsertReverseMap(org.apache.xmlbeans.XmlAnySimpleType insertReverseMap);
        
        /**
         * Appends and returns a new empty "InsertReverseMap" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewInsertReverseMap();
        
        /**
         * Unsets the "InsertReverseMap" attribute
         */
        void unsetInsertReverseMap();
        
        /**
         * Gets the "ProjectDirectory" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getProjectDirectory();
        
        /**
         * Sets the "ProjectDirectory" attribute
         */
        void setProjectDirectory(org.apache.xmlbeans.XmlAnySimpleType projectDirectory);
        
        /**
         * Appends and returns a new empty "ProjectDirectory" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewProjectDirectory();
        
        /**
         * Gets the "OutputFileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputFileName();
        
        /**
         * Sets the "OutputFileName" attribute
         */
        void setOutputFileName(org.apache.xmlbeans.XmlAnySimpleType outputFileName);
        
        /**
         * Appends and returns a new empty "OutputFileName" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputFileName();
        
        /**
         * Gets the "MakePriExtensionPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getMakePriExtensionPath();
        
        /**
         * True if has "MakePriExtensionPath" attribute
         */
        boolean isSetMakePriExtensionPath();
        
        /**
         * Sets the "MakePriExtensionPath" attribute
         */
        void setMakePriExtensionPath(org.apache.xmlbeans.XmlAnySimpleType makePriExtensionPath);
        
        /**
         * Appends and returns a new empty "MakePriExtensionPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewMakePriExtensionPath();
        
        /**
         * Unsets the "MakePriExtensionPath" attribute
         */
        void unsetMakePriExtensionPath();
        
        /**
         * Gets the "QualifiersPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getQualifiersPath();
        
        /**
         * True if has "QualifiersPath" attribute
         */
        boolean isSetQualifiersPath();
        
        /**
         * Sets the "QualifiersPath" attribute
         */
        void setQualifiersPath(org.apache.xmlbeans.XmlAnySimpleType qualifiersPath);
        
        /**
         * Appends and returns a new empty "QualifiersPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewQualifiersPath();
        
        /**
         * Unsets the "QualifiersPath" attribute
         */
        void unsetQualifiersPath();
        
        /**
         * Gets the "GeneratedFilesListPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getGeneratedFilesListPath();
        
        /**
         * True if has "GeneratedFilesListPath" attribute
         */
        boolean isSetGeneratedFilesListPath();
        
        /**
         * Sets the "GeneratedFilesListPath" attribute
         */
        void setGeneratedFilesListPath(org.apache.xmlbeans.XmlAnySimpleType generatedFilesListPath);
        
        /**
         * Appends and returns a new empty "GeneratedFilesListPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewGeneratedFilesListPath();
        
        /**
         * Unsets the "GeneratedFilesListPath" attribute
         */
        void unsetGeneratedFilesListPath();
        
        /**
         * Gets the "AdditionalMakepriExeParameters" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAdditionalMakepriExeParameters();
        
        /**
         * True if has "AdditionalMakepriExeParameters" attribute
         */
        boolean isSetAdditionalMakepriExeParameters();
        
        /**
         * Sets the "AdditionalMakepriExeParameters" attribute
         */
        void setAdditionalMakepriExeParameters(org.apache.xmlbeans.XmlAnySimpleType additionalMakepriExeParameters);
        
        /**
         * Appends and returns a new empty "AdditionalMakepriExeParameters" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAdditionalMakepriExeParameters();
        
        /**
         * Unsets the "AdditionalMakepriExeParameters" attribute
         */
        void unsetAdditionalMakepriExeParameters();
        
        /**
         * Gets the "MultipleQualifiersPerDimensionFoundPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getMultipleQualifiersPerDimensionFoundPath();
        
        /**
         * True if has "MultipleQualifiersPerDimensionFoundPath" attribute
         */
        boolean isSetMultipleQualifiersPerDimensionFoundPath();
        
        /**
         * Sets the "MultipleQualifiersPerDimensionFoundPath" attribute
         */
        void setMultipleQualifiersPerDimensionFoundPath(org.apache.xmlbeans.XmlAnySimpleType multipleQualifiersPerDimensionFoundPath);
        
        /**
         * Appends and returns a new empty "MultipleQualifiersPerDimensionFoundPath" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewMultipleQualifiersPerDimensionFoundPath();
        
        /**
         * Unsets the "MultipleQualifiersPerDimensionFoundPath" attribute
         */
        void unsetMultipleQualifiersPerDimensionFoundPath();
        
        /**
         * Gets the "IntermediateExtension" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getIntermediateExtension();
        
        /**
         * Sets the "IntermediateExtension" attribute
         */
        void setIntermediateExtension(org.apache.xmlbeans.XmlAnySimpleType intermediateExtension);
        
        /**
         * Appends and returns a new empty "IntermediateExtension" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewIntermediateExtension();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile newInstance() {
              return (io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.GenerateProjectPriFileDocument.GenerateProjectPriFile) 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.GenerateProjectPriFileDocument newInstance() {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) 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.GenerateProjectPriFileDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateProjectPriFileDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateProjectPriFileDocument) 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.GenerateProjectPriFileDocument 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.GenerateProjectPriFileDocument) 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.GenerateProjectPriFileDocument 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.GenerateProjectPriFileDocument) 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 - 2025 Weber Informatics LLC | Privacy Policy