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

io.github.isotes.vs.model.ResolveKeySourceDocument 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: ResolveKeySource
 * Namespace: http://schemas.microsoft.com/developer/msbuild/2003
 * Java type: io.github.isotes.vs.model.ResolveKeySourceDocument
 *
 * Automatically generated - do not modify.
 */
package io.github.isotes.vs.model;


/**
 * A document containing one ResolveKeySource(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface ResolveKeySourceDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveKeySourceDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolvekeysource5590doctype");
    
    /**
     * Gets the "ResolveKeySource" element
     */
    io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource getResolveKeySource();
    
    /**
     * Sets the "ResolveKeySource" element
     */
    void setResolveKeySource(io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource resolveKeySource);
    
    /**
     * Appends and returns a new empty "ResolveKeySource" element
     */
    io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource addNewResolveKeySource();
    
    /**
     * An XML ResolveKeySource(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface ResolveKeySource extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ResolveKeySource.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("resolvekeysourcee2c6elemtype");
        
        /**
         * Gets the "AutoClosePasswordPromptShow" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAutoClosePasswordPromptShow();
        
        /**
         * True if has "AutoClosePasswordPromptShow" attribute
         */
        boolean isSetAutoClosePasswordPromptShow();
        
        /**
         * Sets the "AutoClosePasswordPromptShow" attribute
         */
        void setAutoClosePasswordPromptShow(org.apache.xmlbeans.XmlAnySimpleType autoClosePasswordPromptShow);
        
        /**
         * Appends and returns a new empty "AutoClosePasswordPromptShow" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAutoClosePasswordPromptShow();
        
        /**
         * Unsets the "AutoClosePasswordPromptShow" attribute
         */
        void unsetAutoClosePasswordPromptShow();
        
        /**
         * Gets the "AutoClosePasswordPromptTimeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getAutoClosePasswordPromptTimeout();
        
        /**
         * True if has "AutoClosePasswordPromptTimeout" attribute
         */
        boolean isSetAutoClosePasswordPromptTimeout();
        
        /**
         * Sets the "AutoClosePasswordPromptTimeout" attribute
         */
        void setAutoClosePasswordPromptTimeout(org.apache.xmlbeans.XmlAnySimpleType autoClosePasswordPromptTimeout);
        
        /**
         * Appends and returns a new empty "AutoClosePasswordPromptTimeout" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewAutoClosePasswordPromptTimeout();
        
        /**
         * Unsets the "AutoClosePasswordPromptTimeout" attribute
         */
        void unsetAutoClosePasswordPromptTimeout();
        
        /**
         * Gets the "CertificateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCertificateFile();
        
        /**
         * True if has "CertificateFile" attribute
         */
        boolean isSetCertificateFile();
        
        /**
         * Sets the "CertificateFile" attribute
         */
        void setCertificateFile(org.apache.xmlbeans.XmlAnySimpleType certificateFile);
        
        /**
         * Appends and returns a new empty "CertificateFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCertificateFile();
        
        /**
         * Unsets the "CertificateFile" attribute
         */
        void unsetCertificateFile();
        
        /**
         * Gets the "CertificateThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getCertificateThumbprint();
        
        /**
         * True if has "CertificateThumbprint" attribute
         */
        boolean isSetCertificateThumbprint();
        
        /**
         * Sets the "CertificateThumbprint" attribute
         */
        void setCertificateThumbprint(org.apache.xmlbeans.XmlAnySimpleType certificateThumbprint);
        
        /**
         * Appends and returns a new empty "CertificateThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewCertificateThumbprint();
        
        /**
         * Unsets the "CertificateThumbprint" attribute
         */
        void unsetCertificateThumbprint();
        
        /**
         * Gets the "KeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getKeyFile();
        
        /**
         * True if has "KeyFile" attribute
         */
        boolean isSetKeyFile();
        
        /**
         * Sets the "KeyFile" attribute
         */
        void setKeyFile(org.apache.xmlbeans.XmlAnySimpleType keyFile);
        
        /**
         * Appends and returns a new empty "KeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewKeyFile();
        
        /**
         * Unsets the "KeyFile" attribute
         */
        void unsetKeyFile();
        
        /**
         * Gets the "ResolvedKeyContainer" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getResolvedKeyContainer();
        
        /**
         * True if has "ResolvedKeyContainer" attribute
         */
        boolean isSetResolvedKeyContainer();
        
        /**
         * Sets the "ResolvedKeyContainer" attribute
         */
        void setResolvedKeyContainer(org.apache.xmlbeans.XmlAnySimpleType resolvedKeyContainer);
        
        /**
         * Appends and returns a new empty "ResolvedKeyContainer" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewResolvedKeyContainer();
        
        /**
         * Unsets the "ResolvedKeyContainer" attribute
         */
        void unsetResolvedKeyContainer();
        
        /**
         * Gets the "ResolvedKeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getResolvedKeyFile();
        
        /**
         * True if has "ResolvedKeyFile" attribute
         */
        boolean isSetResolvedKeyFile();
        
        /**
         * Sets the "ResolvedKeyFile" attribute
         */
        void setResolvedKeyFile(org.apache.xmlbeans.XmlAnySimpleType resolvedKeyFile);
        
        /**
         * Appends and returns a new empty "ResolvedKeyFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewResolvedKeyFile();
        
        /**
         * Unsets the "ResolvedKeyFile" attribute
         */
        void unsetResolvedKeyFile();
        
        /**
         * Gets the "ResolvedThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getResolvedThumbprint();
        
        /**
         * True if has "ResolvedThumbprint" attribute
         */
        boolean isSetResolvedThumbprint();
        
        /**
         * Sets the "ResolvedThumbprint" attribute
         */
        void setResolvedThumbprint(org.apache.xmlbeans.XmlAnySimpleType resolvedThumbprint);
        
        /**
         * Appends and returns a new empty "ResolvedThumbprint" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewResolvedThumbprint();
        
        /**
         * Unsets the "ResolvedThumbprint" attribute
         */
        void unsetResolvedThumbprint();
        
        /**
         * Gets the "ShowImportDialogDespitePreviousFailures" attribute
         */
        java.lang.String getShowImportDialogDespitePreviousFailures();
        
        /**
         * Gets (as xml) the "ShowImportDialogDespitePreviousFailures" attribute
         */
        io.github.isotes.vs.model.Boolean xgetShowImportDialogDespitePreviousFailures();
        
        /**
         * True if has "ShowImportDialogDespitePreviousFailures" attribute
         */
        boolean isSetShowImportDialogDespitePreviousFailures();
        
        /**
         * Sets the "ShowImportDialogDespitePreviousFailures" attribute
         */
        void setShowImportDialogDespitePreviousFailures(java.lang.String showImportDialogDespitePreviousFailures);
        
        /**
         * Sets (as xml) the "ShowImportDialogDespitePreviousFailures" attribute
         */
        void xsetShowImportDialogDespitePreviousFailures(io.github.isotes.vs.model.Boolean showImportDialogDespitePreviousFailures);
        
        /**
         * Unsets the "ShowImportDialogDespitePreviousFailures" attribute
         */
        void unsetShowImportDialogDespitePreviousFailures();
        
        /**
         * Gets the "SuppressAutoClosePasswordPrompt" attribute
         */
        java.lang.String getSuppressAutoClosePasswordPrompt();
        
        /**
         * Gets (as xml) the "SuppressAutoClosePasswordPrompt" attribute
         */
        io.github.isotes.vs.model.Boolean xgetSuppressAutoClosePasswordPrompt();
        
        /**
         * True if has "SuppressAutoClosePasswordPrompt" attribute
         */
        boolean isSetSuppressAutoClosePasswordPrompt();
        
        /**
         * Sets the "SuppressAutoClosePasswordPrompt" attribute
         */
        void setSuppressAutoClosePasswordPrompt(java.lang.String suppressAutoClosePasswordPrompt);
        
        /**
         * Sets (as xml) the "SuppressAutoClosePasswordPrompt" attribute
         */
        void xsetSuppressAutoClosePasswordPrompt(io.github.isotes.vs.model.Boolean suppressAutoClosePasswordPrompt);
        
        /**
         * Unsets the "SuppressAutoClosePasswordPrompt" attribute
         */
        void unsetSuppressAutoClosePasswordPrompt();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource newInstance() {
              return (io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.ResolveKeySourceDocument.ResolveKeySource) 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.ResolveKeySourceDocument newInstance() {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) 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.ResolveKeySourceDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.ResolveKeySourceDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.ResolveKeySourceDocument) 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.ResolveKeySourceDocument 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.ResolveKeySourceDocument) 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.ResolveKeySourceDocument 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.ResolveKeySourceDocument) 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