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 ki...@apache.org on 2005/08/02 16:00:29 UTC

svn commit: r227005 [3/4] - in /webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans: lib/ src/org/apache/ws/muse/example/application/ src/org/apache/ws/muse/example/application/impl/ src/org/apache/ws/muse/example/application/properties/ ...

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/CpuUsageDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/CpuUsageDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/CpuUsageDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/CpuUsageDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface CpuUsageDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sAA500FC3A4ADE6735B3393822A14BA36.TypeSystemHolder.typeSystem.resolveHandle("cpuusage1a5ddoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s3BF6B5AE50FD94C49F706BF2D22AD8B0.TypeSystemHolder.typeSystem.resolveHandle("cpuusage1a5ddoctype");
     
     /**
      * Gets the "CpuUsage" element
@@ -90,9 +90,11 @@
         public static org.apache.ws.muse.example.host.properties.CpuUsageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.host.properties.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.host.properties.CpuUsageDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.host.properties.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.host.properties.CpuUsageDocument 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.apache.ws.muse.example.host.properties.CpuUsageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/NumberOfProcessesDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/NumberOfProcessesDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/NumberOfProcessesDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/host/properties/NumberOfProcessesDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface NumberOfProcessesDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.sAA500FC3A4ADE6735B3393822A14BA36.TypeSystemHolder.typeSystem.resolveHandle("numberofprocesses162fdoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s3BF6B5AE50FD94C49F706BF2D22AD8B0.TypeSystemHolder.typeSystem.resolveHandle("numberofprocesses162fdoctype");
     
     /**
      * Gets the "NumberOfProcesses" element
@@ -90,9 +90,11 @@
         public static org.apache.ws.muse.example.host.properties.NumberOfProcessesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.host.properties.NumberOfProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.host.properties.NumberOfProcessesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.host.properties.NumberOfProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.host.properties.NumberOfProcessesDocument 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.apache.ws.muse.example.host.properties.NumberOfProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/IntegrationServerPropertiesDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/IntegrationServerPropertiesDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/IntegrationServerPropertiesDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/IntegrationServerPropertiesDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface IntegrationServerPropertiesDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s471281910A35B4C8B9D651E42E079FF9.TypeSystemHolder.typeSystem.resolveHandle("integrationserverproperties8859doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s5423C9D697230707A59B7FE502296EFC.TypeSystemHolder.typeSystem.resolveHandle("integrationserverproperties8859doctype");
     
     /**
      * Gets the "IntegrationServerProperties" element
@@ -40,7 +40,7 @@
      */
     public interface IntegrationServerProperties extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s471281910A35B4C8B9D651E42E079FF9.TypeSystemHolder.typeSystem.resolveHandle("integrationserverpropertiesf1efelemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s5423C9D697230707A59B7FE502296EFC.TypeSystemHolder.typeSystem.resolveHandle("integrationserverpropertiesf1efelemtype");
         
         /**
          * Gets array of all "Topic" elements
@@ -140,7 +140,7 @@
         /**
          * Sets (as xml) array of all "TopicExpressionDialects" element
          */
-        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray);
+        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[] topicExpressionDialectsArray);
         
         /**
          * Sets (as xml) ith "TopicExpressionDialects" element
@@ -230,7 +230,7 @@
         /**
          * Sets (as xml) array of all "ManageabilityCapability" element
          */
-        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray);
+        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[] manageabilityCapabilityArray);
         
         /**
          * Sets (as xml) ith "ManageabilityCapability" element
@@ -468,6 +468,41 @@
         void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname);
         
         /**
+         * Gets the "CreationTime" element
+         */
+        java.util.Calendar getCreationTime();
+        
+        /**
+         * Gets (as xml) the "CreationTime" element
+         */
+        org.apache.xmlbeans.XmlDateTime xgetCreationTime();
+        
+        /**
+         * Sets the "CreationTime" element
+         */
+        void setCreationTime(java.util.Calendar creationTime);
+        
+        /**
+         * Sets (as xml) the "CreationTime" element
+         */
+        void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime);
+        
+        /**
+         * Gets the "Owner" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getOwner();
+        
+        /**
+         * Sets the "Owner" element
+         */
+        void setOwner(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString owner);
+        
+        /**
+         * Appends and returns a new empty "Owner" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewOwner();
+        
+        /**
          * Gets the "ServerName" element
          */
         java.lang.String getServerName();
@@ -581,9 +616,11 @@
         public static org.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument 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.apache.ws.muse.example.integrationserver.IntegrationServerPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/IntegrationServerPropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/IntegrationServerPropertiesDocumentImpl.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/IntegrationServerPropertiesDocumentImpl.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/impl/IntegrationServerPropertiesDocumentImpl.java Tue Aug  2 06:59:49 2005
@@ -112,9 +112,13 @@
             new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceType");
         private static final javax.xml.namespace.QName RESOURCEHOSTNAME$24 = 
             new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceHostname");
-        private static final javax.xml.namespace.QName SERVERNAME$26 = 
+        private static final javax.xml.namespace.QName CREATIONTIME$26 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "CreationTime");
+        private static final javax.xml.namespace.QName OWNER$28 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "Owner");
+        private static final javax.xml.namespace.QName SERVERNAME$30 = 
             new javax.xml.namespace.QName("http://ws.apache.org/muse/example/integrationserver/properties", "ServerName");
-        private static final javax.xml.namespace.QName LISTENPORT$28 = 
+        private static final javax.xml.namespace.QName LISTENPORT$32 = 
             new javax.xml.namespace.QName("http://ws.apache.org/muse/example/integrationserver/properties", "ListenPort");
         
         
@@ -1435,6 +1439,124 @@
         }
         
         /**
+         * Gets the "CreationTime" element
+         */
+        public java.util.Calendar getCreationTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CREATIONTIME$26, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getCalendarValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "CreationTime" element
+         */
+        public org.apache.xmlbeans.XmlDateTime xgetCreationTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CREATIONTIME$26, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CreationTime" element
+         */
+        public void setCreationTime(java.util.Calendar creationTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CREATIONTIME$26, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CREATIONTIME$26);
+                }
+                target.setCalendarValue(creationTime);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "CreationTime" element
+         */
+        public void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CREATIONTIME$26, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(CREATIONTIME$26);
+                }
+                target.set(creationTime);
+            }
+        }
+        
+        /**
+         * Gets the "Owner" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getOwner()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(OWNER$28, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Owner" element
+         */
+        public void setOwner(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString owner)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(OWNER$28, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(OWNER$28);
+                }
+                target.set(owner);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Owner" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewOwner()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(OWNER$28);
+                return target;
+            }
+        }
+        
+        /**
          * Gets the "ServerName" element
          */
         public java.lang.String getServerName()
@@ -1443,7 +1565,7 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.SimpleValue target = null;
-                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERVERNAME$26, 0);
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERVERNAME$30, 0);
                 if (target == null)
                 {
                     return null;
@@ -1461,7 +1583,7 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.XmlString target = null;
-                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SERVERNAME$26, 0);
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SERVERNAME$30, 0);
                 return target;
             }
         }
@@ -1475,10 +1597,10 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.SimpleValue target = null;
-                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERVERNAME$26, 0);
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(SERVERNAME$30, 0);
                 if (target == null)
                 {
-                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SERVERNAME$26);
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(SERVERNAME$30);
                 }
                 target.setStringValue(serverName);
             }
@@ -1493,10 +1615,10 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.XmlString target = null;
-                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SERVERNAME$26, 0);
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(SERVERNAME$30, 0);
                 if (target == null)
                 {
-                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(SERVERNAME$26);
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(SERVERNAME$30);
                 }
                 target.set(serverName);
             }
@@ -1511,7 +1633,7 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.SimpleValue target = null;
-                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LISTENPORT$28, 0);
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LISTENPORT$32, 0);
                 if (target == null)
                 {
                     return 0L;
@@ -1529,7 +1651,7 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.XmlUnsignedInt target = null;
-                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_element_user(LISTENPORT$28, 0);
+                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_element_user(LISTENPORT$32, 0);
                 return target;
             }
         }
@@ -1543,10 +1665,10 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.SimpleValue target = null;
-                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LISTENPORT$28, 0);
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(LISTENPORT$32, 0);
                 if (target == null)
                 {
-                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LISTENPORT$28);
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(LISTENPORT$32);
                 }
                 target.setLongValue(listenPort);
             }
@@ -1561,10 +1683,10 @@
             {
                 check_orphaned();
                 org.apache.xmlbeans.XmlUnsignedInt target = null;
-                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_element_user(LISTENPORT$28, 0);
+                target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().find_element_user(LISTENPORT$32, 0);
                 if (target == null)
                 {
-                    target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_element_user(LISTENPORT$28);
+                    target = (org.apache.xmlbeans.XmlUnsignedInt)get_store().add_element_user(LISTENPORT$32);
                 }
                 target.set(listenPort);
             }

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ListenPortDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ListenPortDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ListenPortDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ListenPortDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface ListenPortDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s471281910A35B4C8B9D651E42E079FF9.TypeSystemHolder.typeSystem.resolveHandle("listenport2cf9doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s5423C9D697230707A59B7FE502296EFC.TypeSystemHolder.typeSystem.resolveHandle("listenport2cf9doctype");
     
     /**
      * Gets the "ListenPort" element
@@ -95,9 +95,11 @@
         public static org.apache.ws.muse.example.integrationserver.properties.ListenPortDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.integrationserver.properties.ListenPortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.properties.ListenPortDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.integrationserver.properties.ListenPortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.properties.ListenPortDocument 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.apache.ws.muse.example.integrationserver.properties.ListenPortDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ServerNameDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ServerNameDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ServerNameDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/integrationserver/properties/ServerNameDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface ServerNameDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s471281910A35B4C8B9D651E42E079FF9.TypeSystemHolder.typeSystem.resolveHandle("servernameaeb3doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s5423C9D697230707A59B7FE502296EFC.TypeSystemHolder.typeSystem.resolveHandle("servernameaeb3doctype");
     
     /**
      * Gets the "ServerName" element
@@ -95,9 +95,11 @@
         public static org.apache.ws.muse.example.integrationserver.properties.ServerNameDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.integrationserver.properties.ServerNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.properties.ServerNameDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.integrationserver.properties.ServerNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.integrationserver.properties.ServerNameDocument 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.apache.ws.muse.example.integrationserver.properties.ServerNameDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/ResourceAdminPropertiesDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/ResourceAdminPropertiesDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/ResourceAdminPropertiesDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/ResourceAdminPropertiesDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface ResourceAdminPropertiesDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("resourceadminproperties13eddoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("resourceadminproperties13eddoctype");
     
     /**
      * Gets the "ResourceAdminProperties" element
@@ -40,7 +40,7 @@
      */
     public interface ResourceAdminProperties extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("resourceadminpropertiesd42delemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("resourceadminpropertiesd42delemtype");
         
         /**
          * Gets array of all "Topic" elements
@@ -140,7 +140,7 @@
         /**
          * Sets (as xml) array of all "TopicExpressionDialects" element
          */
-        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray);
+        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[] topicExpressionDialectsArray);
         
         /**
          * Sets (as xml) ith "TopicExpressionDialects" element
@@ -230,7 +230,7 @@
         /**
          * Sets (as xml) array of all "ManageabilityCapability" element
          */
-        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray);
+        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[] manageabilityCapabilityArray);
         
         /**
          * Sets (as xml) ith "ManageabilityCapability" element
@@ -428,6 +428,41 @@
         void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname);
         
         /**
+         * Gets the "CreationTime" element
+         */
+        java.util.Calendar getCreationTime();
+        
+        /**
+         * Gets (as xml) the "CreationTime" element
+         */
+        org.apache.xmlbeans.XmlDateTime xgetCreationTime();
+        
+        /**
+         * Sets the "CreationTime" element
+         */
+        void setCreationTime(java.util.Calendar creationTime);
+        
+        /**
+         * Sets (as xml) the "CreationTime" element
+         */
+        void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime);
+        
+        /**
+         * Gets the "Owner" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getOwner();
+        
+        /**
+         * Sets the "Owner" element
+         */
+        void setOwner(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString owner);
+        
+        /**
+         * Appends and returns a new empty "Owner" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewOwner();
+        
+        /**
          * Gets the "SupportedResources" element
          */
         org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType getSupportedResources();
@@ -531,9 +566,11 @@
         public static org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument 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.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java Tue Aug  2 06:59:49 2005
@@ -110,9 +110,13 @@
             new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceType");
         private static final javax.xml.namespace.QName RESOURCEHOSTNAME$22 = 
             new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceHostname");
-        private static final javax.xml.namespace.QName SUPPORTEDRESOURCES$24 = 
+        private static final javax.xml.namespace.QName CREATIONTIME$24 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "CreationTime");
+        private static final javax.xml.namespace.QName OWNER$26 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "Owner");
+        private static final javax.xml.namespace.QName SUPPORTEDRESOURCES$28 = 
             new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "SupportedResources");
-        private static final javax.xml.namespace.QName DISCOVERY$26 = 
+        private static final javax.xml.namespace.QName DISCOVERY$30 = 
             new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "Discovery");
         
         
@@ -1317,6 +1321,124 @@
         }
         
         /**
+         * Gets the "CreationTime" element
+         */
+        public java.util.Calendar getCreationTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CREATIONTIME$24, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getCalendarValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "CreationTime" element
+         */
+        public org.apache.xmlbeans.XmlDateTime xgetCreationTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CREATIONTIME$24, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CreationTime" element
+         */
+        public void setCreationTime(java.util.Calendar creationTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CREATIONTIME$24, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CREATIONTIME$24);
+                }
+                target.setCalendarValue(creationTime);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "CreationTime" element
+         */
+        public void xsetCreationTime(org.apache.xmlbeans.XmlDateTime creationTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CREATIONTIME$24, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(CREATIONTIME$24);
+                }
+                target.set(creationTime);
+            }
+        }
+        
+        /**
+         * Gets the "Owner" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getOwner()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(OWNER$26, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Owner" element
+         */
+        public void setOwner(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString owner)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().find_element_user(OWNER$26, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(OWNER$26);
+                }
+                target.set(owner);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Owner" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewOwner()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(OWNER$26);
+                return target;
+            }
+        }
+        
+        /**
          * Gets the "SupportedResources" element
          */
         public org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType getSupportedResources()
@@ -1325,7 +1447,7 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$24, 0);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$28, 0);
                 if (target == null)
                 {
                     return null;
@@ -1343,10 +1465,10 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$24, 0);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$28, 0);
                 if (target == null)
                 {
-                    target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$24);
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$28);
                 }
                 target.set(supportedResources);
             }
@@ -1361,7 +1483,7 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$24);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$28);
                 return target;
             }
         }
@@ -1375,7 +1497,7 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$26, 0);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$30, 0);
                 if (target == null)
                 {
                     return null;
@@ -1393,10 +1515,10 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$26, 0);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$30, 0);
                 if (target == null)
                 {
-                    target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$26);
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$30);
                 }
                 target.set(discovery);
             }
@@ -1411,7 +1533,7 @@
             {
                 check_orphaned();
                 org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
-                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$26);
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$30);
                 return target;
             }
         }

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface CreateDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("create28bbdoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("create28bbdoctype");
     
     /**
      * Gets the "Create" element
@@ -40,7 +40,7 @@
      */
     public interface Create extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("create9073elemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("create9073elemtype");
         
         /**
          * Gets the "CreateParams" element
@@ -131,9 +131,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument 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.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface CreateFaultDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createfaultc443doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createfaultc443doctype");
     
     /**
      * Gets the "CreateFault" element
@@ -40,7 +40,7 @@
      */
     public interface CreateFault extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createfault29b1elemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createfault29b1elemtype");
         
         /**
          * A factory class with static methods for creating instances
@@ -116,9 +116,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument 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.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface CreateParamsDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createparams8f15doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createparams8f15doctype");
     
     /**
      * Gets the "CreateParams" element
@@ -90,9 +90,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument 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.apache.ws.muse.example.resourceadmin.properties.CreateParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsType.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsType.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsType.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateParamsType.java Tue Aug  2 06:59:49 2005
@@ -15,7 +15,7 @@
  */
 public interface CreateParamsType extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createparamstype590btype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createparamstype590btype");
     
     /**
      * Gets the "ResourceType" element
@@ -94,9 +94,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType 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.apache.ws.muse.example.resourceadmin.properties.CreateParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateResponseDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateResponseDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateResponseDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface CreateResponseDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createresponse84badoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createresponse84badoctype");
     
     /**
      * Gets the "CreateResponse" element
@@ -40,7 +40,7 @@
      */
     public interface CreateResponse extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("createresponse2753elemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("createresponse2753elemtype");
         
         /**
          * Gets the "EndpointReference" element
@@ -131,9 +131,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument 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.apache.ws.muse.example.resourceadmin.properties.CreateResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface DestroyResourceDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresource3ae1doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresource3ae1doctype");
     
     /**
      * Gets the "DestroyResource" element
@@ -40,7 +40,7 @@
      */
     public interface DestroyResource extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcedcedelemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcedcedelemtype");
         
         /**
          * Gets the "DestroyResourceParams" element
@@ -131,9 +131,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument 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.apache.ws.muse.example.resourceadmin.properties.DestroyResourceDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceFaultDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceFaultDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceFaultDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceFaultDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface DestroyResourceFaultDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcefault19dddoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcefault19dddoctype");
     
     /**
      * Gets the "DestroyResourceFault" element
@@ -40,7 +40,7 @@
      */
     public interface DestroyResourceFault extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcefault25f3elemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourcefault25f3elemtype");
         
         /**
          * A factory class with static methods for creating instances
@@ -116,9 +116,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument 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.apache.ws.muse.example.resourceadmin.properties.DestroyResourceFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface DestroyResourceParamsDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceparamsecbbdoctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceparamsecbbdoctype");
     
     /**
      * Gets the "DestroyResourceParams" element
@@ -90,9 +90,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument 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.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsType.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsType.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsType.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceParamsType.java Tue Aug  2 06:59:49 2005
@@ -15,7 +15,7 @@
  */
 public interface DestroyResourceParamsType extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceparamstypeb591type");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceparamstypeb591type");
     
     /**
      * Gets the "ResourceType" element
@@ -109,9 +109,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType 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.apache.ws.muse.example.resourceadmin.properties.DestroyResourceParamsType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceResponseDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceResponseDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceResponseDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DestroyResourceResponseDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface DestroyResourceResponseDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceresponse10e0doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceresponse10e0doctype");
     
     /**
      * Gets the "DestroyResourceResponse" element
@@ -40,7 +40,7 @@
      */
     public interface DestroyResourceResponse extends org.apache.xmlbeans.XmlObject
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceresponse1d2belemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("destroyresourceresponse1d2belemtype");
         
         /**
          * A factory class with static methods for creating instances
@@ -116,9 +116,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument 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.apache.ws.muse.example.resourceadmin.properties.DestroyResourceResponseDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface DiscoveryDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("discoveryc519doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("discoveryc519doctype");
     
     /**
      * Gets the "Discovery" element
@@ -90,9 +90,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument 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.apache.ws.muse.example.resourceadmin.properties.DiscoveryDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryType.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryType.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryType.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/DiscoveryType.java Tue Aug  2 06:59:49 2005
@@ -15,7 +15,7 @@
  */
 public interface DiscoveryType extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("discoverytype96eftype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("discoverytype96eftype");
     
     /**
      * Gets array of all "EndpointReference" elements
@@ -114,9 +114,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType 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.apache.ws.muse.example.resourceadmin.properties.DiscoveryType) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         

Modified: webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/InvalidResourcePropertiesDocument.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/InvalidResourcePropertiesDocument.java?rev=227005&r1=227004&r2=227005&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/InvalidResourcePropertiesDocument.java (original)
+++ webservices/muse/trunk/src/examples/enterprise/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/InvalidResourcePropertiesDocument.java Tue Aug  2 06:59:49 2005
@@ -16,7 +16,7 @@
  */
 public interface InvalidResourcePropertiesDocument extends org.apache.xmlbeans.XmlObject
 {
-    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("invalidresourcepropertiesd191doctype");
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("invalidresourcepropertiesd191doctype");
     
     /**
      * Gets the "InvalidResourceProperties" element
@@ -40,7 +40,7 @@
      */
     public interface InvalidResourceProperties extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
     {
-        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s234706C42A5CCBAE4DAE56A993E100A0.TypeSystemHolder.typeSystem.resolveHandle("invalidresourcepropertiesb88delemtype");
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schemaorg_apache_xmlbeans.system.s9AEAD278BD1208F01E1E4E21C607A020.TypeSystemHolder.typeSystem.resolveHandle("invalidresourcepropertiesb88delemtype");
         
         /**
          * A factory class with static methods for creating instances
@@ -116,9 +116,11 @@
         public static org.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
           return (org.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
           return (org.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
         
+        /** @deprecated {@link XMLInputStream} */
         public static org.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument 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.apache.ws.muse.example.resourceadmin.properties.InvalidResourcePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
         



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