001    /*
002     * XML Type:  tExtensibleAttributesDocumented
003     * Namespace: http://schemas.xmlsoap.org/wsdl/
004     * Java type: org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented
005     *
006     * Automatically generated - do not modify.
007     */
008    package org.apache.geronimo.xbeans.wsdl;
009    
010    
011    /**
012     * An XML tExtensibleAttributesDocumented(@http://schemas.xmlsoap.org/wsdl/).
013     *
014     * This is a complex type.
015     */
016    public interface TExtensibleAttributesDocumented extends org.apache.geronimo.xbeans.wsdl.TDocumented
017    {
018        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.sDD32E5A2898F33527024818ADE537D3B.TypeSystemHolder.typeSystem.resolveHandle("textensibleattributesdocumentedc28ftype");
019        
020        /**
021         * A factory class with static methods for creating instances
022         * of this type.
023         */
024        
025        public static final class Factory
026        {
027            /** @deprecated No need to be able to create instances of abstract types */
028            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented newInstance() {
029              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
030            
031            /** @deprecated No need to be able to create instances of abstract types */
032            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented newInstance(org.apache.xmlbeans.XmlOptions options) {
033              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
034            
035            /** @param xmlAsString the string value to parse */
036            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
037              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
038            
039            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
040              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
041            
042            /** @param file the file from which to load an xml document */
043            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
044              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
045            
046            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
047              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
048            
049            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
050              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
051            
052            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
053              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
054            
055            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
056              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
057            
058            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
059              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
060            
061            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
062              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
063            
064            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
065              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
066            
067            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
068              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
069            
070            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
071              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
072            
073            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
074              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
075            
076            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
077              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
078            
079            /** @deprecated {@link XMLInputStream} */
080            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
081              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
082            
083            /** @deprecated {@link XMLInputStream} */
084            public static org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
085              return (org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
086            
087            /** @deprecated {@link XMLInputStream} */
088            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 {
089              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
090            
091            /** @deprecated {@link XMLInputStream} */
092            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 {
093              return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
094            
095            private Factory() { } // No instance of this class allowed
096        }
097    }