001    /*
002     * XML Type:  login-module-refType
003     * Namespace: http://geronimo.apache.org/xml/ns/loginconfig-1.2
004     * Java type: org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo.loginconfig;
009    
010    
011    /**
012     * An XML login-module-refType(@http://geronimo.apache.org/xml/ns/loginconfig-1.2).
013     *
014     * This is a complex type.
015     */
016    public interface GerLoginModuleRefType extends org.apache.geronimo.xbeans.geronimo.loginconfig.GerAbstractLoginModuleType
017    {
018        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.sAC7A4D68E92F83330EB8FF8C7ED832FA.TypeSystemHolder.typeSystem.resolveHandle("loginmodulereftype8de1type");
019        
020        /**
021         * Gets the "pattern" element
022         */
023        org.apache.geronimo.deployment.xbeans.PatternType getPattern();
024        
025        /**
026         * Sets the "pattern" element
027         */
028        void setPattern(org.apache.geronimo.deployment.xbeans.PatternType pattern);
029        
030        /**
031         * Appends and returns a new empty "pattern" element
032         */
033        org.apache.geronimo.deployment.xbeans.PatternType addNewPattern();
034        
035        /**
036         * A factory class with static methods for creating instances
037         * of this type.
038         */
039        
040        public static final class Factory
041        {
042            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType newInstance() {
043              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
044            
045            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType newInstance(org.apache.xmlbeans.XmlOptions options) {
046              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
047            
048            /** @param xmlAsString the string value to parse */
049            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
050              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
051            
052            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
053              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
054            
055            /** @param file the file from which to load an xml document */
056            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
057              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
058            
059            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
060              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
061            
062            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
063              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
064            
065            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
066              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
067            
068            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
069              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
070            
071            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
072              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
073            
074            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
075              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
076            
077            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
078              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
079            
080            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
081              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
082            
083            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
084              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
085            
086            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
087              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
088            
089            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
090              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
091            
092            /** @deprecated {@link XMLInputStream} */
093            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
094              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
095            
096            /** @deprecated {@link XMLInputStream} */
097            public static org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
098              return (org.apache.geronimo.xbeans.geronimo.loginconfig.GerLoginModuleRefType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
099            
100            /** @deprecated {@link XMLInputStream} */
101            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 {
102              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
103            
104            /** @deprecated {@link XMLInputStream} */
105            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 {
106              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
107            
108            private Factory() { } // No instance of this class allowed
109        }
110    }