001    /*
002     * XML Type:  message-destinationType
003     * Namespace: http://geronimo.apache.org/xml/ns/naming-1.2
004     * Java type: org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.geronimo.naming;
009    
010    
011    /**
012     * An XML message-destinationType(@http://geronimo.apache.org/xml/ns/naming-1.2).
013     *
014     * This is a complex type.
015     */
016    public interface GerMessageDestinationType 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(GerMessageDestinationType.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s5BE83D0C34A23529A2EB03BDF6E4EE25").resolveHandle("messagedestinationtype1de2type");
020        
021        /**
022         * Gets the "message-destination-name" element
023         */
024        java.lang.String getMessageDestinationName();
025        
026        /**
027         * Gets (as xml) the "message-destination-name" element
028         */
029        org.apache.xmlbeans.XmlString xgetMessageDestinationName();
030        
031        /**
032         * Sets the "message-destination-name" element
033         */
034        void setMessageDestinationName(java.lang.String messageDestinationName);
035        
036        /**
037         * Sets (as xml) the "message-destination-name" element
038         */
039        void xsetMessageDestinationName(org.apache.xmlbeans.XmlString messageDestinationName);
040        
041        /**
042         * Gets the "pattern" element
043         */
044        org.apache.geronimo.xbeans.geronimo.naming.GerPatternType getPattern();
045        
046        /**
047         * True if has "pattern" element
048         */
049        boolean isSetPattern();
050        
051        /**
052         * Sets the "pattern" element
053         */
054        void setPattern(org.apache.geronimo.xbeans.geronimo.naming.GerPatternType pattern);
055        
056        /**
057         * Appends and returns a new empty "pattern" element
058         */
059        org.apache.geronimo.xbeans.geronimo.naming.GerPatternType addNewPattern();
060        
061        /**
062         * Unsets the "pattern" element
063         */
064        void unsetPattern();
065        
066        /**
067         * Gets the "admin-object-module" element
068         */
069        java.lang.String getAdminObjectModule();
070        
071        /**
072         * Gets (as xml) the "admin-object-module" element
073         */
074        org.apache.xmlbeans.XmlString xgetAdminObjectModule();
075        
076        /**
077         * True if has "admin-object-module" element
078         */
079        boolean isSetAdminObjectModule();
080        
081        /**
082         * Sets the "admin-object-module" element
083         */
084        void setAdminObjectModule(java.lang.String adminObjectModule);
085        
086        /**
087         * Sets (as xml) the "admin-object-module" element
088         */
089        void xsetAdminObjectModule(org.apache.xmlbeans.XmlString adminObjectModule);
090        
091        /**
092         * Unsets the "admin-object-module" element
093         */
094        void unsetAdminObjectModule();
095        
096        /**
097         * Gets the "admin-object-link" element
098         */
099        java.lang.String getAdminObjectLink();
100        
101        /**
102         * Gets (as xml) the "admin-object-link" element
103         */
104        org.apache.xmlbeans.XmlString xgetAdminObjectLink();
105        
106        /**
107         * True if has "admin-object-link" element
108         */
109        boolean isSetAdminObjectLink();
110        
111        /**
112         * Sets the "admin-object-link" element
113         */
114        void setAdminObjectLink(java.lang.String adminObjectLink);
115        
116        /**
117         * Sets (as xml) the "admin-object-link" element
118         */
119        void xsetAdminObjectLink(org.apache.xmlbeans.XmlString adminObjectLink);
120        
121        /**
122         * Unsets the "admin-object-link" element
123         */
124        void unsetAdminObjectLink();
125        
126        /**
127         * A factory class with static methods for creating instances
128         * of this type.
129         */
130        
131        public static final class Factory
132        {
133            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType newInstance() {
134              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
135            
136            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType newInstance(org.apache.xmlbeans.XmlOptions options) {
137              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
138            
139            /** @param xmlAsString the string value to parse */
140            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
141              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
142            
143            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
144              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
145            
146            /** @param file the file from which to load an xml document */
147            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
148              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
149            
150            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
151              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
152            
153            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
154              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
155            
156            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
157              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
158            
159            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
160              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
161            
162            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
163              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
164            
165            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
166              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
167            
168            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
169              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
170            
171            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
172              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
173            
174            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
175              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
176            
177            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
178              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
179            
180            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
181              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
182            
183            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
184            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
185              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
186            
187            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
188            public static org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
189              return (org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
190            
191            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
192            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 {
193              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
194            
195            /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
196            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 {
197              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
198            
199            private Factory() { } // No instance of this class allowed
200        }
201    }