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