You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/08/02 05:32:23 UTC

svn commit: r226931 [23/24] - in /webservices/axis/trunk/archive/java/scratch/Nadana: ./ WS-Interop/ WS-Interop/Compound1/ WS-Interop/Compound1/src/ WS-Interop/Compound1/src/org/ WS-Interop/Compound1/src/org/soapinterop/ WS-Interop/Compound1/src/org/so...

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoStructResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoStructResponseDocument.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoStructResponseDocument.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoStructResponseDocument.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,150 @@
+/*
+ * An XML document type.
+ * Localname: echoStructResponse
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStructResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd;
+
+
+/**
+ * A document containing one echoStructResponse(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public interface EchoStructResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echostructresponsed27cdoctype");
+    
+    /**
+     * Gets the "echoStructResponse" element
+     */
+    org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse getEchoStructResponse();
+    
+    /**
+     * Sets the "echoStructResponse" element
+     */
+    void setEchoStructResponse(org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse echoStructResponse);
+    
+    /**
+     * Appends and returns a new empty "echoStructResponse" element
+     */
+    org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse addNewEchoStructResponse();
+    
+    /**
+     * An XML echoStructResponse(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public interface EchoStructResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echostructresponseabd3elemtype");
+        
+        /**
+         * Gets the "return" element
+         */
+        org.soapinterop.xsd.SOAPStruct getReturn();
+        
+        /**
+         * Sets the "return" element
+         */
+        void setReturn(org.soapinterop.xsd.SOAPStruct xreturn);
+        
+        /**
+         * Appends and returns a new empty "return" element
+         */
+        org.soapinterop.xsd.SOAPStruct addNewReturn();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse newInstance() {
+              return (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.soapinterop.xsd.EchoStructResponseDocument newInstance() {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoStructResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoStructResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidDocument.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidDocument.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidDocument.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidDocument.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: echoVoid
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoVoidDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd;
+
+
+/**
+ * A document containing one echoVoid(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public interface EchoVoidDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echovoid6fdedoctype");
+    
+    /**
+     * Gets the "echoVoid" element
+     */
+    org.soapinterop.xsd.EchoVoidDocument.EchoVoid getEchoVoid();
+    
+    /**
+     * Sets the "echoVoid" element
+     */
+    void setEchoVoid(org.soapinterop.xsd.EchoVoidDocument.EchoVoid echoVoid);
+    
+    /**
+     * Appends and returns a new empty "echoVoid" element
+     */
+    org.soapinterop.xsd.EchoVoidDocument.EchoVoid addNewEchoVoid();
+    
+    /**
+     * An XML echoVoid(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public interface EchoVoid extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echovoidd613elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.soapinterop.xsd.EchoVoidDocument.EchoVoid newInstance() {
+              return (org.soapinterop.xsd.EchoVoidDocument.EchoVoid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.soapinterop.xsd.EchoVoidDocument.EchoVoid newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.soapinterop.xsd.EchoVoidDocument.EchoVoid) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.soapinterop.xsd.EchoVoidDocument newInstance() {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoVoidDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidResponseDocument.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidResponseDocument.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/EchoVoidResponseDocument.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: echoVoidResponse
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoVoidResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd;
+
+
+/**
+ * A document containing one echoVoidResponse(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public interface EchoVoidResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echovoidresponsef4dddoctype");
+    
+    /**
+     * Gets the "echoVoidResponse" element
+     */
+    org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse getEchoVoidResponse();
+    
+    /**
+     * Sets the "echoVoidResponse" element
+     */
+    void setEchoVoidResponse(org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse echoVoidResponse);
+    
+    /**
+     * Appends and returns a new empty "echoVoidResponse" element
+     */
+    org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse addNewEchoVoidResponse();
+    
+    /**
+     * An XML echoVoidResponse(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public interface EchoVoidResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("echovoidresponse8bb3elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse newInstance() {
+              return (org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.soapinterop.xsd.EchoVoidResponseDocument.EchoVoidResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.soapinterop.xsd.EchoVoidResponseDocument newInstance() {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.soapinterop.xsd.EchoVoidResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.EchoVoidResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/SOAPStruct.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/SOAPStruct.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/SOAPStruct.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/SOAPStruct.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,153 @@
+/*
+ * XML Type:  SOAPStruct
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.SOAPStruct
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd;
+
+
+/**
+ * An XML SOAPStruct(@http://soapinterop.org/xsd).
+ *
+ * This is a complex type.
+ */
+public interface SOAPStruct extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.foo.TypeSystemHolder.typeSystem.resolveHandle("soapstruct93e7type");
+    
+    /**
+     * Gets the "varFloat" element
+     */
+    float getVarFloat();
+    
+    /**
+     * Gets (as xml) the "varFloat" element
+     */
+    org.apache.xmlbeans.XmlFloat xgetVarFloat();
+    
+    /**
+     * Sets the "varFloat" element
+     */
+    void setVarFloat(float varFloat);
+    
+    /**
+     * Sets (as xml) the "varFloat" element
+     */
+    void xsetVarFloat(org.apache.xmlbeans.XmlFloat varFloat);
+    
+    /**
+     * Gets the "varInt" element
+     */
+    int getVarInt();
+    
+    /**
+     * Gets (as xml) the "varInt" element
+     */
+    org.apache.xmlbeans.XmlInt xgetVarInt();
+    
+    /**
+     * Sets the "varInt" element
+     */
+    void setVarInt(int varInt);
+    
+    /**
+     * Sets (as xml) the "varInt" element
+     */
+    void xsetVarInt(org.apache.xmlbeans.XmlInt varInt);
+    
+    /**
+     * Gets the "varString" element
+     */
+    java.lang.String getVarString();
+    
+    /**
+     * Gets (as xml) the "varString" element
+     */
+    org.apache.xmlbeans.XmlString xgetVarString();
+    
+    /**
+     * Sets the "varString" element
+     */
+    void setVarString(java.lang.String varString);
+    
+    /**
+     * Sets (as xml) the "varString" element
+     */
+    void xsetVarString(org.apache.xmlbeans.XmlString varString);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.soapinterop.xsd.SOAPStruct newInstance() {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.soapinterop.xsd.SOAPStruct parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.soapinterop.xsd.SOAPStruct parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.soapinterop.xsd.SOAPStruct) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        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 {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/ArrayOfstringLiteralImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/ArrayOfstringLiteralImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/ArrayOfstringLiteralImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/ArrayOfstringLiteralImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,234 @@
+/*
+ * XML Type:  ArrayOfstring_literal
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.ArrayOfstringLiteral
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * An XML ArrayOfstring_literal(@http://soapinterop.org/xsd).
+ *
+ * This is a complex type.
+ */
+public class ArrayOfstringLiteralImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.ArrayOfstringLiteral
+{
+    
+    public ArrayOfstringLiteralImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName STRING$0 = 
+        new javax.xml.namespace.QName("", "string");
+    
+    
+    /**
+     * Gets array of all "string" elements
+     */
+    public java.lang.String[] getStringArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(STRING$0, targetList);
+            java.lang.String[] result = new java.lang.String[targetList.size()];
+            for (int i = 0, len = targetList.size() ; i < len ; i++)
+                result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+            return result;
+        }
+    }
+    
+    /**
+     * Gets ith "string" element
+     */
+    public java.lang.String getStringArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRING$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) array of all "string" elements
+     */
+    public org.apache.xmlbeans.XmlString[] xgetStringArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(STRING$0, targetList);
+            org.apache.xmlbeans.XmlString[] result = new org.apache.xmlbeans.XmlString[targetList.size()];
+            targetList.toArray(result);
+            return result;
+        }
+    }
+    
+    /**
+     * Gets (as xml) ith "string" element
+     */
+    public org.apache.xmlbeans.XmlString xgetStringArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(STRING$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return (org.apache.xmlbeans.XmlString)target;
+        }
+    }
+    
+    /**
+     * Returns number of "string" element
+     */
+    public int sizeOfStringArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(STRING$0);
+        }
+    }
+    
+    /**
+     * Sets array of all "string" element
+     */
+    public void setStringArray(java.lang.String[] stringArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(stringArray, STRING$0);
+        }
+    }
+    
+    /**
+     * Sets ith "string" element
+     */
+    public void setStringArray(int i, java.lang.String string)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(STRING$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.setStringValue(string);
+        }
+    }
+    
+    /**
+     * Sets (as xml) array of all "string" element
+     */
+    public void xsetStringArray(org.apache.xmlbeans.XmlString[]stringArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(stringArray, STRING$0);
+        }
+    }
+    
+    /**
+     * Sets (as xml) ith "string" element
+     */
+    public void xsetStringArray(int i, org.apache.xmlbeans.XmlString string)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(STRING$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.set(string);
+        }
+    }
+    
+    /**
+     * Inserts the value as the ith "string" element
+     */
+    public void insertString(int i, java.lang.String string)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = 
+                (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(STRING$0, i);
+            target.setStringValue(string);
+        }
+    }
+    
+    /**
+     * Appends the value as the last "string" element
+     */
+    public void addString(java.lang.String string)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(STRING$0);
+            target.setStringValue(string);
+        }
+    }
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "string" element
+     */
+    public org.apache.xmlbeans.XmlString insertNewString(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().insert_element_user(STRING$0, i);
+            return target;
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "string" element
+     */
+    public org.apache.xmlbeans.XmlString addNewString()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlString target = null;
+            target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(STRING$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Removes the ith "string" element
+     */
+    public void removeString(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(STRING$0, i);
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,143 @@
+/*
+ * An XML document type.
+ * Localname: echoStringArray
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStringArrayDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoStringArray(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStringArrayDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringArrayDocument
+{
+    
+    public EchoStringArrayDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRINGARRAY1$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoStringArray");
+    
+    
+    /**
+     * Gets the "echoStringArray" element
+     */
+    public org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray getEchoStringArray1()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray)get_store().find_element_user(ECHOSTRINGARRAY1$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoStringArray" element
+     */
+    public void setEchoStringArray1(org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray echoStringArray1)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray)get_store().find_element_user(ECHOSTRINGARRAY1$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray)get_store().add_element_user(ECHOSTRINGARRAY1$0);
+            }
+            target.set(echoStringArray1);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoStringArray" element
+     */
+    public org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray addNewEchoStringArray1()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray)get_store().add_element_user(ECHOSTRINGARRAY1$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoStringArray(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStringArrayImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringArrayDocument.EchoStringArray
+    {
+        
+        public EchoStringArrayImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName PARAM0$0 = 
+            new javax.xml.namespace.QName("", "param0");
+        
+        
+        /**
+         * Gets the "param0" element
+         */
+        public org.soapinterop.xsd.ArrayOfstringLiteral getParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "param0" element
+         */
+        public void setParam0(org.soapinterop.xsd.ArrayOfstringLiteral param0)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().add_element_user(PARAM0$0);
+                }
+                target.set(param0);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "param0" element
+         */
+        public org.soapinterop.xsd.ArrayOfstringLiteral addNewParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().add_element_user(PARAM0$0);
+                return target;
+            }
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayResponseDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayResponseDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringArrayResponseDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,143 @@
+/*
+ * An XML document type.
+ * Localname: echoStringArrayResponse
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStringArrayResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoStringArrayResponse(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStringArrayResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringArrayResponseDocument
+{
+    
+    public EchoStringArrayResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRINGARRAYRESPONSE$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoStringArrayResponse");
+    
+    
+    /**
+     * Gets the "echoStringArrayResponse" element
+     */
+    public org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse getEchoStringArrayResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse)get_store().find_element_user(ECHOSTRINGARRAYRESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoStringArrayResponse" element
+     */
+    public void setEchoStringArrayResponse(org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse echoStringArrayResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse)get_store().find_element_user(ECHOSTRINGARRAYRESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse)get_store().add_element_user(ECHOSTRINGARRAYRESPONSE$0);
+            }
+            target.set(echoStringArrayResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoStringArrayResponse" element
+     */
+    public org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse addNewEchoStringArrayResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse)get_store().add_element_user(ECHOSTRINGARRAYRESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoStringArrayResponse(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStringArrayResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringArrayResponseDocument.EchoStringArrayResponse
+    {
+        
+        public EchoStringArrayResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName RETURN$0 = 
+            new javax.xml.namespace.QName("", "return");
+        
+        
+        /**
+         * Gets the "return" element
+         */
+        public org.soapinterop.xsd.ArrayOfstringLiteral getReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "return" element
+         */
+        public void setReturn(org.soapinterop.xsd.ArrayOfstringLiteral xreturn)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().add_element_user(RETURN$0);
+                }
+                target.set(xreturn);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "return" element
+         */
+        public org.soapinterop.xsd.ArrayOfstringLiteral addNewReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.ArrayOfstringLiteral target = null;
+                target = (org.soapinterop.xsd.ArrayOfstringLiteral)get_store().add_element_user(RETURN$0);
+                return target;
+            }
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,161 @@
+/*
+ * An XML document type.
+ * Localname: echoString
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStringDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoString(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStringDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringDocument
+{
+    
+    public EchoStringDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRING$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoString");
+    
+    
+    /**
+     * Gets the "echoString" element
+     */
+    public org.soapinterop.xsd.EchoStringDocument.EchoString getEchoString()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringDocument.EchoString target = null;
+            target = (org.soapinterop.xsd.EchoStringDocument.EchoString)get_store().find_element_user(ECHOSTRING$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoString" element
+     */
+    public void setEchoString(org.soapinterop.xsd.EchoStringDocument.EchoString echoString)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringDocument.EchoString target = null;
+            target = (org.soapinterop.xsd.EchoStringDocument.EchoString)get_store().find_element_user(ECHOSTRING$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStringDocument.EchoString)get_store().add_element_user(ECHOSTRING$0);
+            }
+            target.set(echoString);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoString" element
+     */
+    public org.soapinterop.xsd.EchoStringDocument.EchoString addNewEchoString()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringDocument.EchoString target = null;
+            target = (org.soapinterop.xsd.EchoStringDocument.EchoString)get_store().add_element_user(ECHOSTRING$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoString(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStringImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringDocument.EchoString
+    {
+        
+        public EchoStringImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName PARAM0$0 = 
+            new javax.xml.namespace.QName("", "param0");
+        
+        
+        /**
+         * Gets the "param0" element
+         */
+        public java.lang.String getParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "param0" element
+         */
+        public org.apache.xmlbeans.XmlString xgetParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(PARAM0$0, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "param0" element
+         */
+        public void setParam0(java.lang.String param0)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(PARAM0$0);
+                }
+                target.setStringValue(param0);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "param0" element
+         */
+        public void xsetParam0(org.apache.xmlbeans.XmlString param0)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(PARAM0$0);
+                }
+                target.set(param0);
+            }
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringResponseDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringResponseDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStringResponseDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,161 @@
+/*
+ * An XML document type.
+ * Localname: echoStringResponse
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStringResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoStringResponse(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStringResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringResponseDocument
+{
+    
+    public EchoStringResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRINGRESPONSE$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoStringResponse");
+    
+    
+    /**
+     * Gets the "echoStringResponse" element
+     */
+    public org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse getEchoStringResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse)get_store().find_element_user(ECHOSTRINGRESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoStringResponse" element
+     */
+    public void setEchoStringResponse(org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse echoStringResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse)get_store().find_element_user(ECHOSTRINGRESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse)get_store().add_element_user(ECHOSTRINGRESPONSE$0);
+            }
+            target.set(echoStringResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoStringResponse" element
+     */
+    public org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse addNewEchoStringResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse target = null;
+            target = (org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse)get_store().add_element_user(ECHOSTRINGRESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoStringResponse(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStringResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStringResponseDocument.EchoStringResponse
+    {
+        
+        public EchoStringResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName RETURN$0 = 
+            new javax.xml.namespace.QName("", "return");
+        
+        
+        /**
+         * Gets the "return" element
+         */
+        public java.lang.String getReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "return" element
+         */
+        public org.apache.xmlbeans.XmlString xgetReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RETURN$0, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "return" element
+         */
+        public void setReturn(java.lang.String xreturn)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RETURN$0);
+                }
+                target.setStringValue(xreturn);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "return" element
+         */
+        public void xsetReturn(org.apache.xmlbeans.XmlString xreturn)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(RETURN$0);
+                }
+                target.set(xreturn);
+            }
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,143 @@
+/*
+ * An XML document type.
+ * Localname: echoStruct
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStructDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoStruct(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStructDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStructDocument
+{
+    
+    public EchoStructDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRUCT$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoStruct");
+    
+    
+    /**
+     * Gets the "echoStruct" element
+     */
+    public org.soapinterop.xsd.EchoStructDocument.EchoStruct getEchoStruct()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructDocument.EchoStruct target = null;
+            target = (org.soapinterop.xsd.EchoStructDocument.EchoStruct)get_store().find_element_user(ECHOSTRUCT$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoStruct" element
+     */
+    public void setEchoStruct(org.soapinterop.xsd.EchoStructDocument.EchoStruct echoStruct)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructDocument.EchoStruct target = null;
+            target = (org.soapinterop.xsd.EchoStructDocument.EchoStruct)get_store().find_element_user(ECHOSTRUCT$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStructDocument.EchoStruct)get_store().add_element_user(ECHOSTRUCT$0);
+            }
+            target.set(echoStruct);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoStruct" element
+     */
+    public org.soapinterop.xsd.EchoStructDocument.EchoStruct addNewEchoStruct()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructDocument.EchoStruct target = null;
+            target = (org.soapinterop.xsd.EchoStructDocument.EchoStruct)get_store().add_element_user(ECHOSTRUCT$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoStruct(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStructImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStructDocument.EchoStruct
+    {
+        
+        public EchoStructImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName PARAM0$0 = 
+            new javax.xml.namespace.QName("", "param0");
+        
+        
+        /**
+         * Gets the "param0" element
+         */
+        public org.soapinterop.xsd.SOAPStruct getParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "param0" element
+         */
+        public void setParam0(org.soapinterop.xsd.SOAPStruct param0)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().find_element_user(PARAM0$0, 0);
+                if (target == null)
+                {
+                    target = (org.soapinterop.xsd.SOAPStruct)get_store().add_element_user(PARAM0$0);
+                }
+                target.set(param0);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "param0" element
+         */
+        public org.soapinterop.xsd.SOAPStruct addNewParam0()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().add_element_user(PARAM0$0);
+                return target;
+            }
+        }
+    }
+}

Added: webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructResponseDocumentImpl.java?rev=226931&view=auto
==============================================================================
--- webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructResponseDocumentImpl.java (added)
+++ webservices/axis/trunk/archive/java/scratch/Nadana/WS-Interop/Round3/InteropTestDocLitParameters/src/org/soapinterop/xsd/impl/EchoStructResponseDocumentImpl.java Mon Aug  1 20:09:56 2005
@@ -0,0 +1,143 @@
+/*
+ * An XML document type.
+ * Localname: echoStructResponse
+ * Namespace: http://soapinterop.org/xsd
+ * Java type: org.soapinterop.xsd.EchoStructResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.soapinterop.xsd.impl;
+/**
+ * A document containing one echoStructResponse(@http://soapinterop.org/xsd) element.
+ *
+ * This is a complex type.
+ */
+public class EchoStructResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStructResponseDocument
+{
+    
+    public EchoStructResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ECHOSTRUCTRESPONSE$0 = 
+        new javax.xml.namespace.QName("http://soapinterop.org/xsd", "echoStructResponse");
+    
+    
+    /**
+     * Gets the "echoStructResponse" element
+     */
+    public org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse getEchoStructResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse target = null;
+            target = (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse)get_store().find_element_user(ECHOSTRUCTRESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "echoStructResponse" element
+     */
+    public void setEchoStructResponse(org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse echoStructResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse target = null;
+            target = (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse)get_store().find_element_user(ECHOSTRUCTRESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse)get_store().add_element_user(ECHOSTRUCTRESPONSE$0);
+            }
+            target.set(echoStructResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "echoStructResponse" element
+     */
+    public org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse addNewEchoStructResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse target = null;
+            target = (org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse)get_store().add_element_user(ECHOSTRUCTRESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML echoStructResponse(@http://soapinterop.org/xsd).
+     *
+     * This is a complex type.
+     */
+    public static class EchoStructResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.soapinterop.xsd.EchoStructResponseDocument.EchoStructResponse
+    {
+        
+        public EchoStructResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName RETURN$0 = 
+            new javax.xml.namespace.QName("", "return");
+        
+        
+        /**
+         * Gets the "return" element
+         */
+        public org.soapinterop.xsd.SOAPStruct getReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "return" element
+         */
+        public void setReturn(org.soapinterop.xsd.SOAPStruct xreturn)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().find_element_user(RETURN$0, 0);
+                if (target == null)
+                {
+                    target = (org.soapinterop.xsd.SOAPStruct)get_store().add_element_user(RETURN$0);
+                }
+                target.set(xreturn);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "return" element
+         */
+        public org.soapinterop.xsd.SOAPStruct addNewReturn()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.soapinterop.xsd.SOAPStruct target = null;
+                target = (org.soapinterop.xsd.SOAPStruct)get_store().add_element_user(RETURN$0);
+                return target;
+            }
+        }
+    }
+}