001    /*
002     * XML Type:  classFilterType
003     * Namespace: http://geronimo.apache.org/xml/ns/deployment-1.2
004     * Java type: org.apache.geronimo.deployment.xbeans.ClassFilterType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.deployment.xbeans;
009    
010    
011    /**
012     * An XML classFilterType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
013     *
014     * This is a complex type.
015     */
016    public interface ClassFilterType extends org.apache.xmlbeans.XmlObject
017    {
018        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
019            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ClassFilterType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s428F6F412C3D7FF587AC6A8696D0654D").resolveHandle("classfiltertypeead7type");
020        
021        /**
022         * Gets array of all "filter" elements
023         */
024        java.lang.String[] getFilterArray();
025        
026        /**
027         * Gets ith "filter" element
028         */
029        java.lang.String getFilterArray(int i);
030        
031        /**
032         * Gets (as xml) array of all "filter" elements
033         */
034        org.apache.xmlbeans.XmlString[] xgetFilterArray();
035        
036        /**
037         * Gets (as xml) ith "filter" element
038         */
039        org.apache.xmlbeans.XmlString xgetFilterArray(int i);
040        
041        /**
042         * Returns number of "filter" element
043         */
044        int sizeOfFilterArray();
045        
046        /**
047         * Sets array of all "filter" element
048         */
049        void setFilterArray(java.lang.String[] filterArray);
050        
051        /**
052         * Sets ith "filter" element
053         */
054        void setFilterArray(int i, java.lang.String filter);
055        
056        /**
057         * Sets (as xml) array of all "filter" element
058         */
059        void xsetFilterArray(org.apache.xmlbeans.XmlString[] filterArray);
060        
061        /**
062         * Sets (as xml) ith "filter" element
063         */
064        void xsetFilterArray(int i, org.apache.xmlbeans.XmlString filter);
065        
066        /**
067         * Inserts the value as the ith "filter" element
068         */
069        void insertFilter(int i, java.lang.String filter);
070        
071        /**
072         * Appends the value as the last "filter" element
073         */
074        void addFilter(java.lang.String filter);
075        
076        /**
077         * Inserts and returns a new empty value (as xml) as the ith "filter" element
078         */
079        org.apache.xmlbeans.XmlString insertNewFilter(int i);
080        
081        /**
082         * Appends and returns a new empty value (as xml) as the last "filter" element
083         */
084        org.apache.xmlbeans.XmlString addNewFilter();
085        
086        /**
087         * Removes the ith "filter" element
088         */
089        void removeFilter(int i);
090        
091        /**
092         * A factory class with static methods for creating instances
093         * of this type.
094         */
095        
096        public static final class Factory
097        {
098            public static org.apache.geronimo.deployment.xbeans.ClassFilterType newInstance() {
099              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
100            
101            public static org.apache.geronimo.deployment.xbeans.ClassFilterType newInstance(org.apache.xmlbeans.XmlOptions options) {
102              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
103            
104            /** @param xmlAsString the string value to parse */
105            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
106              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
107            
108            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
109              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
110            
111            /** @param file the file from which to load an xml document */
112            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
113              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
114            
115            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
116              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
117            
118            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
119              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
120            
121            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
122              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
123            
124            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
125              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
126            
127            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
128              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
129            
130            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
131              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
132            
133            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
134              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
135            
136            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
137              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
138            
139            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
140              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
141            
142            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
143              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
144            
145            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
146              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
147            
148            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
149            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
150              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
151            
152            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
153            public static org.apache.geronimo.deployment.xbeans.ClassFilterType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
154              return (org.apache.geronimo.deployment.xbeans.ClassFilterType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
155            
156            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
157            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 {
158              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
159            
160            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
161            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 {
162              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
163            
164            private Factory() { } // No instance of this class allowed
165        }
166    }