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