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

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

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


/**
 * A document containing one ResolveManifestFiles(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ResolveManifestFilesDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveManifestFilesDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolvemanifestfiles5e3edoctype");
    
    /**
     * Gets the "ResolveManifestFiles" element
     */
    io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles getResolveManifestFiles();
    
    /**
     * Sets the "ResolveManifestFiles" element
     */
    void setResolveManifestFiles(io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles resolveManifestFiles);
    
    /**
     * Appends and returns a new empty "ResolveManifestFiles" element
     */
    io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles addNewResolveManifestFiles();
    
    /**
     * An XML ResolveManifestFiles(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface ResolveManifestFiles extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveManifestFiles.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolvemanifestfiles4b86elemtype");
        
        /**
         * Gets the "DeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getDeploymentManifestEntryPoint();
        
        /**
         * True if has "DeploymentManifestEntryPoint" attribute
         */
        boolean isSetDeploymentManifestEntryPoint();
        
        /**
         * Sets the "DeploymentManifestEntryPoint" attribute
         */
        void setDeploymentManifestEntryPoint(org.apache.xmlbeans.XmlAnySimpleType deploymentManifestEntryPoint);
        
        /**
         * Appends and returns a new empty "DeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewDeploymentManifestEntryPoint();
        
        /**
         * Unsets the "DeploymentManifestEntryPoint" attribute
         */
        void unsetDeploymentManifestEntryPoint();
        
        /**
         * Gets the "EntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getEntryPoint();
        
        /**
         * True if has "EntryPoint" attribute
         */
        boolean isSetEntryPoint();
        
        /**
         * Sets the "EntryPoint" attribute
         */
        void setEntryPoint(org.apache.xmlbeans.XmlAnySimpleType entryPoint);
        
        /**
         * Appends and returns a new empty "EntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewEntryPoint();
        
        /**
         * Unsets the "EntryPoint" attribute
         */
        void unsetEntryPoint();
        
        /**
         * Gets the "ExtraFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getExtraFiles();
        
        /**
         * True if has "ExtraFiles" attribute
         */
        boolean isSetExtraFiles();
        
        /**
         * Sets the "ExtraFiles" attribute
         */
        void setExtraFiles(org.apache.xmlbeans.XmlAnySimpleType extraFiles);
        
        /**
         * Appends and returns a new empty "ExtraFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewExtraFiles();
        
        /**
         * Unsets the "ExtraFiles" attribute
         */
        void unsetExtraFiles();
        
        /**
         * Gets the "Files" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getFiles();
        
        /**
         * True if has "Files" attribute
         */
        boolean isSetFiles();
        
        /**
         * Sets the "Files" attribute
         */
        void setFiles(org.apache.xmlbeans.XmlAnySimpleType files);
        
        /**
         * Appends and returns a new empty "Files" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewFiles();
        
        /**
         * Unsets the "Files" attribute
         */
        void unsetFiles();
        
        /**
         * Gets the "ManagedAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getManagedAssemblies();
        
        /**
         * True if has "ManagedAssemblies" attribute
         */
        boolean isSetManagedAssemblies();
        
        /**
         * Sets the "ManagedAssemblies" attribute
         */
        void setManagedAssemblies(org.apache.xmlbeans.XmlAnySimpleType managedAssemblies);
        
        /**
         * Appends and returns a new empty "ManagedAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewManagedAssemblies();
        
        /**
         * Unsets the "ManagedAssemblies" attribute
         */
        void unsetManagedAssemblies();
        
        /**
         * Gets the "NativeAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getNativeAssemblies();
        
        /**
         * True if has "NativeAssemblies" attribute
         */
        boolean isSetNativeAssemblies();
        
        /**
         * Sets the "NativeAssemblies" attribute
         */
        void setNativeAssemblies(org.apache.xmlbeans.XmlAnySimpleType nativeAssemblies);
        
        /**
         * Appends and returns a new empty "NativeAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewNativeAssemblies();
        
        /**
         * Unsets the "NativeAssemblies" attribute
         */
        void unsetNativeAssemblies();
        
        /**
         * Gets the "OutputAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputAssemblies();
        
        /**
         * True if has "OutputAssemblies" attribute
         */
        boolean isSetOutputAssemblies();
        
        /**
         * Sets the "OutputAssemblies" attribute
         */
        void setOutputAssemblies(org.apache.xmlbeans.XmlAnySimpleType outputAssemblies);
        
        /**
         * Appends and returns a new empty "OutputAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputAssemblies();
        
        /**
         * Unsets the "OutputAssemblies" attribute
         */
        void unsetOutputAssemblies();
        
        /**
         * Gets the "OutputDeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputDeploymentManifestEntryPoint();
        
        /**
         * True if has "OutputDeploymentManifestEntryPoint" attribute
         */
        boolean isSetOutputDeploymentManifestEntryPoint();
        
        /**
         * Sets the "OutputDeploymentManifestEntryPoint" attribute
         */
        void setOutputDeploymentManifestEntryPoint(org.apache.xmlbeans.XmlAnySimpleType outputDeploymentManifestEntryPoint);
        
        /**
         * Appends and returns a new empty "OutputDeploymentManifestEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputDeploymentManifestEntryPoint();
        
        /**
         * Unsets the "OutputDeploymentManifestEntryPoint" attribute
         */
        void unsetOutputDeploymentManifestEntryPoint();
        
        /**
         * Gets the "OutputEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputEntryPoint();
        
        /**
         * True if has "OutputEntryPoint" attribute
         */
        boolean isSetOutputEntryPoint();
        
        /**
         * Sets the "OutputEntryPoint" attribute
         */
        void setOutputEntryPoint(org.apache.xmlbeans.XmlAnySimpleType outputEntryPoint);
        
        /**
         * Appends and returns a new empty "OutputEntryPoint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputEntryPoint();
        
        /**
         * Unsets the "OutputEntryPoint" attribute
         */
        void unsetOutputEntryPoint();
        
        /**
         * Gets the "OutputFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getOutputFiles();
        
        /**
         * True if has "OutputFiles" attribute
         */
        boolean isSetOutputFiles();
        
        /**
         * Sets the "OutputFiles" attribute
         */
        void setOutputFiles(org.apache.xmlbeans.XmlAnySimpleType outputFiles);
        
        /**
         * Appends and returns a new empty "OutputFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewOutputFiles();
        
        /**
         * Unsets the "OutputFiles" attribute
         */
        void unsetOutputFiles();
        
        /**
         * Gets the "PublishFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getPublishFiles();
        
        /**
         * True if has "PublishFiles" attribute
         */
        boolean isSetPublishFiles();
        
        /**
         * Sets the "PublishFiles" attribute
         */
        void setPublishFiles(org.apache.xmlbeans.XmlAnySimpleType publishFiles);
        
        /**
         * Appends and returns a new empty "PublishFiles" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewPublishFiles();
        
        /**
         * Unsets the "PublishFiles" attribute
         */
        void unsetPublishFiles();
        
        /**
         * Gets the "SatelliteAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getSatelliteAssemblies();
        
        /**
         * True if has "SatelliteAssemblies" attribute
         */
        boolean isSetSatelliteAssemblies();
        
        /**
         * Sets the "SatelliteAssemblies" attribute
         */
        void setSatelliteAssemblies(org.apache.xmlbeans.XmlAnySimpleType satelliteAssemblies);
        
        /**
         * Appends and returns a new empty "SatelliteAssemblies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewSatelliteAssemblies();
        
        /**
         * Unsets the "SatelliteAssemblies" attribute
         */
        void unsetSatelliteAssemblies();
        
        /**
         * Gets the "SigningManifests" attribute
         */
        java.lang.String getSigningManifests();
        
        /**
         * Gets (as xml) the "SigningManifests" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSigningManifests();
        
        /**
         * True if has "SigningManifests" attribute
         */
        boolean isSetSigningManifests();
        
        /**
         * Sets the "SigningManifests" attribute
         */
        void setSigningManifests(java.lang.String signingManifests);
        
        /**
         * Sets (as xml) the "SigningManifests" attribute
         */
        void xsetSigningManifests(io.github.isotes.vs.model.Boolean signingManifests);
        
        /**
         * Unsets the "SigningManifests" attribute
         */
        void unsetSigningManifests();
        
        /**
         * Gets the "TargetCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetCulture();
        
        /**
         * True if has "TargetCulture" attribute
         */
        boolean isSetTargetCulture();
        
        /**
         * Sets the "TargetCulture" attribute
         */
        void setTargetCulture(org.apache.xmlbeans.XmlAnySimpleType targetCulture);
        
        /**
         * Appends and returns a new empty "TargetCulture" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetCulture();
        
        /**
         * Unsets the "TargetCulture" attribute
         */
        void unsetTargetCulture();
        
        /**
         * Gets the "TargetFrameworkVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkVersion();
        
        /**
         * True if has "TargetFrameworkVersion" attribute
         */
        boolean isSetTargetFrameworkVersion();
        
        /**
         * Sets the "TargetFrameworkVersion" attribute
         */
        void setTargetFrameworkVersion(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkVersion);
        
        /**
         * Appends and returns a new empty "TargetFrameworkVersion" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkVersion();
        
        /**
         * Unsets the "TargetFrameworkVersion" attribute
         */
        void unsetTargetFrameworkVersion();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles newInstance() {
              return (io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ResolveManifestFilesDocument.ResolveManifestFiles) 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.ResolveManifestFilesDocument newInstance() {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) 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.ResolveManifestFilesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveManifestFilesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveManifestFilesDocument) 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.ResolveManifestFilesDocument 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.ResolveManifestFilesDocument) 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.ResolveManifestFilesDocument 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.ResolveManifestFilesDocument) 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