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/06/20 20:51:29 UTC

svn commit: r191534 [7/29] - in /incubator/muse/trunk/src/site/content/example: ./ epr/ images/ lib/ logic/ logic/src/ logic/src/java/ logic/src/java/org/ logic/src/java/org/apache/ logic/src/java/org/apache/ws/ logic/src/java/org/apache/ws/muse/ logic...

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/BusinessProcessTypePropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/BusinessProcessTypePropertiesDocumentImpl.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/BusinessProcessTypePropertiesDocumentImpl.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/impl/BusinessProcessTypePropertiesDocumentImpl.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,1675 @@
+/*
+ * 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.impl;
+/**
+ * A document containing one BusinessProcessTypeProperties(@http://ws.apache.org/muse/example/businessprocesstype) element.
+ *
+ * This is a complex type.
+ */
+public class BusinessProcessTypePropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument
+{
+    
+    public BusinessProcessTypePropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName BUSINESSPROCESSTYPEPROPERTIES$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype", "BusinessProcessTypeProperties");
+    
+    
+    /**
+     * Gets the "BusinessProcessTypeProperties" element
+     */
+    public org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties getBusinessProcessTypeProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties target = null;
+            target = (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties)get_store().find_element_user(BUSINESSPROCESSTYPEPROPERTIES$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "BusinessProcessTypeProperties" element
+     */
+    public void setBusinessProcessTypeProperties(org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties businessProcessTypeProperties)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties target = null;
+            target = (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties)get_store().find_element_user(BUSINESSPROCESSTYPEPROPERTIES$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties)get_store().add_element_user(BUSINESSPROCESSTYPEPROPERTIES$0);
+            }
+            target.set(businessProcessTypeProperties);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "BusinessProcessTypeProperties" element
+     */
+    public org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties addNewBusinessProcessTypeProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties target = null;
+            target = (org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties)get_store().add_element_user(BUSINESSPROCESSTYPEPROPERTIES$0);
+            return target;
+        }
+    }
+    /**
+     * An XML BusinessProcessTypeProperties(@http://ws.apache.org/muse/example/businessprocesstype).
+     *
+     * This is a complex type.
+     */
+    public static class BusinessProcessTypePropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.businessprocesstype.BusinessProcessTypePropertiesDocument.BusinessProcessTypeProperties
+    {
+        
+        public BusinessProcessTypePropertiesImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName TOPIC$0 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "Topic");
+        private static final javax.xml.namespace.QName FIXEDTOPICSET$2 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "FixedTopicSet");
+        private static final javax.xml.namespace.QName TOPICEXPRESSIONDIALECTS$4 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd", "TopicExpressionDialects");
+        private static final javax.xml.namespace.QName RESOURCEID$6 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ResourceId");
+        private static final javax.xml.namespace.QName MANAGEABILITYCAPABILITY$8 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd", "ManageabilityCapability");
+        private static final javax.xml.namespace.QName CAPTION$10 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Caption");
+        private static final javax.xml.namespace.QName DESCRIPTION$12 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Description");
+        private static final javax.xml.namespace.QName VERSION$14 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Version");
+        private static final javax.xml.namespace.QName CURRENTTIME$16 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "CurrentTime");
+        private static final javax.xml.namespace.QName RELATIONSHIP$18 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Relationship");
+        private static final javax.xml.namespace.QName RESOURCETYPE$20 = 
+            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 NUMBEROFRUNNINGPROCESSES$24 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype/properties", "NumberOfRunningProcesses");
+        private static final javax.xml.namespace.QName NUMBEROFSUSPENDEDPROCESSES$26 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype/properties", "NumberOfSuspendedProcesses");
+        private static final javax.xml.namespace.QName TOTALNUMBEROFABORTEDPROCESSES$28 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype/properties", "TotalNumberOfAbortedProcesses");
+        private static final javax.xml.namespace.QName TOTALNUMBEROFCOMPLETEDPROCESSES$30 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype/properties", "TotalNumberOfCompletedProcesses");
+        private static final javax.xml.namespace.QName TOTALNUMBEROFTERMINATEDPROCESSES$32 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/businessprocesstype/properties", "TotalNumberOfTerminatedProcesses");
+        private static final javax.xml.namespace.QName CUMULATIVEEXECUTIONTIME$34 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/shared", "CumulativeExecutionTime");
+        
+        
+        /**
+         * Gets array of all "Topic" elements
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] getTopicArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(TOPIC$0, targetList);
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] result = new org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "Topic" element
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType getTopicArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Returns number of "Topic" element
+         */
+        public int sizeOfTopicArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(TOPIC$0);
+            }
+        }
+        
+        /**
+         * Sets array of all "Topic" element
+         */
+        public void setTopicArray(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType[] topicArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(topicArray, TOPIC$0);
+            }
+        }
+        
+        /**
+         * Sets ith "Topic" element
+         */
+        public void setTopicArray(int i, org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType topic)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().find_element_user(TOPIC$0, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(topic);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Topic" element
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType insertNewTopic(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().insert_element_user(TOPIC$0, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Topic" element
+         */
+        public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType addNewTopic()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType target = null;
+                target = (org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.TopicExpressionType)get_store().add_element_user(TOPIC$0);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "Topic" element
+         */
+        public void removeTopic(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(TOPIC$0, i);
+            }
+        }
+        
+        /**
+         * Gets the "FixedTopicSet" element
+         */
+        public boolean getFixedTopicSet()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    return false;
+                }
+                return target.getBooleanValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "FixedTopicSet" element
+         */
+        public org.apache.xmlbeans.XmlBoolean xgetFixedTopicSet()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "FixedTopicSet" element
+         */
+        public void setFixedTopicSet(boolean fixedTopicSet)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(FIXEDTOPICSET$2);
+                }
+                target.setBooleanValue(fixedTopicSet);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "FixedTopicSet" element
+         */
+        public void xsetFixedTopicSet(org.apache.xmlbeans.XmlBoolean fixedTopicSet)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlBoolean target = null;
+                target = (org.apache.xmlbeans.XmlBoolean)get_store().find_element_user(FIXEDTOPICSET$2, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlBoolean)get_store().add_element_user(FIXEDTOPICSET$2);
+                }
+                target.set(fixedTopicSet);
+            }
+        }
+        
+        /**
+         * Gets array of all "TopicExpressionDialects" elements
+         */
+        public java.lang.String[] getTopicExpressionDialectsArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(TOPICEXPRESSIONDIALECTS$4, targetList);
+                java.lang.String[] result = new java.lang.String[targetList.size()];
+                for (int i = 0, len = targetList.size() ; i < len ; i++)
+                    result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "TopicExpressionDialects" element
+         */
+        public java.lang.String getTopicExpressionDialectsArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) array of all "TopicExpressionDialects" elements
+         */
+        public org.apache.xmlbeans.XmlAnyURI[] xgetTopicExpressionDialectsArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(TOPICEXPRESSIONDIALECTS$4, targetList);
+                org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets (as xml) ith "TopicExpressionDialects" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetTopicExpressionDialectsArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return (org.apache.xmlbeans.XmlAnyURI)target;
+            }
+        }
+        
+        /**
+         * Returns number of "TopicExpressionDialects" element
+         */
+        public int sizeOfTopicExpressionDialectsArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(TOPICEXPRESSIONDIALECTS$4);
+            }
+        }
+        
+        /**
+         * Sets array of all "TopicExpressionDialects" element
+         */
+        public void setTopicExpressionDialectsArray(java.lang.String[] topicExpressionDialectsArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(topicExpressionDialectsArray, TOPICEXPRESSIONDIALECTS$4);
+            }
+        }
+        
+        /**
+         * Sets ith "TopicExpressionDialects" element
+         */
+        public void setTopicExpressionDialectsArray(int i, java.lang.String topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.setStringValue(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Sets (as xml) array of all "TopicExpressionDialects" element
+         */
+        public void xsetTopicExpressionDialectsArray(org.apache.xmlbeans.XmlAnyURI[]topicExpressionDialectsArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(topicExpressionDialectsArray, TOPICEXPRESSIONDIALECTS$4);
+            }
+        }
+        
+        /**
+         * Sets (as xml) ith "TopicExpressionDialects" element
+         */
+        public void xsetTopicExpressionDialectsArray(int i, org.apache.xmlbeans.XmlAnyURI topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Inserts the value as the ith "TopicExpressionDialects" element
+         */
+        public void insertTopicExpressionDialects(int i, java.lang.String topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = 
+                    (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                target.setStringValue(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Appends the value as the last "TopicExpressionDialects" element
+         */
+        public void addTopicExpressionDialects(java.lang.String topicExpressionDialects)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4);
+                target.setStringValue(topicExpressionDialects);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "TopicExpressionDialects" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI insertNewTopicExpressionDialects(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(TOPICEXPRESSIONDIALECTS$4, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "TopicExpressionDialects" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI addNewTopicExpressionDialects()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(TOPICEXPRESSIONDIALECTS$4);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "TopicExpressionDialects" element
+         */
+        public void removeTopicExpressionDialects(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(TOPICEXPRESSIONDIALECTS$4, i);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceId" element
+         */
+        public java.lang.String getResourceId()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceId" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetResourceId()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceId" element
+         */
+        public void setResourceId(java.lang.String resourceId)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEID$6);
+                }
+                target.setStringValue(resourceId);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceId" element
+         */
+        public void xsetResourceId(org.apache.xmlbeans.XmlAnyURI resourceId)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCEID$6, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCEID$6);
+                }
+                target.set(resourceId);
+            }
+        }
+        
+        /**
+         * Gets array of all "ManageabilityCapability" elements
+         */
+        public java.lang.String[] getManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList);
+                java.lang.String[] result = new java.lang.String[targetList.size()];
+                for (int i = 0, len = targetList.size() ; i < len ; i++)
+                    result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getStringValue();
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "ManageabilityCapability" element
+         */
+        public java.lang.String getManageabilityCapabilityArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) array of all "ManageabilityCapability" elements
+         */
+        public org.apache.xmlbeans.XmlAnyURI[] xgetManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(MANAGEABILITYCAPABILITY$8, targetList);
+                org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets (as xml) ith "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetManageabilityCapabilityArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return (org.apache.xmlbeans.XmlAnyURI)target;
+            }
+        }
+        
+        /**
+         * Returns number of "ManageabilityCapability" element
+         */
+        public int sizeOfManageabilityCapabilityArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets array of all "ManageabilityCapability" element
+         */
+        public void setManageabilityCapabilityArray(java.lang.String[] manageabilityCapabilityArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets ith "ManageabilityCapability" element
+         */
+        public void setManageabilityCapabilityArray(int i, java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Sets (as xml) array of all "ManageabilityCapability" element
+         */
+        public void xsetManageabilityCapabilityArray(org.apache.xmlbeans.XmlAnyURI[]manageabilityCapabilityArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(manageabilityCapabilityArray, MANAGEABILITYCAPABILITY$8);
+            }
+        }
+        
+        /**
+         * Sets (as xml) ith "ManageabilityCapability" element
+         */
+        public void xsetManageabilityCapabilityArray(int i, org.apache.xmlbeans.XmlAnyURI manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(MANAGEABILITYCAPABILITY$8, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Inserts the value as the ith "ManageabilityCapability" element
+         */
+        public void insertManageabilityCapability(int i, java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = 
+                    (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i);
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Appends the value as the last "ManageabilityCapability" element
+         */
+        public void addManageabilityCapability(java.lang.String manageabilityCapability)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(MANAGEABILITYCAPABILITY$8);
+                target.setStringValue(manageabilityCapability);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI insertNewManageabilityCapability(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(MANAGEABILITYCAPABILITY$8, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "ManageabilityCapability" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI addNewManageabilityCapability()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(MANAGEABILITYCAPABILITY$8);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "ManageabilityCapability" element
+         */
+        public void removeManageabilityCapability(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(MANAGEABILITYCAPABILITY$8, i);
+            }
+        }
+        
+        /**
+         * Gets the "Caption" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getCaption()
+        {
+            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(CAPTION$10, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Caption" element
+         */
+        public void setCaption(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString caption)
+        {
+            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(CAPTION$10, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString)get_store().add_element_user(CAPTION$10);
+                }
+                target.set(caption);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Caption" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewCaption()
+        {
+            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(CAPTION$10);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets array of all "Description" elements
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] getDescriptionArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(DESCRIPTION$12, targetList);
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] result = new org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString getDescriptionArray(int i)
+        {
+            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(DESCRIPTION$12, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Returns number of "Description" element
+         */
+        public int sizeOfDescriptionArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(DESCRIPTION$12);
+            }
+        }
+        
+        /**
+         * Sets array of all "Description" element
+         */
+        public void setDescriptionArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString[] descriptionArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(descriptionArray, DESCRIPTION$12);
+            }
+        }
+        
+        /**
+         * Sets ith "Description" element
+         */
+        public void setDescriptionArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString description)
+        {
+            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(DESCRIPTION$12, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(description);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString insertNewDescription(int i)
+        {
+            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().insert_element_user(DESCRIPTION$12, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Description" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.LangString addNewDescription()
+        {
+            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(DESCRIPTION$12);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "Description" element
+         */
+        public void removeDescription(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(DESCRIPTION$12, i);
+            }
+        }
+        
+        /**
+         * Gets the "Version" element
+         */
+        public java.lang.String getVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "Version" element
+         */
+        public org.apache.xmlbeans.XmlString xgetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(VERSION$14, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * True if has "Version" element
+         */
+        public boolean isSetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(VERSION$14) != 0;
+            }
+        }
+        
+        /**
+         * Sets the "Version" element
+         */
+        public void setVersion(java.lang.String version)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(VERSION$14);
+                }
+                target.setStringValue(version);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "Version" element
+         */
+        public void xsetVersion(org.apache.xmlbeans.XmlString version)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(VERSION$14, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(VERSION$14);
+                }
+                target.set(version);
+            }
+        }
+        
+        /**
+         * Unsets the "Version" element
+         */
+        public void unsetVersion()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(VERSION$14, 0);
+            }
+        }
+        
+        /**
+         * Gets the "CurrentTime" element
+         */
+        public java.util.Calendar getCurrentTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getCalendarValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "CurrentTime" element
+         */
+        public org.apache.xmlbeans.XmlDateTime xgetCurrentTime()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CURRENTTIME$16, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CurrentTime" element
+         */
+        public void setCurrentTime(java.util.Calendar currentTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CURRENTTIME$16);
+                }
+                target.setCalendarValue(currentTime);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "CurrentTime" element
+         */
+        public void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlDateTime target = null;
+                target = (org.apache.xmlbeans.XmlDateTime)get_store().find_element_user(CURRENTTIME$16, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(CURRENTTIME$16);
+                }
+                target.set(currentTime);
+            }
+        }
+        
+        /**
+         * Gets array of all "Relationship" elements
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] getRelationshipArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                java.util.List targetList = new java.util.ArrayList();
+                get_store().find_all_element_users(RELATIONSHIP$18, targetList);
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] result = new org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[targetList.size()];
+                targetList.toArray(result);
+                return result;
+            }
+        }
+        
+        /**
+         * Gets ith "Relationship" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationshipArray(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().find_element_user(RELATIONSHIP$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Returns number of "Relationship" element
+         */
+        public int sizeOfRelationshipArray()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                return get_store().count_elements(RELATIONSHIP$18);
+            }
+        }
+        
+        /**
+         * Sets array of all "Relationship" element
+         */
+        public void setRelationshipArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType[] relationshipArray)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                arraySetterHelper(relationshipArray, RELATIONSHIP$18);
+            }
+        }
+        
+        /**
+         * Sets ith "Relationship" element
+         */
+        public void setRelationshipArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType relationship)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().find_element_user(RELATIONSHIP$18, i);
+                if (target == null)
+                {
+                    throw new IndexOutOfBoundsException();
+                }
+                target.set(relationship);
+            }
+        }
+        
+        /**
+         * Inserts and returns a new empty value (as xml) as the ith "Relationship" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType insertNewRelationship(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().insert_element_user(RELATIONSHIP$18, i);
+                return target;
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty value (as xml) as the last "Relationship" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType addNewRelationship()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().add_element_user(RELATIONSHIP$18);
+                return target;
+            }
+        }
+        
+        /**
+         * Removes the ith "Relationship" element
+         */
+        public void removeRelationship(int i)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                get_store().remove_element(RELATIONSHIP$18, i);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceType" element
+         */
+        public java.lang.String getResourceType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCETYPE$20, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceType" element
+         */
+        public org.apache.xmlbeans.XmlAnyURI xgetResourceType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCETYPE$20, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceType" element
+         */
+        public void setResourceType(java.lang.String resourceType)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCETYPE$20, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCETYPE$20);
+                }
+                target.setStringValue(resourceType);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceType" element
+         */
+        public void xsetResourceType(org.apache.xmlbeans.XmlAnyURI resourceType)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlAnyURI target = null;
+                target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCETYPE$20, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCETYPE$20);
+                }
+                target.set(resourceType);
+            }
+        }
+        
+        /**
+         * Gets the "ResourceHostname" element
+         */
+        public java.lang.String getResourceHostname()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEHOSTNAME$22, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target.getStringValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "ResourceHostname" element
+         */
+        public org.apache.xmlbeans.XmlString xgetResourceHostname()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RESOURCEHOSTNAME$22, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "ResourceHostname" element
+         */
+        public void setResourceHostname(java.lang.String resourceHostname)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCEHOSTNAME$22, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCEHOSTNAME$22);
+                }
+                target.setStringValue(resourceHostname);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "ResourceHostname" element
+         */
+        public void xsetResourceHostname(org.apache.xmlbeans.XmlString resourceHostname)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.XmlString target = null;
+                target = (org.apache.xmlbeans.XmlString)get_store().find_element_user(RESOURCEHOSTNAME$22, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlString)get_store().add_element_user(RESOURCEHOSTNAME$22);
+                }
+                target.set(resourceHostname);
+            }
+        }
+        
+        /**
+         * Gets the "NumberOfRunningProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfRunningProcesses()
+        {
+            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(NUMBEROFRUNNINGPROCESSES$24, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "NumberOfRunningProcesses" element
+         */
+        public void setNumberOfRunningProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfRunningProcesses)
+        {
+            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(NUMBEROFRUNNINGPROCESSES$24, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFRUNNINGPROCESSES$24);
+                }
+                target.set(numberOfRunningProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "NumberOfRunningProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfRunningProcesses()
+        {
+            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(NUMBEROFRUNNINGPROCESSES$24);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "NumberOfSuspendedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric getNumberOfSuspendedProcesses()
+        {
+            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(NUMBEROFSUSPENDEDPROCESSES$26, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "NumberOfSuspendedProcesses" element
+         */
+        public void setNumberOfSuspendedProcesses(org.apache.ws.namespaces.muse.muwsExt1.IntMetric numberOfSuspendedProcesses)
+        {
+            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(NUMBEROFSUSPENDEDPROCESSES$26, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.IntMetric)get_store().add_element_user(NUMBEROFSUSPENDEDPROCESSES$26);
+                }
+                target.set(numberOfSuspendedProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "NumberOfSuspendedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.IntMetric addNewNumberOfSuspendedProcesses()
+        {
+            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(NUMBEROFSUSPENDEDPROCESSES$26);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "TotalNumberOfAbortedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfAbortedProcesses()
+        {
+            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(TOTALNUMBEROFABORTEDPROCESSES$28, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "TotalNumberOfAbortedProcesses" element
+         */
+        public void setTotalNumberOfAbortedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfAbortedProcesses)
+        {
+            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(TOTALNUMBEROFABORTEDPROCESSES$28, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(TOTALNUMBEROFABORTEDPROCESSES$28);
+                }
+                target.set(totalNumberOfAbortedProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfAbortedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfAbortedProcesses()
+        {
+            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(TOTALNUMBEROFABORTEDPROCESSES$28);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "TotalNumberOfCompletedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfCompletedProcesses()
+        {
+            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(TOTALNUMBEROFCOMPLETEDPROCESSES$30, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "TotalNumberOfCompletedProcesses" element
+         */
+        public void setTotalNumberOfCompletedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfCompletedProcesses)
+        {
+            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(TOTALNUMBEROFCOMPLETEDPROCESSES$30, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(TOTALNUMBEROFCOMPLETEDPROCESSES$30);
+                }
+                target.set(totalNumberOfCompletedProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfCompletedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfCompletedProcesses()
+        {
+            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(TOTALNUMBEROFCOMPLETEDPROCESSES$30);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "TotalNumberOfTerminatedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getTotalNumberOfTerminatedProcesses()
+        {
+            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(TOTALNUMBEROFTERMINATEDPROCESSES$32, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "TotalNumberOfTerminatedProcesses" element
+         */
+        public void setTotalNumberOfTerminatedProcesses(org.apache.ws.namespaces.muse.muwsExt1.LongMetric totalNumberOfTerminatedProcesses)
+        {
+            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(TOTALNUMBEROFTERMINATEDPROCESSES$32, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(TOTALNUMBEROFTERMINATEDPROCESSES$32);
+                }
+                target.set(totalNumberOfTerminatedProcesses);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "TotalNumberOfTerminatedProcesses" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewTotalNumberOfTerminatedProcesses()
+        {
+            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(TOTALNUMBEROFTERMINATEDPROCESSES$32);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "CumulativeExecutionTime" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric getCumulativeExecutionTime()
+        {
+            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(CUMULATIVEEXECUTIONTIME$34, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "CumulativeExecutionTime" element
+         */
+        public void setCumulativeExecutionTime(org.apache.ws.namespaces.muse.muwsExt1.LongMetric cumulativeExecutionTime)
+        {
+            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(CUMULATIVEEXECUTIONTIME$34, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(CUMULATIVEEXECUTIONTIME$34);
+                }
+                target.set(cumulativeExecutionTime);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "CumulativeExecutionTime" element
+         */
+        public org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewCumulativeExecutionTime()
+        {
+            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(CUMULATIVEEXECUTIONTIME$34);
+                return target;
+            }
+        }
+    }
+}

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfRunningProcessesDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfRunningProcessesDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfRunningProcessesDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/businessprocesstype/properties/NumberOfRunningProcessesDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,109 @@
+/*
+ * An XML document type.
+ * Localname: NumberOfRunningProcesses
+ * Namespace: http://ws.apache.org/muse/example/businessprocesstype/properties
+ * Java type: org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.businessprocesstype.properties;
+
+
+/**
+ * A document containing one NumberOfRunningProcesses(@http://ws.apache.org/muse/example/businessprocesstype/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface NumberOfRunningProcessesDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s995331AFDCF0CA6EE51B027935DBFB96.TypeSystemHolder.typeSystem.resolveHandle("numberofrunningprocessesfbd1doctype");
+    
+    /**
+     * 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();
+    
+    /**
+     * 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.properties.NumberOfRunningProcessesDocument newInstance() {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) 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.properties.NumberOfRunningProcessesDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.businessprocesstype.properties.NumberOfRunningProcessesDocument 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.properties.NumberOfRunningProcessesDocument) 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