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 ip...@apache.org on 2005/06/21 01:28:44 UTC

svn commit: r191585 [6/30] - in /incubator/muse/site: ./ dev_guide/ example/ example/epr/ example/images/ example/lib/ example/logic/ example/logic/src/ example/logic/src/java/ example/logic/src/java/org/ example/logic/src/java/org/apache/ example/logi...

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/NumberOfOutstandingRequestsDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/NumberOfOutstandingRequestsDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/NumberOfOutstandingRequestsDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/NumberOfOutstandingRequestsDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: NumberOfOutstandingRequests
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.NumberOfOutstandingRequestsDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one NumberOfOutstandingRequests(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class NumberOfOutstandingRequestsDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.NumberOfOutstandingRequestsDocument
+{
+    
+    public NumberOfOutstandingRequestsDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName NUMBEROFOUTSTANDINGREQUESTS$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "NumberOfOutstandingRequests");
+    
+    
+    /**
+     * Gets the "NumberOfOutstandingRequests" element
+     */
+    public org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfOutstandingRequests()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(NUMBEROFOUTSTANDINGREQUESTS$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "NumberOfOutstandingRequests" element
+     */
+    public void setNumberOfOutstandingRequests(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfOutstandingRequests)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().find_element_user(NUMBEROFOUTSTANDINGREQUESTS$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFOUTSTANDINGREQUESTS$0);
+            }
+            target.set(numberOfOutstandingRequests);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "NumberOfOutstandingRequests" element
+     */
+    public org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfOutstandingRequests()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.IntMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFOUTSTANDINGREQUESTS$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,231 @@
+/*
+ * An XML document type.
+ * Localname: StartEvents
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.StartEventsDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one StartEvents(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class StartEventsDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StartEventsDocument
+{
+    
+    public StartEventsDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName STARTEVENTS$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "StartEvents");
+    
+    
+    /**
+     * Gets the "StartEvents" element
+     */
+    public org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents getStartEvents()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents)get_store().find_element_user(STARTEVENTS$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "StartEvents" element
+     */
+    public void setStartEvents(org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents startEvents)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents)get_store().find_element_user(STARTEVENTS$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents)get_store().add_element_user(STARTEVENTS$0);
+            }
+            target.set(startEvents);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "StartEvents" element
+     */
+    public org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents addNewStartEvents()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents)get_store().add_element_user(STARTEVENTS$0);
+            return target;
+        }
+    }
+    /**
+     * An XML StartEvents(@http://ws.apache.org/muse/example/application/properties).
+     *
+     * This is a complex type.
+     */
+    public static class StartEventsImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StartEventsDocument.StartEvents
+    {
+        
+        public StartEventsImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName DELAY$0 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "Delay");
+        private static final javax.xml.namespace.QName FREQUENCY$2 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "Frequency");
+        
+        
+        /**
+         * Gets the "Delay" element
+         */
+        public java.lang.String getDelay()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DELAY$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "Delay" element
+         */
+        public org.apache.xmlbeans.XmlString xgetDelay()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(DELAY$0, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Delay" element
+         */
+        public void setDelay(java.lang.String delay)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(DELAY$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(DELAY$0);
+                }
+                target.setStringValue(delay);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "Delay" element
+         */
+        public void xsetDelay(org.apache.xmlbeans.XmlString delay)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(DELAY$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(DELAY$0);
+                }
+                target.set(delay);
+            }
+        }
+        
+        /**
+         * Gets the "Frequency" element
+         */
+        public java.lang.String getFrequency()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FREQUENCY$2, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "Frequency" element
+         */
+        public org.apache.xmlbeans.XmlString xgetFrequency()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(FREQUENCY$2, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Frequency" element
+         */
+        public void setFrequency(java.lang.String frequency)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FREQUENCY$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FREQUENCY$2);
+                }
+                target.setStringValue(frequency);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "Frequency" element
+         */
+        public void xsetFrequency(org.apache.xmlbeans.XmlString frequency)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(FREQUENCY$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(FREQUENCY$2);
+                }
+                target.set(frequency);
+            }
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsResponseDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsResponseDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StartEventsResponseDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: StartEventsResponse
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.StartEventsResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one StartEventsResponse(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class StartEventsResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StartEventsResponseDocument
+{
+    
+    public StartEventsResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName STARTEVENTSRESPONSE$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "StartEventsResponse");
+    
+    
+    /**
+     * Gets the "StartEventsResponse" element
+     */
+    public org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse getStartEventsResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse)get_store().find_element_user(STARTEVENTSRESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "StartEventsResponse" element
+     */
+    public void setStartEventsResponse(org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse startEventsResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse)get_store().find_element_user(STARTEVENTSRESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse)get_store().add_element_user(STARTEVENTSRESPONSE$0);
+            }
+            target.set(startEventsResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "StartEventsResponse" element
+     */
+    public org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse addNewStartEventsResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse)get_store().add_element_user(STARTEVENTSRESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML StartEventsResponse(@http://ws.apache.org/muse/example/application/properties).
+     *
+     * This is a complex type.
+     */
+    public static class StartEventsResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StartEventsResponseDocument.StartEventsResponse
+    {
+        
+        public StartEventsResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: StopEvents
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.StopEventsDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one StopEvents(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class StopEventsDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StopEventsDocument
+{
+    
+    public StopEventsDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName STOPEVENTS$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "StopEvents");
+    
+    
+    /**
+     * Gets the "StopEvents" element
+     */
+    public org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents getStopEvents()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents)get_store().find_element_user(STOPEVENTS$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "StopEvents" element
+     */
+    public void setStopEvents(org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents stopEvents)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents)get_store().find_element_user(STOPEVENTS$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents)get_store().add_element_user(STOPEVENTS$0);
+            }
+            target.set(stopEvents);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "StopEvents" element
+     */
+    public org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents addNewStopEvents()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents)get_store().add_element_user(STOPEVENTS$0);
+            return target;
+        }
+    }
+    /**
+     * An XML StopEvents(@http://ws.apache.org/muse/example/application/properties).
+     *
+     * This is a complex type.
+     */
+    public static class StopEventsImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StopEventsDocument.StopEvents
+    {
+        
+        public StopEventsImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsResponseDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsResponseDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsResponseDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/StopEventsResponseDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,91 @@
+/*
+ * An XML document type.
+ * Localname: StopEventsResponse
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.StopEventsResponseDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one StopEventsResponse(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class StopEventsResponseDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StopEventsResponseDocument
+{
+    
+    public StopEventsResponseDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName STOPEVENTSRESPONSE$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "StopEventsResponse");
+    
+    
+    /**
+     * Gets the "StopEventsResponse" element
+     */
+    public org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse getStopEventsResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse)get_store().find_element_user(STOPEVENTSRESPONSE$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "StopEventsResponse" element
+     */
+    public void setStopEventsResponse(org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse stopEventsResponse)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse)get_store().find_element_user(STOPEVENTSRESPONSE$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse)get_store().add_element_user(STOPEVENTSRESPONSE$0);
+            }
+            target.set(stopEventsResponse);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "StopEventsResponse" element
+     */
+    public org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse addNewStopEventsResponse()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse target = null;
+            target = (org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse)get_store().add_element_user(STOPEVENTSRESPONSE$0);
+            return target;
+        }
+    }
+    /**
+     * An XML StopEventsResponse(@http://ws.apache.org/muse/example/application/properties).
+     *
+     * This is a complex type.
+     */
+    public static class StopEventsResponseImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.StopEventsResponseDocument.StopEventsResponse
+    {
+        
+        public StopEventsResponseImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/TotalNumberOfRequestsDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/TotalNumberOfRequestsDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/TotalNumberOfRequestsDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/application/properties/impl/TotalNumberOfRequestsDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: TotalNumberOfRequests
+ * Namespace: http://ws.apache.org/muse/example/application/properties
+ * Java type: org.apache.ws.muse.example.application.properties.TotalNumberOfRequestsDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.application.properties.impl;
+/**
+ * A document containing one TotalNumberOfRequests(@http://ws.apache.org/muse/example/application/properties) element.
+ *
+ * This is a complex type.
+ */
+public class TotalNumberOfRequestsDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.application.properties.TotalNumberOfRequestsDocument
+{
+    
+    public TotalNumberOfRequestsDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName TOTALNUMBEROFREQUESTS$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/application/properties", "TotalNumberOfRequests");
+    
+    
+    /**
+     * Gets the "TotalNumberOfRequests" element
+     */
+    public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfRequests()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().find_element_user(TOTALNUMBEROFREQUESTS$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "TotalNumberOfRequests" element
+     */
+    public void setTotalNumberOfRequests(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfRequests)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().find_element_user(TOTALNUMBEROFREQUESTS$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(TOTALNUMBEROFREQUESTS$0);
+            }
+            target.set(totalNumberOfRequests);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "TotalNumberOfRequests" element
+     */
+    public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfRequests()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.namespaces.muse.muwsExt1.LongMetric target = null;
+            target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(TOTALNUMBEROFREQUESTS$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/BusinessProcessTypePropertiesDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/BusinessProcessTypePropertiesDocument.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/BusinessProcessTypePropertiesDocument.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/BusinessProcessTypePropertiesDocument.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,630 @@
+/*
+ * An XML document type.
+ * Localname: BusinessProcessTypeProperties
+ * Namespace: http://ws.apache.org/muse/example/businessprocesstype
+ * Java type: org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.businessprocesstype;
+
+
+/**
+ * A document containing one BusinessProcessTypeProperties(@http://ws.apache.org/muse/example/businessprocesstype) element.
+ *
+ * This is a complex type.
+ */
+public interface BusinessProcessTypePropertiesDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s995331AFDCF0CA6EE51B027935DBFB96.TypeSystemHolder.typeSystem.resolveHandle("businessprocesstypeproperties3a9ddoctype");
+    
+    /**
+     * Gets the "BusinessProcessTypeProperties" element
+     */
+    org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties getBusinessProcessTypeProperties();
+    
+    /**
+     * Sets the "BusinessProcessTypeProperties" element
+     */
+    void setBusinessProcessTypeProperties(org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties businessProcessTypeProperties);
+    
+    /**
+     * Appends and returns a new empty "BusinessProcessTypeProperties" element
+     */
+    org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties addNewBusinessProcessTypeProperties();
+    
+    /**
+     * An XML BusinessProcessTypeProperties(@http://ws.apache.org/muse/example/businessprocesstype).
+     *
+     * This is a complex type.
+     */
+    public interface BusinessProcessTypeProperties extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s995331AFDCF0CA6EE51B027935DBFB96.TypeSystemHolder.typeSystem.resolveHandle("businessprocesstypeproperties9f65elemtype");
+        
+        /**
+         * Gets array of all "Topic" elements
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray();
+        
+        /**
+         * Gets ith "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i);
+        
+        /**
+         * Returns number of "Topic" element
+         */
+        int sizeOfTopicArray();
+        
+        /**
+         * Sets array of all "Topic" element
+         */
+        void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray);
+        
+        /**
+         * Sets ith "Topic" element
+         */
+        void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Topic" element
+         */
+        org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic();
+        
+        /**
+         * Removes the ith "Topic" element
+         */
+        void removeTopic(int i);
+        
+        /**
+         * Gets the "FixedTopicSet" element
+         */
+        boolean getFixedTopicSet();
+        
+        /**
+         * Gets (as xml) the "FixedTopicSet" element
+         */
+        org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet();
+        
+        /**
+         * Sets the "FixedTopicSet" element
+         */
+        void setFixedTopicSet(boolean fixedTopicSet);
+        
+        /**
+         * Sets (as xml) the "FixedTopicSet" element
+         */
+        void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet);
+        
+        /**
+         * Gets array of all "TopicExpressionDialects" elements
+         */
+        java.lang.String[] getTopicExpressionDialectsArray();
+        
+        /**
+         * Gets ith "TopicExpressionDialects" element
+         */
+        java.lang.String getTopicExpressionDialectsArray(int i);
+        
+        /**
+         * Gets (as xml) array of all "TopicExpressionDialects" elements
+         */
+        org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray();
+        
+        /**
+         * Gets (as xml) ith "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i);
+        
+        /**
+         * Returns number of "TopicExpressionDialects" element
+         */
+        int sizeOfTopicExpressionDialectsArray();
+        
+        /**
+         * Sets array of all "TopicExpressionDialects" element
+         */
+        void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray);
+        
+        /**
+         * Sets ith "TopicExpressionDialects" element
+         */
+        void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects);
+        
+        /**
+         * Sets (as xml) array of all "TopicExpressionDialects" element
+         */
+        void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray);
+        
+        /**
+         * Sets (as xml) ith "TopicExpressionDialects" element
+         */
+        void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects);
+        
+        /**
+         * Inserts the value as the ith "TopicExpressionDialects" element
+         */
+        void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects);
+        
+        /**
+         * Appends the value as the last "TopicExpressionDialects" element
+         */
+        void addTopicExpressionDialects(java.lang.String topicExpressionDialects);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialects(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "TopicExpressionDialects" element
+         */
+        org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialects();
+        
+        /**
+         * Removes the ith "TopicExpressionDialects" element
+         */
+        void removeTopicExpressionDialects(int i);
+        
+        /**
+         * Gets the "ResourceId" element
+         */
+        java.lang.String getResourceId();
+        
+        /**
+         * Gets (as xml) the "ResourceId" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetResourceId();
+        
+        /**
+         * Sets the "ResourceId" element
+         */
+        void setResourceId(java.lang.String resourceId);
+        
+        /**
+         * Sets (as xml) the "ResourceId" element
+         */
+        void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId);
+        
+        /**
+         * Gets array of all "ManageabilityCapability" elements
+         */
+        java.lang.String[] getManageabilityCapabilityArray();
+        
+        /**
+         * Gets ith "ManageabilityCapability" element
+         */
+        java.lang.String getManageabilityCapabilityArray(int i);
+        
+        /**
+         * Gets (as xml) array of all "ManageabilityCapability" elements
+         */
+        org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray();
+        
+        /**
+         * Gets (as xml) ith "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i);
+        
+        /**
+         * Returns number of "ManageabilityCapability" element
+         */
+        int sizeOfManageabilityCapabilityArray();
+        
+        /**
+         * Sets array of all "ManageabilityCapability" element
+         */
+        void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray);
+        
+        /**
+         * Sets ith "ManageabilityCapability" element
+         */
+        void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability);
+        
+        /**
+         * Sets (as xml) array of all "ManageabilityCapability" element
+         */
+        void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray);
+        
+        /**
+         * Sets (as xml) ith "ManageabilityCapability" element
+         */
+        void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability);
+        
+        /**
+         * Inserts the value as the ith "ManageabilityCapability" element
+         */
+        void insertManageabilityCapability(int i, java.lang.String manageabilityCapability);
+        
+        /**
+         * Appends the value as the last "ManageabilityCapability" element
+         */
+        void addManageabilityCapability(java.lang.String manageabilityCapability);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI insertNewManageabilityCapability(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "ManageabilityCapability" element
+         */
+        org.apache.xmlbeans.XmlAnyURI addNewManageabilityCapability();
+        
+        /**
+         * Removes the ith "ManageabilityCapability" element
+         */
+        void removeManageabilityCapability(int i);
+        
+        /**
+         * Gets the "Caption" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getCaption();
+        
+        /**
+         * Sets the "Caption" element
+         */
+        void setCaption(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString caption);
+        
+        /**
+         * Appends and returns a new empty "Caption" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewCaption();
+        
+        /**
+         * Gets array of all "Description" elements
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] getDescriptionArray();
+        
+        /**
+         * Gets ith "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getDescriptionArray(int i);
+        
+        /**
+         * Returns number of "Description" element
+         */
+        int sizeOfDescriptionArray();
+        
+        /**
+         * Sets array of all "Description" element
+         */
+        void setDescriptionArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] descriptionArray);
+        
+        /**
+         * Sets ith "Description" element
+         */
+        void setDescriptionArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString description);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString insertNewDescription(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Description" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewDescription();
+        
+        /**
+         * Removes the ith "Description" element
+         */
+        void removeDescription(int i);
+        
+        /**
+         * Gets the "Version" element
+         */
+        java.lang.String getVersion();
+        
+        /**
+         * Gets (as xml) the "Version" element
+         */
+        org.apache.xmlbeans.XmlString xgetVersion();
+        
+        /**
+         * True if has "Version" element
+         */
+        boolean isSetVersion();
+        
+        /**
+         * Sets the "Version" element
+         */
+        void setVersion(java.lang.String version);
+        
+        /**
+         * Sets (as xml) the "Version" element
+         */
+        void xsetVersion(org.apache.xmlbeans.XmlString version);
+        
+        /**
+         * Unsets the "Version" element
+         */
+        void unsetVersion();
+        
+        /**
+         * Gets the "CurrentTime" element
+         */
+        java.util.Calendar getCurrentTime();
+        
+        /**
+         * Gets (as xml) the "CurrentTime" element
+         */
+        org.apache.xmlbeans.XmlDateTime xgetCurrentTime();
+        
+        /**
+         * Sets the "CurrentTime" element
+         */
+        void setCurrentTime(java.util.Calendar currentTime);
+        
+        /**
+         * Sets (as xml) the "CurrentTime" element
+         */
+        void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime);
+        
+        /**
+         * Gets array of all "Relationship" elements
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] getRelationshipArray();
+        
+        /**
+         * Gets ith "Relationship" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationshipArray(int i);
+        
+        /**
+         * Returns number of "Relationship" element
+         */
+        int sizeOfRelationshipArray();
+        
+        /**
+         * Sets array of all "Relationship" element
+         */
+        void setRelationshipArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] relationshipArray);
+        
+        /**
+         * Sets ith "Relationship" element
+         */
+        void setRelationshipArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType relationship);
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Relationship" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType insertNewRelationship(int i);
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Relationship" element
+         */
+        org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType addNewRelationship();
+        
+        /**
+         * Removes the ith "Relationship" element
+         */
+        void removeRelationship(int i);
+        
+        /**
+         * Gets the "ResourceType" element
+         */
+        java.lang.String getResourceType();
+        
+        /**
+         * Gets (as xml) the "ResourceType" element
+         */
+        org.apache.xmlbeans.XmlAnyURI xgetResourceType();
+        
+        /**
+         * Sets the "ResourceType" element
+         */
+        void setResourceType(java.lang.String resourceType);
+        
+        /**
+         * Sets (as xml) the "ResourceType" element
+         */
+        void xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType);
+        
+        /**
+         * Gets the "ResourceHostname" element
+         */
+        java.lang.String getResourceHostname();
+        
+        /**
+         * Gets (as xml) the "ResourceHostname" element
+         */
+        org.apache.xmlbeans.XmlString xgetResourceHostname();
+        
+        /**
+         * Sets the "ResourceHostname" element
+         */
+        void setResourceHostname(java.lang.String resourceHostname);
+        
+        /**
+         * Sets (as xml) the "ResourceHostname" element
+         */
+        void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname);
+        
+        /**
+         * Gets the "NumberOfRunningProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfRunningProcesses();
+        
+        /**
+         * Sets the "NumberOfRunningProcesses" element
+         */
+        void setNumberOfRunningProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfRunningProcesses);
+        
+        /**
+         * Appends and returns a new empty "NumberOfRunningProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfRunningProcesses();
+        
+        /**
+         * Gets the "NumberOfSuspendedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfSuspendedProcesses();
+        
+        /**
+         * Sets the "NumberOfSuspendedProcesses" element
+         */
+        void setNumberOfSuspendedProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfSuspendedProcesses);
+        
+        /**
+         * Appends and returns a new empty "NumberOfSuspendedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfSuspendedProcesses();
+        
+        /**
+         * Gets the "TotalNumberOfAbortedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfAbortedProcesses();
+        
+        /**
+         * Sets the "TotalNumberOfAbortedProcesses" element
+         */
+        void setTotalNumberOfAbortedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfAbortedProcesses);
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfAbortedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfAbortedProcesses();
+        
+        /**
+         * Gets the "TotalNumberOfCompletedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfCompletedProcesses();
+        
+        /**
+         * Sets the "TotalNumberOfCompletedProcesses" element
+         */
+        void setTotalNumberOfCompletedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfCompletedProcesses);
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfCompletedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfCompletedProcesses();
+        
+        /**
+         * Gets the "TotalNumberOfTerminatedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfTerminatedProcesses();
+        
+        /**
+         * Sets the "TotalNumberOfTerminatedProcesses" element
+         */
+        void setTotalNumberOfTerminatedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfTerminatedProcesses);
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfTerminatedProcesses" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfTerminatedProcesses();
+        
+        /**
+         * Gets the "CumulativeExecutionTime" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric getCumulativeExecutionTime();
+        
+        /**
+         * Sets the "CumulativeExecutionTime" element
+         */
+        void setCumulativeExecutionTime(org.apache.ws.namespaces.muse.muwsExt1.LongMetric cumulativeExecutionTime);
+        
+        /**
+         * Appends and returns a new empty "CumulativeExecutionTime" element
+         */
+        org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewCumulativeExecutionTime();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties newInstance() {
+              return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+            
+            private Factory() { } // No instance of this class allowed
+        }
+    }
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument newInstance() {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument 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.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument 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.businessprocesstype.BusinessProcessTypePropertiesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}



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