001 /* 002 * XML Type: tFault 003 * Namespace: http://schemas.xmlsoap.org/wsdl/ 004 * Java type: org.apache.geronimo.xbeans.wsdl.TFault 005 * 006 * Automatically generated - do not modify. 007 */ 008 package org.apache.geronimo.xbeans.wsdl; 009 010 011 /** 012 * An XML tFault(@http://schemas.xmlsoap.org/wsdl/). 013 * 014 * This is a complex type. 015 */ 016 public interface TFault extends org.apache.geronimo.xbeans.wsdl.TExtensibleAttributesDocumented 017 { 018 public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.sDD32E5A2898F33527024818ADE537D3B.TypeSystemHolder.typeSystem.resolveHandle("tfaulte22ftype"); 019 020 /** 021 * Gets the "name" attribute 022 */ 023 java.lang.String getName(); 024 025 /** 026 * Gets (as xml) the "name" attribute 027 */ 028 org.apache.xmlbeans.XmlNCName xgetName(); 029 030 /** 031 * Sets the "name" attribute 032 */ 033 void setName(java.lang.String name); 034 035 /** 036 * Sets (as xml) the "name" attribute 037 */ 038 void xsetName(org.apache.xmlbeans.XmlNCName name); 039 040 /** 041 * Gets the "message" attribute 042 */ 043 javax.xml.namespace.QName getMessage(); 044 045 /** 046 * Gets (as xml) the "message" attribute 047 */ 048 org.apache.xmlbeans.XmlQName xgetMessage(); 049 050 /** 051 * Sets the "message" attribute 052 */ 053 void setMessage(javax.xml.namespace.QName message); 054 055 /** 056 * Sets (as xml) the "message" attribute 057 */ 058 void xsetMessage(org.apache.xmlbeans.XmlQName message); 059 060 /** 061 * A factory class with static methods for creating instances 062 * of this type. 063 */ 064 065 public static final class Factory 066 { 067 public static org.apache.geronimo.xbeans.wsdl.TFault newInstance() { 068 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } 069 070 public static org.apache.geronimo.xbeans.wsdl.TFault newInstance(org.apache.xmlbeans.XmlOptions options) { 071 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } 072 073 /** @param xmlAsString the string value to parse */ 074 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { 075 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } 076 077 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { 078 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } 079 080 /** @param file the file from which to load an xml document */ 081 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { 082 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } 083 084 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 085 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } 086 087 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { 088 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } 089 090 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 091 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } 092 093 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { 094 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } 095 096 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 097 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } 098 099 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { 100 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } 101 102 public static org.apache.geronimo.xbeans.wsdl.TFault parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { 103 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } 104 105 public static org.apache.geronimo.xbeans.wsdl.TFault parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { 106 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } 107 108 public static org.apache.geronimo.xbeans.wsdl.TFault parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { 109 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } 110 111 public static org.apache.geronimo.xbeans.wsdl.TFault parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { 112 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } 113 114 public static org.apache.geronimo.xbeans.wsdl.TFault parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { 115 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } 116 117 /** @deprecated {@link XMLInputStream} */ 118 public static org.apache.geronimo.xbeans.wsdl.TFault parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { 119 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } 120 121 /** @deprecated {@link XMLInputStream} */ 122 public static org.apache.geronimo.xbeans.wsdl.TFault parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { 123 return (org.apache.geronimo.xbeans.wsdl.TFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } 124 125 /** @deprecated {@link XMLInputStream} */ 126 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 { 127 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } 128 129 /** @deprecated {@link XMLInputStream} */ 130 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 { 131 return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } 132 133 private Factory() { } // No instance of this class allowed 134 } 135 }