001    /*
002     * XML Type:  connectiondefinition-instanceType
003     * Namespace: http://geronimo.apache.org/xml/ns/j2ee/connector-1.2
004     * Java type: org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo;
009    
010    
011    /**
012     * An XML connectiondefinition-instanceType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
013     *
014     * This is a complex type.
015     */
016    public interface GerConnectiondefinitionInstanceType 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(GerConnectiondefinitionInstanceType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s03E398A13B3309475015244D9072E5AF").resolveHandle("connectiondefinitioninstancetyped2f7type");
020        
021        /**
022         * Gets the "name" element
023         */
024        java.lang.String getName();
025        
026        /**
027         * Gets (as xml) the "name" element
028         */
029        org.apache.xmlbeans.XmlString xgetName();
030        
031        /**
032         * Sets the "name" element
033         */
034        void setName(java.lang.String name);
035        
036        /**
037         * Sets (as xml) the "name" element
038         */
039        void xsetName(org.apache.xmlbeans.XmlString name);
040        
041        /**
042         * Gets array of all "implemented-interface" elements
043         */
044        java.lang.String[] getImplementedInterfaceArray();
045        
046        /**
047         * Gets ith "implemented-interface" element
048         */
049        java.lang.String getImplementedInterfaceArray(int i);
050        
051        /**
052         * Gets (as xml) array of all "implemented-interface" elements
053         */
054        org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType[] xgetImplementedInterfaceArray();
055        
056        /**
057         * Gets (as xml) ith "implemented-interface" element
058         */
059        org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType xgetImplementedInterfaceArray(int i);
060        
061        /**
062         * Returns number of "implemented-interface" element
063         */
064        int sizeOfImplementedInterfaceArray();
065        
066        /**
067         * Sets array of all "implemented-interface" element
068         */
069        void setImplementedInterfaceArray(java.lang.String[] implementedInterfaceArray);
070        
071        /**
072         * Sets ith "implemented-interface" element
073         */
074        void setImplementedInterfaceArray(int i, java.lang.String implementedInterface);
075        
076        /**
077         * Sets (as xml) array of all "implemented-interface" element
078         */
079        void xsetImplementedInterfaceArray(org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType[] implementedInterfaceArray);
080        
081        /**
082         * Sets (as xml) ith "implemented-interface" element
083         */
084        void xsetImplementedInterfaceArray(int i, org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType implementedInterface);
085        
086        /**
087         * Inserts the value as the ith "implemented-interface" element
088         */
089        void insertImplementedInterface(int i, java.lang.String implementedInterface);
090        
091        /**
092         * Appends the value as the last "implemented-interface" element
093         */
094        void addImplementedInterface(java.lang.String implementedInterface);
095        
096        /**
097         * Inserts and returns a new empty value (as xml) as the ith "implemented-interface" element
098         */
099        org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType insertNewImplementedInterface(int i);
100        
101        /**
102         * Appends and returns a new empty value (as xml) as the last "implemented-interface" element
103         */
104        org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType addNewImplementedInterface();
105        
106        /**
107         * Removes the ith "implemented-interface" element
108         */
109        void removeImplementedInterface(int i);
110        
111        /**
112         * Gets array of all "config-property-setting" elements
113         */
114        org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] getConfigPropertySettingArray();
115        
116        /**
117         * Gets ith "config-property-setting" element
118         */
119        org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType getConfigPropertySettingArray(int i);
120        
121        /**
122         * Returns number of "config-property-setting" element
123         */
124        int sizeOfConfigPropertySettingArray();
125        
126        /**
127         * Sets array of all "config-property-setting" element
128         */
129        void setConfigPropertySettingArray(org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] configPropertySettingArray);
130        
131        /**
132         * Sets ith "config-property-setting" element
133         */
134        void setConfigPropertySettingArray(int i, org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType configPropertySetting);
135        
136        /**
137         * Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
138         */
139        org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType insertNewConfigPropertySetting(int i);
140        
141        /**
142         * Appends and returns a new empty value (as xml) as the last "config-property-setting" element
143         */
144        org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType addNewConfigPropertySetting();
145        
146        /**
147         * Removes the ith "config-property-setting" element
148         */
149        void removeConfigPropertySetting(int i);
150        
151        /**
152         * Gets the "connectionmanager" element
153         */
154        org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType getConnectionmanager();
155        
156        /**
157         * Sets the "connectionmanager" element
158         */
159        void setConnectionmanager(org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType connectionmanager);
160        
161        /**
162         * Appends and returns a new empty "connectionmanager" element
163         */
164        org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType addNewConnectionmanager();
165        
166        /**
167         * A factory class with static methods for creating instances
168         * of this type.
169         */
170        
171        public static final class Factory
172        {
173            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType newInstance() {
174              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
175            
176            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType newInstance(org.apache.xmlbeans.XmlOptions options) {
177              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
178            
179            /** @param xmlAsString the string value to parse */
180            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
181              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
182            
183            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
184              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
185            
186            /** @param file the file from which to load an xml document */
187            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
188              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
189            
190            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
191              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
192            
193            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
194              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
195            
196            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
197              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
198            
199            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
200              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
201            
202            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
203              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
204            
205            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
206              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
207            
208            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
209              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
210            
211            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
212              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
213            
214            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
215              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
216            
217            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
218              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
219            
220            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
221              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
222            
223            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
224            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
225              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
226            
227            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
228            public static org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
229              return (org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
230            
231            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
232            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 {
233              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
234            
235            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
236            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 {
237              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
238            
239            private Factory() { } // No instance of this class allowed
240        }
241    }