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