You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by jr...@apache.org on 2005/07/21 18:37:32 UTC

svn commit: r220138 [2/11] - in /webservices/muse/trunk/src/examples/interop: ./ lib/ src/ src/.xmlbeans/ src/.xmlbeans/src/ src/.xmlbeans/src/com/ src/.xmlbeans/src/com/dell/ src/.xmlbeans/src/com/dell/wsdm/ src/.xmlbeans/src/com/dell/wsdm/demos/ src/...

Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/IpNameDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/IpNameDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/IpNameDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/IpNameDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,104 @@
+/*
+ * An XML document type.
+ * Localname: IpName
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one IpName(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface IpNameDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("ipname4433doctype");
+    
+    /**
+     * Gets the "IpName" element
+     */
+    java.lang.String getIpName();
+    
+    /**
+     * Gets (as xml) the "IpName" element
+     */
+    org.apache.xmlbeans.XmlString xgetIpName();
+    
+    /**
+     * Sets the "IpName" element
+     */
+    void setIpName(java.lang.String ipName);
+    
+    /**
+     * Sets (as xml) the "IpName" element
+     */
+    void xsetIpName(org.apache.xmlbeans.XmlString ipName);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.IpNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ModelNameDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ModelNameDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ModelNameDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ModelNameDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,104 @@
+/*
+ * An XML document type.
+ * Localname: ModelName
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one ModelName(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface ModelNameDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("modelname3f83doctype");
+    
+    /**
+     * Gets the "ModelName" element
+     */
+    java.lang.String getModelName();
+    
+    /**
+     * Gets (as xml) the "ModelName" element
+     */
+    org.apache.xmlbeans.XmlString xgetModelName();
+    
+    /**
+     * Sets the "ModelName" element
+     */
+    void setModelName(java.lang.String modelName);
+    
+    /**
+     * Sets (as xml) the "ModelName" element
+     */
+    void xsetModelName(org.apache.xmlbeans.XmlString modelName);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.ModelNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,125 @@
+/*
+ * An XML document type.
+ * Localname: Reset
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.ResetDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one Reset(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface ResetDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("reset3528doctype");
+    
+    /**
+     * Gets the "Reset" element
+     */
+    com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset getReset();
+    
+    /**
+     * Sets the "Reset" element
+     */
+    void setReset(com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset reset);
+    
+    /**
+     * Appends and returns a new empty "Reset" element
+     */
+    com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset addNewReset();
+    
+    /**
+     * An XML Reset(@http://dell.com/wsdm/demos/interop/2005/04).
+     *
+     * This is a complex type.
+     */
+    public interface Reset extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("reset09adelemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset newInstance() {
+              return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument.Reset) 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 com.dell.wsdm.demos.interop.x2005.x04.ResetDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.ResetDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/ResetResponseDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,125 @@
+/*
+ * An XML document type.
+ * Localname: ResetResponse
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one ResetResponse(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface ResetResponseDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("resetresponse2027doctype");
+    
+    /**
+     * Gets the "ResetResponse" element
+     */
+    com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse getResetResponse();
+    
+    /**
+     * Sets the "ResetResponse" element
+     */
+    void setResetResponse(com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse resetResponse);
+    
+    /**
+     * Appends and returns a new empty "ResetResponse" element
+     */
+    com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse addNewResetResponse();
+    
+    /**
+     * An XML ResetResponse(@http://dell.com/wsdm/demos/interop/2005/04).
+     *
+     * This is a complex type.
+     */
+    public interface ResetResponse extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("resetresponse1dabelemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse newInstance() {
+              return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument.ResetResponse) 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 com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.ResetResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SerialNumberDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,104 @@
+/*
+ * An XML document type.
+ * Localname: SerialNumber
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one SerialNumber(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface SerialNumberDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("serialnumberdc08doctype");
+    
+    /**
+     * Gets the "SerialNumber" element
+     */
+    java.lang.String getSerialNumber();
+    
+    /**
+     * Gets (as xml) the "SerialNumber" element
+     */
+    org.apache.xmlbeans.XmlString xgetSerialNumber();
+    
+    /**
+     * Sets the "SerialNumber" element
+     */
+    void setSerialNumber(java.lang.String serialNumber);
+    
+    /**
+     * Sets (as xml) the "SerialNumber" element
+     */
+    void xsetSerialNumber(org.apache.xmlbeans.XmlString serialNumber);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.SerialNumberDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/SysContactDocument.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,104 @@
+/*
+ * An XML document type.
+ * Localname: sysContact
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04;
+
+
+/**
+ * A document containing one sysContact(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public interface SysContactDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s9453AECF4F2EEB571E8F3D241921E275.TypeSystemHolder.typeSystem.resolveHandle("syscontactfdf2doctype");
+    
+    /**
+     * Gets the "sysContact" element
+     */
+    java.lang.String getSysContact();
+    
+    /**
+     * Gets (as xml) the "sysContact" element
+     */
+    org.apache.xmlbeans.XmlString xgetSysContact();
+    
+    /**
+     * Sets the "sysContact" element
+     */
+    void setSysContact(java.lang.String sysContact);
+    
+    /**
+     * Sets (as xml) the "sysContact" element
+     */
+    void xsetSysContact(org.apache.xmlbeans.XmlString sysContact);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument newInstance() {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.lang.String s) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.lang.String s, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( s, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.File f) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.File f, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( f, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument 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 (com.dell.wsdm.demos.interop.x2005.x04.SysContactDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        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 ); }
+        
+        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/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/AttentionLedOnDocumentImpl.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: AttentionLedOn
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.AttentionLedOnDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04.impl;
+/**
+ * A document containing one AttentionLedOn(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public class AttentionLedOnDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.AttentionLedOnDocument
+{
+    
+    public AttentionLedOnDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName ATTENTIONLEDON$0 = 
+        new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "AttentionLedOn");
+    
+    
+    /**
+     * Gets the "AttentionLedOn" element
+     */
+    public boolean getAttentionLedOn()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTENTIONLEDON$0, 0);
+            if (target == null)
+            {
+                return false;
+            }
+            return target.getBooleanValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "AttentionLedOn" element
+     */
+    public org.apache.xmlbeans.XmlBoolean xgetAttentionLedOn()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(ATTENTIONLEDON$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "AttentionLedOn" element
+     */
+    public void setAttentionLedOn(boolean attentionLedOn)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(ATTENTIONLEDON$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(ATTENTIONLEDON$0);
+            }
+            target.setBooleanValue(attentionLedOn);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "AttentionLedOn" element
+     */
+    public void xsetAttentionLedOn(org.apache.xmlbeans.XmlBoolean attentionLedOn)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(ATTENTIONLEDON$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(ATTENTIONLEDON$0);
+            }
+            target.set(attentionLedOn);
+        }
+    }
+}

Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CoverOpenDocumentImpl.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,94 @@
+/*
+ * An XML document type.
+ * Localname: CoverOpen
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.CoverOpenDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04.impl;
+/**
+ * A document containing one CoverOpen(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public class CoverOpenDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.CoverOpenDocument
+{
+    
+    public CoverOpenDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName COVEROPEN$0 = 
+        new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "CoverOpen");
+    
+    
+    /**
+     * Gets the "CoverOpen" element
+     */
+    public boolean getCoverOpen()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COVEROPEN$0, 0);
+            if (target == null)
+            {
+                return false;
+            }
+            return target.getBooleanValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) the "CoverOpen" element
+     */
+    public org.apache.xmlbeans.XmlBoolean xgetCoverOpen()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(COVEROPEN$0, 0);
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "CoverOpen" element
+     */
+    public void setCoverOpen(boolean coverOpen)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(COVEROPEN$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(COVEROPEN$0);
+            }
+            target.setBooleanValue(coverOpen);
+        }
+    }
+    
+    /**
+     * Sets (as xml) the "CoverOpen" element
+     */
+    public void xsetCoverOpen(org.apache.xmlbeans.XmlBoolean coverOpen)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlBoolean target = null;
+            target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(COVEROPEN$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(COVEROPEN$0);
+            }
+            target.set(coverOpen);
+        }
+    }
+}

Added: webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java?rev=220138&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java (added)
+++ webservices/muse/trunk/src/examples/interop/src/.xmlbeans/src/com/dell/wsdm/demos/interop/x2005/x04/impl/CpuUsageDocumentImpl.java Thu Jul 21 09:37:14 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: CpuUsage
+ * Namespace: http://dell.com/wsdm/demos/interop/2005/04
+ * Java type: com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package com.dell.wsdm.demos.interop.x2005.x04.impl;
+/**
+ * A document containing one CpuUsage(@http://dell.com/wsdm/demos/interop/2005/04) element.
+ *
+ * This is a complex type.
+ */
+public class CpuUsageDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements com.dell.wsdm.demos.interop.x2005.x04.CpuUsageDocument
+{
+    
+    public CpuUsageDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName CPUUSAGE$0 = 
+        new javax.xml.namespace.QName("http://dell.com/wsdm/demos/interop/2005/04", "CpuUsage");
+    
+    
+    /**
+     * Gets the "CpuUsage" element
+     */
+    public org.apache.xmlbeans.XmlObject getCpuUsage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlObject target = null;
+            target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(CPUUSAGE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "CpuUsage" element
+     */
+    public void setCpuUsage(org.apache.xmlbeans.XmlObject cpuUsage)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlObject target = null;
+            target = (org.apache.xmlbeans.XmlObject)get_store().find_element_user(CPUUSAGE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(CPUUSAGE$0);
+            }
+            target.set(cpuUsage);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "CpuUsage" element
+     */
+    public org.apache.xmlbeans.XmlObject addNewCpuUsage()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlObject target = null;
+            target = (org.apache.xmlbeans.XmlObject)get_store().add_element_user(CPUUSAGE$0);
+            return target;
+        }
+    }
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org