001    /*
002     * XML Type:  connectionmanagerType
003     * Namespace: http://geronimo.apache.org/xml/ns/j2ee/connector-1.2
004     * Java type: org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo;
009    
010    
011    /**
012     * An XML connectionmanagerType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
013     *
014     * This is a complex type.
015     */
016    public interface GerConnectionmanagerType 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(GerConnectionmanagerType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s03E398A13B3309475015244D9072E5AF").resolveHandle("connectionmanagertypeb359type");
020        
021        /**
022         * Gets the "container-managed-security" element
023         */
024        org.apache.geronimo.xbeans.geronimo.GerEmptyType getContainerManagedSecurity();
025        
026        /**
027         * True if has "container-managed-security" element
028         */
029        boolean isSetContainerManagedSecurity();
030        
031        /**
032         * Sets the "container-managed-security" element
033         */
034        void setContainerManagedSecurity(org.apache.geronimo.xbeans.geronimo.GerEmptyType containerManagedSecurity);
035        
036        /**
037         * Appends and returns a new empty "container-managed-security" element
038         */
039        org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewContainerManagedSecurity();
040        
041        /**
042         * Unsets the "container-managed-security" element
043         */
044        void unsetContainerManagedSecurity();
045        
046        /**
047         * Gets the "no-transaction" element
048         */
049        org.apache.geronimo.xbeans.geronimo.GerEmptyType getNoTransaction();
050        
051        /**
052         * True if has "no-transaction" element
053         */
054        boolean isSetNoTransaction();
055        
056        /**
057         * Sets the "no-transaction" element
058         */
059        void setNoTransaction(org.apache.geronimo.xbeans.geronimo.GerEmptyType noTransaction);
060        
061        /**
062         * Appends and returns a new empty "no-transaction" element
063         */
064        org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewNoTransaction();
065        
066        /**
067         * Unsets the "no-transaction" element
068         */
069        void unsetNoTransaction();
070        
071        /**
072         * Gets the "local-transaction" element
073         */
074        org.apache.geronimo.xbeans.geronimo.GerEmptyType getLocalTransaction();
075        
076        /**
077         * True if has "local-transaction" element
078         */
079        boolean isSetLocalTransaction();
080        
081        /**
082         * Sets the "local-transaction" element
083         */
084        void setLocalTransaction(org.apache.geronimo.xbeans.geronimo.GerEmptyType localTransaction);
085        
086        /**
087         * Appends and returns a new empty "local-transaction" element
088         */
089        org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewLocalTransaction();
090        
091        /**
092         * Unsets the "local-transaction" element
093         */
094        void unsetLocalTransaction();
095        
096        /**
097         * Gets the "xa-transaction" element
098         */
099        org.apache.geronimo.xbeans.geronimo.GerXatransactionType getXaTransaction();
100        
101        /**
102         * True if has "xa-transaction" element
103         */
104        boolean isSetXaTransaction();
105        
106        /**
107         * Sets the "xa-transaction" element
108         */
109        void setXaTransaction(org.apache.geronimo.xbeans.geronimo.GerXatransactionType xaTransaction);
110        
111        /**
112         * Appends and returns a new empty "xa-transaction" element
113         */
114        org.apache.geronimo.xbeans.geronimo.GerXatransactionType addNewXaTransaction();
115        
116        /**
117         * Unsets the "xa-transaction" element
118         */
119        void unsetXaTransaction();
120        
121        /**
122         * Gets the "transaction-log" element
123         */
124        org.apache.geronimo.xbeans.geronimo.GerEmptyType getTransactionLog();
125        
126        /**
127         * True if has "transaction-log" element
128         */
129        boolean isSetTransactionLog();
130        
131        /**
132         * Sets the "transaction-log" element
133         */
134        void setTransactionLog(org.apache.geronimo.xbeans.geronimo.GerEmptyType transactionLog);
135        
136        /**
137         * Appends and returns a new empty "transaction-log" element
138         */
139        org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewTransactionLog();
140        
141        /**
142         * Unsets the "transaction-log" element
143         */
144        void unsetTransactionLog();
145        
146        /**
147         * Gets the "no-pool" element
148         */
149        org.apache.geronimo.xbeans.geronimo.GerEmptyType getNoPool();
150        
151        /**
152         * True if has "no-pool" element
153         */
154        boolean isSetNoPool();
155        
156        /**
157         * Sets the "no-pool" element
158         */
159        void setNoPool(org.apache.geronimo.xbeans.geronimo.GerEmptyType noPool);
160        
161        /**
162         * Appends and returns a new empty "no-pool" element
163         */
164        org.apache.geronimo.xbeans.geronimo.GerEmptyType addNewNoPool();
165        
166        /**
167         * Unsets the "no-pool" element
168         */
169        void unsetNoPool();
170        
171        /**
172         * Gets the "single-pool" element
173         */
174        org.apache.geronimo.xbeans.geronimo.GerSinglepoolType getSinglePool();
175        
176        /**
177         * True if has "single-pool" element
178         */
179        boolean isSetSinglePool();
180        
181        /**
182         * Sets the "single-pool" element
183         */
184        void setSinglePool(org.apache.geronimo.xbeans.geronimo.GerSinglepoolType singlePool);
185        
186        /**
187         * Appends and returns a new empty "single-pool" element
188         */
189        org.apache.geronimo.xbeans.geronimo.GerSinglepoolType addNewSinglePool();
190        
191        /**
192         * Unsets the "single-pool" element
193         */
194        void unsetSinglePool();
195        
196        /**
197         * Gets the "partitioned-pool" element
198         */
199        org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType getPartitionedPool();
200        
201        /**
202         * True if has "partitioned-pool" element
203         */
204        boolean isSetPartitionedPool();
205        
206        /**
207         * Sets the "partitioned-pool" element
208         */
209        void setPartitionedPool(org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType partitionedPool);
210        
211        /**
212         * Appends and returns a new empty "partitioned-pool" element
213         */
214        org.apache.geronimo.xbeans.geronimo.GerPartitionedpoolType addNewPartitionedPool();
215        
216        /**
217         * Unsets the "partitioned-pool" element
218         */
219        void unsetPartitionedPool();
220        
221        /**
222         * A factory class with static methods for creating instances
223         * of this type.
224         */
225        
226        public static final class Factory
227        {
228            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType newInstance() {
229              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
230            
231            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType newInstance(org.apache.xmlbeans.XmlOptions options) {
232              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
233            
234            /** @param xmlAsString the string value to parse */
235            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
236              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
237            
238            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
239              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
240            
241            /** @param file the file from which to load an xml document */
242            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
243              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
244            
245            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
246              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
247            
248            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
249              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
250            
251            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
252              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
253            
254            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
255              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
256            
257            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
258              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
259            
260            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
261              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
262            
263            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
264              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
265            
266            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
267              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
268            
269            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
270              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
271            
272            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
273              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
274            
275            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
276              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
277            
278            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
279            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
280              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
281            
282            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
283            public static org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
284              return (org.apache.geronimo.xbeans.geronimo.GerConnectionmanagerType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
285            
286            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
287            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 {
288              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
289            
290            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
291            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 {
292              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
293            
294            private Factory() { } // No instance of this class allowed
295        }
296    }