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

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

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


/**
 * A document containing one GenerateTrustInfo(@http://schemas.microsoft.com/developer/msbuild/2003) element.
 *
 * This is a complex type.
 */
public interface GenerateTrustInfoDocument extends io.github.isotes.vs.model.TaskDocument
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateTrustInfoDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generatetrustinfo6f61doctype");
    
    /**
     * Gets the "GenerateTrustInfo" element
     */
    io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo getGenerateTrustInfo();
    
    /**
     * Sets the "GenerateTrustInfo" element
     */
    void setGenerateTrustInfo(io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo generateTrustInfo);
    
    /**
     * Appends and returns a new empty "GenerateTrustInfo" element
     */
    io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo addNewGenerateTrustInfo();
    
    /**
     * An XML GenerateTrustInfo(@http://schemas.microsoft.com/developer/msbuild/2003).
     *
     * This is a complex type.
     */
    public interface GenerateTrustInfo extends io.github.isotes.vs.model.TaskType
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GenerateTrustInfo.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("generatetrustinfo3ddeelemtype");
        
        /**
         * Gets the "ApplicationDependencies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getApplicationDependencies();
        
        /**
         * True if has "ApplicationDependencies" attribute
         */
        boolean isSetApplicationDependencies();
        
        /**
         * Sets the "ApplicationDependencies" attribute
         */
        void setApplicationDependencies(org.apache.xmlbeans.XmlAnySimpleType applicationDependencies);
        
        /**
         * Appends and returns a new empty "ApplicationDependencies" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewApplicationDependencies();
        
        /**
         * Unsets the "ApplicationDependencies" attribute
         */
        void unsetApplicationDependencies();
        
        /**
         * Gets the "BaseManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getBaseManifest();
        
        /**
         * True if has "BaseManifest" attribute
         */
        boolean isSetBaseManifest();
        
        /**
         * Sets the "BaseManifest" attribute
         */
        void setBaseManifest(org.apache.xmlbeans.XmlAnySimpleType baseManifest);
        
        /**
         * Appends and returns a new empty "BaseManifest" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewBaseManifest();
        
        /**
         * Unsets the "BaseManifest" attribute
         */
        void unsetBaseManifest();
        
        /**
         * Gets the "ExcludedPermissions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getExcludedPermissions();
        
        /**
         * True if has "ExcludedPermissions" attribute
         */
        boolean isSetExcludedPermissions();
        
        /**
         * Sets the "ExcludedPermissions" attribute
         */
        void setExcludedPermissions(org.apache.xmlbeans.XmlAnySimpleType excludedPermissions);
        
        /**
         * Appends and returns a new empty "ExcludedPermissions" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewExcludedPermissions();
        
        /**
         * Unsets the "ExcludedPermissions" attribute
         */
        void unsetExcludedPermissions();
        
        /**
         * Gets the "TargetFrameworkMoniker" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetFrameworkMoniker();
        
        /**
         * True if has "TargetFrameworkMoniker" attribute
         */
        boolean isSetTargetFrameworkMoniker();
        
        /**
         * Sets the "TargetFrameworkMoniker" attribute
         */
        void setTargetFrameworkMoniker(org.apache.xmlbeans.XmlAnySimpleType targetFrameworkMoniker);
        
        /**
         * Appends and returns a new empty "TargetFrameworkMoniker" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetFrameworkMoniker();
        
        /**
         * Unsets the "TargetFrameworkMoniker" attribute
         */
        void unsetTargetFrameworkMoniker();
        
        /**
         * Gets the "TargetZone" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTargetZone();
        
        /**
         * True if has "TargetZone" attribute
         */
        boolean isSetTargetZone();
        
        /**
         * Sets the "TargetZone" attribute
         */
        void setTargetZone(org.apache.xmlbeans.XmlAnySimpleType targetZone);
        
        /**
         * Appends and returns a new empty "TargetZone" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTargetZone();
        
        /**
         * Unsets the "TargetZone" attribute
         */
        void unsetTargetZone();
        
        /**
         * Gets the "TrustInfoFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType getTrustInfoFile();
        
        /**
         * Sets the "TrustInfoFile" attribute
         */
        void setTrustInfoFile(org.apache.xmlbeans.XmlAnySimpleType trustInfoFile);
        
        /**
         * Appends and returns a new empty "TrustInfoFile" attribute
         */
        org.apache.xmlbeans.XmlAnySimpleType addNewTrustInfoFile();
        
        /**
         * A factory class with static methods for creating instances
         * of this type.
         */
        
        public static final class Factory
        {
            public static io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo newInstance() {
              return (io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
            
            public static io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo newInstance(org.apache.xmlbeans.XmlOptions options) {
              return (io.github.isotes.vs.model.GenerateTrustInfoDocument.GenerateTrustInfo) 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.GenerateTrustInfoDocument newInstance() {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) 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.GenerateTrustInfoDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static io.github.isotes.vs.model.GenerateTrustInfoDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (io.github.isotes.vs.model.GenerateTrustInfoDocument) 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.GenerateTrustInfoDocument 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.GenerateTrustInfoDocument) 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.GenerateTrustInfoDocument 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.GenerateTrustInfoDocument) 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