001    /*
002     * XML Type:  tssType
003     * Namespace: http://openejb.apache.org/xml/ns/corba-tss-config-2.1
004     * Java type: org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.corba.xbeans.csiv2.tss;
009    
010    
011    /**
012     * An XML tssType(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
013     *
014     * This is a complex type.
015     */
016    public interface TSSTssType 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(TSSTssType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s09ACC41411FB14C20ABEF817C47DD1DF").resolveHandle("tsstype5504type");
020        
021        /**
022         * Gets array of all "description" elements
023         */
024        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType[] getDescriptionArray();
025        
026        /**
027         * Gets ith "description" element
028         */
029        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType getDescriptionArray(int i);
030        
031        /**
032         * Returns number of "description" element
033         */
034        int sizeOfDescriptionArray();
035        
036        /**
037         * Sets array of all "description" element
038         */
039        void setDescriptionArray(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType[] descriptionArray);
040        
041        /**
042         * Sets ith "description" element
043         */
044        void setDescriptionArray(int i, org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType description);
045        
046        /**
047         * Inserts and returns a new empty value (as xml) as the ith "description" element
048         */
049        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType insertNewDescription(int i);
050        
051        /**
052         * Appends and returns a new empty value (as xml) as the last "description" element
053         */
054        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSDescriptionType addNewDescription();
055        
056        /**
057         * Removes the ith "description" element
058         */
059        void removeDescription(int i);
060        
061        /**
062         * Gets the "SSL" element
063         */
064        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSSLType getSSL();
065        
066        /**
067         * True if has "SSL" element
068         */
069        boolean isSetSSL();
070        
071        /**
072         * Sets the "SSL" element
073         */
074        void setSSL(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSSLType ssl);
075        
076        /**
077         * Appends and returns a new empty "SSL" element
078         */
079        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSSLType addNewSSL();
080        
081        /**
082         * Unsets the "SSL" element
083         */
084        void unsetSSL();
085        
086        /**
087         * Gets the "SECIOP" element
088         */
089        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSECIOPType getSECIOP();
090        
091        /**
092         * True if has "SECIOP" element
093         */
094        boolean isSetSECIOP();
095        
096        /**
097         * Sets the "SECIOP" element
098         */
099        void setSECIOP(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSECIOPType seciop);
100        
101        /**
102         * Appends and returns a new empty "SECIOP" element
103         */
104        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSSECIOPType addNewSECIOP();
105        
106        /**
107         * Unsets the "SECIOP" element
108         */
109        void unsetSECIOP();
110        
111        /**
112         * Gets the "compoundSecMechTypeList" element
113         */
114        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList getCompoundSecMechTypeList();
115        
116        /**
117         * True if has "compoundSecMechTypeList" element
118         */
119        boolean isSetCompoundSecMechTypeList();
120        
121        /**
122         * Sets the "compoundSecMechTypeList" element
123         */
124        void setCompoundSecMechTypeList(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList compoundSecMechTypeList);
125        
126        /**
127         * Appends and returns a new empty "compoundSecMechTypeList" element
128         */
129        org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList addNewCompoundSecMechTypeList();
130        
131        /**
132         * Unsets the "compoundSecMechTypeList" element
133         */
134        void unsetCompoundSecMechTypeList();
135        
136        /**
137         * Gets the "inherit" attribute
138         */
139        boolean getInherit();
140        
141        /**
142         * Gets (as xml) the "inherit" attribute
143         */
144        org.apache.xmlbeans.XmlBoolean xgetInherit();
145        
146        /**
147         * True if has "inherit" attribute
148         */
149        boolean isSetInherit();
150        
151        /**
152         * Sets the "inherit" attribute
153         */
154        void setInherit(boolean inherit);
155        
156        /**
157         * Sets (as xml) the "inherit" attribute
158         */
159        void xsetInherit(org.apache.xmlbeans.XmlBoolean inherit);
160        
161        /**
162         * Unsets the "inherit" attribute
163         */
164        void unsetInherit();
165        
166        /**
167         * An XML compoundSecMechTypeList(@http://openejb.apache.org/xml/ns/corba-tss-config-2.1).
168         *
169         * This is a complex type.
170         */
171        public interface CompoundSecMechTypeList extends org.apache.xmlbeans.XmlObject
172        {
173            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
174                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CompoundSecMechTypeList.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s09ACC41411FB14C20ABEF817C47DD1DF").resolveHandle("compoundsecmechtypelist3d4belemtype");
175            
176            /**
177             * Gets array of all "compoundSecMech" elements
178             */
179            org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType[] getCompoundSecMechArray();
180            
181            /**
182             * Gets ith "compoundSecMech" element
183             */
184            org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType getCompoundSecMechArray(int i);
185            
186            /**
187             * Returns number of "compoundSecMech" element
188             */
189            int sizeOfCompoundSecMechArray();
190            
191            /**
192             * Sets array of all "compoundSecMech" element
193             */
194            void setCompoundSecMechArray(org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType[] compoundSecMechArray);
195            
196            /**
197             * Sets ith "compoundSecMech" element
198             */
199            void setCompoundSecMechArray(int i, org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType compoundSecMech);
200            
201            /**
202             * Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element
203             */
204            org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType insertNewCompoundSecMech(int i);
205            
206            /**
207             * Appends and returns a new empty value (as xml) as the last "compoundSecMech" element
208             */
209            org.apache.geronimo.corba.xbeans.csiv2.tss.TSSCompoundSecMechType addNewCompoundSecMech();
210            
211            /**
212             * Removes the ith "compoundSecMech" element
213             */
214            void removeCompoundSecMech(int i);
215            
216            /**
217             * Gets the "stateful" attribute
218             */
219            boolean getStateful();
220            
221            /**
222             * Gets (as xml) the "stateful" attribute
223             */
224            org.apache.xmlbeans.XmlBoolean xgetStateful();
225            
226            /**
227             * True if has "stateful" attribute
228             */
229            boolean isSetStateful();
230            
231            /**
232             * Sets the "stateful" attribute
233             */
234            void setStateful(boolean stateful);
235            
236            /**
237             * Sets (as xml) the "stateful" attribute
238             */
239            void xsetStateful(org.apache.xmlbeans.XmlBoolean stateful);
240            
241            /**
242             * Unsets the "stateful" attribute
243             */
244            void unsetStateful();
245            
246            /**
247             * A factory class with static methods for creating instances
248             * of this type.
249             */
250            
251            public static final class Factory
252            {
253                public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList newInstance() {
254                  return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
255                
256                public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList newInstance(org.apache.xmlbeans.XmlOptions options) {
257                  return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType.CompoundSecMechTypeList) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
258                
259                private Factory() { } // No instance of this class allowed
260            }
261        }
262        
263        /**
264         * A factory class with static methods for creating instances
265         * of this type.
266         */
267        
268        public static final class Factory
269        {
270            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType newInstance() {
271              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
272            
273            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType newInstance(org.apache.xmlbeans.XmlOptions options) {
274              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
275            
276            /** @param xmlAsString the string value to parse */
277            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
278              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
279            
280            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
281              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
282            
283            /** @param file the file from which to load an xml document */
284            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
285              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
286            
287            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
288              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
289            
290            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
291              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
292            
293            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
294              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
295            
296            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
297              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
298            
299            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
300              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
301            
302            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
303              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
304            
305            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
306              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
307            
308            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
309              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
310            
311            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
312              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
313            
314            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
315              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
316            
317            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
318              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
319            
320            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
321            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
322              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
323            
324            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
325            public static org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
326              return (org.apache.geronimo.corba.xbeans.csiv2.tss.TSSTssType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
327            
328            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
329            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 {
330              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
331            
332            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
333            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 {
334              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
335            
336            private Factory() { } // No instance of this class allowed
337        }
338    }