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 [14/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/ logi...

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/impl/ResourceAdminPropertiesDocumentImpl.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,1419 @@
+/*
+ * An XML document type.
+ * Localname: ResourceAdminProperties
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin
+ * Java type: org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.impl;
+/**
+ * A document containing one ResourceAdminProperties(@http://ws.apache.org/muse/example/resourceadmin) element.
+ *
+ * This is a complex type.
+ */
+public class ResourceAdminPropertiesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument
+{
+    
+    public ResourceAdminPropertiesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RESOURCEADMINPROPERTIES$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin", "ResourceAdminProperties");
+    
+    
+    /**
+     * Gets the "ResourceAdminProperties" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties getResourceAdminProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties)get_store().find_element_user(RESOURCEADMINPROPERTIES$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "ResourceAdminProperties" element
+     */
+    public void setResourceAdminProperties(org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties resourceAdminProperties)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties)get_store().find_element_user(RESOURCEADMINPROPERTIES$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties)get_store().add_element_user(RESOURCEADMINPROPERTIES$0);
+            }
+            target.set(resourceAdminProperties);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "ResourceAdminProperties" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties addNewResourceAdminProperties()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties)get_store().add_element_user(RESOURCEADMINPROPERTIES$0);
+            return target;
+        }
+    }
+    /**
+     * An XML ResourceAdminProperties(@http://ws.apache.org/muse/example/resourceadmin).
+     *
+     * This is a complex type.
+     */
+    public static class ResourceAdminPropertiesImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.ResourceAdminPropertiesDocument.ResourceAdminProperties
+    {
+        
+        public ResourceAdminPropertiesImpl(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 OPERATIONALSTATUS$16 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "OperationalStatus");
+        private static final javax.xml.namespace.QName CURRENTTIME$18 = 
+            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 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 SUPPORTEDRESOURCES$24 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "SupportedResources");
+        private static final javax.xml.namespace.QName DISCOVERY$26 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "Discovery");
+        
+        
+        /**
+         * 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 "OperationalStatus" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum getOperationalStatus()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATIONALSTATUS$16, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum)target.getEnumValue();
+            }
+        }
+        
+        /**
+         * Gets (as xml) the "OperationalStatus" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus xgetOperationalStatus()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus)get_store().find_element_user(OPERATIONALSTATUS$16, 0);
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "OperationalStatus" element
+         */
+        public void setOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus.Enum operationalStatus)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.xmlbeans.SimpleValue target = null;
+                target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(OPERATIONALSTATUS$16, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(OPERATIONALSTATUS$16);
+                }
+                target.setEnumValue(operationalStatus);
+            }
+        }
+        
+        /**
+         * Sets (as xml) the "OperationalStatus" element
+         */
+        public void xsetOperationalStatus(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus operationalStatus)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus)get_store().find_element_user(OPERATIONALSTATUS$16, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.OperationalStatusDocument.OperationalStatus)get_store().add_element_user(OPERATIONALSTATUS$16);
+                }
+                target.set(operationalStatus);
+            }
+        }
+        
+        /**
+         * 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$18, 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$18, 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$18, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(CURRENTTIME$18);
+                }
+                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$18, 0);
+                if (target == null)
+                {
+                    target = (org.apache.xmlbeans.XmlDateTime)get_store().add_element_user(CURRENTTIME$18);
+                }
+                target.set(currentTime);
+            }
+        }
+        
+        /**
+         * 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 "SupportedResources" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType getSupportedResources()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$24, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "SupportedResources" element
+         */
+        public void setSupportedResources(org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType supportedResources)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().find_element_user(SUPPORTEDRESOURCES$24, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$24);
+                }
+                target.set(supportedResources);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "SupportedResources" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType addNewSupportedResources()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$24);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "Discovery" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType getDiscovery()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$26, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Discovery" element
+         */
+        public void setDiscovery(org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType discovery)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().find_element_user(DISCOVERY$26, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$26);
+                }
+                target.set(discovery);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Discovery" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType addNewDiscovery()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.DiscoveryType)get_store().add_element_user(DISCOVERY$26);
+                return target;
+            }
+        }
+    }
+}

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,150 @@
+/*
+ * An XML document type.
+ * Localname: Create
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.CreateDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one Create(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface CreateDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("create28bbdoctype");
+    
+    /**
+     * Gets the "Create" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create getCreate();
+    
+    /**
+     * Sets the "Create" element
+     */
+    void setCreate(org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create create);
+    
+    /**
+     * Appends and returns a new empty "Create" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create addNewCreate();
+    
+    /**
+     * An XML Create(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface Create extends org.apache.xmlbeans.XmlObject
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("create9073elemtype");
+        
+        /**
+         * Gets the "CreateParams" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType getCreateParams();
+        
+        /**
+         * Sets the "CreateParams" element
+         */
+        void setCreateParams(org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType createParams);
+        
+        /**
+         * Appends and returns a new empty "CreateParams" element
+         */
+        org.apache.ws.muse.example.resourceadmin.properties.CreateParamsType addNewCreateParams();
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument.Create) 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.resourceadmin.properties.CreateDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
+        
+        /** @deprecated {@link XMLInputStream} */
+        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
+        
+        private Factory() { } // No instance of this class allowed
+    }
+}

Added: incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java?rev=191534&view=auto
==============================================================================
--- incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java (added)
+++ incubator/muse/trunk/src/site/content/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/CreateFaultDocument.java Mon Jun 20 11:51:17 2005
@@ -0,0 +1,135 @@
+/*
+ * An XML document type.
+ * Localname: CreateFault
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties;
+
+
+/**
+ * A document containing one CreateFault(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public interface CreateFaultDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("createfaultc443doctype");
+    
+    /**
+     * Gets the "CreateFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault getCreateFault();
+    
+    /**
+     * Sets the "CreateFault" element
+     */
+    void setCreateFault(org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault createFault);
+    
+    /**
+     * Appends and returns a new empty "CreateFault" element
+     */
+    org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault addNewCreateFault();
+    
+    /**
+     * An XML CreateFault(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public interface CreateFault extends org.oasisOpen.docs.wsrf.x2004.x06.wsrfWSBaseFaults12Draft01.BaseFaultType
+    {
+        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("createfault29b1elemtype");
+        
+        /**
+         * A factory class with static methods for creating instances
+         * of this type.
+         */
+        
+        public static final class Factory
+        {
+            public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault newInstance() {
+              return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+            
+            public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault newInstance(org.apache.xmlbeans.XmlOptions options) {
+              return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument.CreateFault) 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.resourceadmin.properties.CreateFaultDocument newInstance() {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
+        
+        /** @param file the file from which to load an xml document */
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.muse.example.resourceadmin.properties.CreateFaultDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
+        
+        /** @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