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