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)
019 org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TDocumentation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sDD32E5A2898F33527024818ADE537D3B").resolveHandle("tdocumentation7197type");
020
021 /**
022 * A factory class with static methods for creating instances
023 * of this type.
024 */
025
026 public static final class Factory
027 {
028 public static org.apache.geronimo.xbeans.wsdl.TDocumentation newInstance() {
029 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
030
031 public static org.apache.geronimo.xbeans.wsdl.TDocumentation newInstance(org.apache.xmlbeans.XmlOptions options) {
032 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
033
034 /** @param xmlAsString the string value to parse */
035 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
036 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
037
038 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
039 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
040
041 /** @param file the file from which to load an xml document */
042 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
043 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
044
045 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 {
046 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
047
048 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
049 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
050
051 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 {
052 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
053
054 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
055 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
056
057 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 {
058 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
059
060 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
061 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
062
063 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 {
064 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
065
066 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
067 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
068
069 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
070 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
071
072 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
073 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
074
075 public static org.apache.geronimo.xbeans.wsdl.TDocumentation parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
076 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
077
078 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
079 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 {
080 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
081
082 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
083 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 {
084 return (org.apache.geronimo.xbeans.wsdl.TDocumentation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
085
086 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
087 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 {
088 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
089
090 /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
091 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 {
092 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
093
094 private Factory() { } // No instance of this class allowed
095 }
096 }