You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by ip...@apache.org on 2005/06/21 01:28:44 UTC

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

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

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToTypeImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToTypeImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RelationshipToTypeImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,141 @@
+/*
+ * XML Type:  RelationshipToType
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties.impl;
+/**
+ * An XML RelationshipToType(@http://ws.apache.org/muse/example/resourceadmin/properties).
+ *
+ * This is a complex type.
+ */
+public class RelationshipToTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType
+{
+    
+    public RelationshipToTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName PARTICIPANT$0 = 
+        new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Participant");
+    
+    
+    /**
+     * Gets array of all "Participant" elements
+     */
+    public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType[] getParticipantArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(PARTICIPANT$0, targetList);
+            org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType[] result = new org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType[targetList.size()];
+            targetList.toArray(result);
+            return result;
+        }
+    }
+    
+    /**
+     * Gets ith "Participant" element
+     */
+    public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType getParticipantArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType target = null;
+            target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType)get_store().find_element_user(PARTICIPANT$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Returns number of "Participant" element
+     */
+    public int sizeOfParticipantArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(PARTICIPANT$0);
+        }
+    }
+    
+    /**
+     * Sets array of all "Participant" element
+     */
+    public void setParticipantArray(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType[] participantArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(participantArray, PARTICIPANT$0);
+        }
+    }
+    
+    /**
+     * Sets ith "Participant" element
+     */
+    public void setParticipantArray(int i, org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType participant)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType target = null;
+            target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType)get_store().find_element_user(PARTICIPANT$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.set(participant);
+        }
+    }
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "Participant" element
+     */
+    public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType insertNewParticipant(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType target = null;
+            target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType)get_store().insert_element_user(PARTICIPANT$0, i);
+            return target;
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "Participant" element
+     */
+    public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType addNewParticipant()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType target = null;
+            target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipParticipantType)get_store().add_element_user(PARTICIPANT$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Removes the ith "Participant" element
+     */
+    public void removeParticipant(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(PARTICIPANT$0, i);
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/RemoveRelationshipDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,143 @@
+/*
+ * An XML document type.
+ * Localname: RemoveRelationship
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties.impl;
+/**
+ * A document containing one RemoveRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public class RemoveRelationshipDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument
+{
+    
+    public RemoveRelationshipDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName REMOVERELATIONSHIP$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "RemoveRelationship");
+    
+    
+    /**
+     * Gets the "RemoveRelationship" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship getRemoveRelationship()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship)get_store().find_element_user(REMOVERELATIONSHIP$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "RemoveRelationship" element
+     */
+    public void setRemoveRelationship(org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship removeRelationship)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship)get_store().find_element_user(REMOVERELATIONSHIP$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship)get_store().add_element_user(REMOVERELATIONSHIP$0);
+            }
+            target.set(removeRelationship);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "RemoveRelationship" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship addNewRemoveRelationship()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship)get_store().add_element_user(REMOVERELATIONSHIP$0);
+            return target;
+        }
+    }
+    /**
+     * An XML RemoveRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public static class RemoveRelationshipImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.RemoveRelationshipDocument.RemoveRelationship
+    {
+        
+        public RemoveRelationshipImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName RELATIONSHIP$0 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Relationship");
+        
+        
+        /**
+         * Gets the "Relationship" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType getRelationship()
+        {
+            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$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Relationship" element
+         */
+        public void setRelationship(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$0, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipType)get_store().add_element_user(RELATIONSHIP$0);
+                }
+                target.set(relationship);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "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$0);
+                return target;
+            }
+        }
+    }
+}

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

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

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SetRelationshipDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,247 @@
+/*
+ * An XML document type.
+ * Localname: SetRelationship
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties.impl;
+/**
+ * A document containing one SetRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public class SetRelationshipDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument
+{
+    
+    public SetRelationshipDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName SETRELATIONSHIP$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "SetRelationship");
+    
+    
+    /**
+     * Gets the "SetRelationship" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship getSetRelationship()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship)get_store().find_element_user(SETRELATIONSHIP$0, 0);
+            if (target == null)
+            {
+                return null;
+            }
+            return target;
+        }
+    }
+    
+    /**
+     * Sets the "SetRelationship" element
+     */
+    public void setSetRelationship(org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship setRelationship)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship)get_store().find_element_user(SETRELATIONSHIP$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship)get_store().add_element_user(SETRELATIONSHIP$0);
+            }
+            target.set(setRelationship);
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty "SetRelationship" element
+     */
+    public org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship addNewSetRelationship()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship target = null;
+            target = (org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship)get_store().add_element_user(SETRELATIONSHIP$0);
+            return target;
+        }
+    }
+    /**
+     * An XML SetRelationship(@http://ws.apache.org/muse/example/resourceadmin/properties).
+     *
+     * This is a complex type.
+     */
+    public static class SetRelationshipImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.SetRelationshipDocument.SetRelationship
+    {
+        
+        public SetRelationshipImpl(org.apache.xmlbeans.SchemaType sType)
+        {
+            super(sType);
+        }
+        
+        private static final javax.xml.namespace.QName RELATIONSHIPFROM$0 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "RelationshipFrom");
+        private static final javax.xml.namespace.QName TYPE$2 = 
+            new javax.xml.namespace.QName("http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd", "Type");
+        private static final javax.xml.namespace.QName RELATIONSHIPTO$4 = 
+            new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "RelationshipTo");
+        
+        
+        /**
+         * Gets the "RelationshipFrom" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType getRelationshipFrom()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType)get_store().find_element_user(RELATIONSHIPFROM$0, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "RelationshipFrom" element
+         */
+        public void setRelationshipFrom(org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType relationshipFrom)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType)get_store().find_element_user(RELATIONSHIPFROM$0, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType)get_store().add_element_user(RELATIONSHIPFROM$0);
+                }
+                target.set(relationshipFrom);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "RelationshipFrom" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType addNewRelationshipFrom()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipFromType)get_store().add_element_user(RELATIONSHIPFROM$0);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "Type" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType getType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType)get_store().find_element_user(TYPE$2, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "Type" element
+         */
+        public void setType(org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType type)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType)get_store().find_element_user(TYPE$2, 0);
+                if (target == null)
+                {
+                    target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType)get_store().add_element_user(TYPE$2);
+                }
+                target.set(type);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "Type" element
+         */
+        public org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType addNewType()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType target = null;
+                target = (org.oasisOpen.docs.wsdm.x2004.x12.muws.wsdmMuwsPart2.RelationshipTypeType)get_store().add_element_user(TYPE$2);
+                return target;
+            }
+        }
+        
+        /**
+         * Gets the "RelationshipTo" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType getRelationshipTo()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType)get_store().find_element_user(RELATIONSHIPTO$4, 0);
+                if (target == null)
+                {
+                    return null;
+                }
+                return target;
+            }
+        }
+        
+        /**
+         * Sets the "RelationshipTo" element
+         */
+        public void setRelationshipTo(org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType relationshipTo)
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType)get_store().find_element_user(RELATIONSHIPTO$4, 0);
+                if (target == null)
+                {
+                    target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType)get_store().add_element_user(RELATIONSHIPTO$4);
+                }
+                target.set(relationshipTo);
+            }
+        }
+        
+        /**
+         * Appends and returns a new empty "RelationshipTo" element
+         */
+        public org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType addNewRelationshipTo()
+        {
+            synchronized (monitor())
+            {
+                check_orphaned();
+                org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType target = null;
+                target = (org.apache.ws.muse.example.resourceadmin.properties.RelationshipToType)get_store().add_element_user(RELATIONSHIPTO$4);
+                return target;
+            }
+        }
+    }
+}

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

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

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourceTypeImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourceTypeImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourceTypeImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourceTypeImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,234 @@
+/*
+ * XML Type:  SupportedResourceType
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties.impl;
+/**
+ * An XML SupportedResourceType(@http://ws.apache.org/muse/example/resourceadmin/properties).
+ *
+ * This is a complex type.
+ */
+public class SupportedResourceTypeImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType
+{
+    
+    public SupportedResourceTypeImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName RESOURCETYPE$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/namespaces/muse/muws-ext-1.xsd", "ResourceType");
+    
+    
+    /**
+     * Gets array of all "ResourceType" elements
+     */
+    public java.lang.String[] getResourceTypeArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(RESOURCETYPE$0, 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 "ResourceType" element
+     */
+    public java.lang.String getResourceTypeArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(RESOURCETYPE$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return target.getStringValue();
+        }
+    }
+    
+    /**
+     * Gets (as xml) array of all "ResourceType" elements
+     */
+    public org.apache.xmlbeans.XmlAnyURI[] xgetResourceTypeArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            java.util.List targetList = new java.util.ArrayList();
+            get_store().find_all_element_users(RESOURCETYPE$0, targetList);
+            org.apache.xmlbeans.XmlAnyURI[] result = new org.apache.xmlbeans.XmlAnyURI[targetList.size()];
+            targetList.toArray(result);
+            return result;
+        }
+    }
+    
+    /**
+     * Gets (as xml) ith "ResourceType" element
+     */
+    public org.apache.xmlbeans.XmlAnyURI xgetResourceTypeArray(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlAnyURI target = null;
+            target = (org.apache.xmlbeans.XmlAnyURI)get_store().find_element_user(RESOURCETYPE$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            return (org.apache.xmlbeans.XmlAnyURI)target;
+        }
+    }
+    
+    /**
+     * Returns number of "ResourceType" element
+     */
+    public int sizeOfResourceTypeArray()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            return get_store().count_elements(RESOURCETYPE$0);
+        }
+    }
+    
+    /**
+     * Sets array of all "ResourceType" element
+     */
+    public void setResourceTypeArray(java.lang.String[] resourceTypeArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(resourceTypeArray, RESOURCETYPE$0);
+        }
+    }
+    
+    /**
+     * Sets ith "ResourceType" element
+     */
+    public void setResourceTypeArray(int i, 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$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.setStringValue(resourceType);
+        }
+    }
+    
+    /**
+     * Sets (as xml) array of all "ResourceType" element
+     */
+    public void xsetResourceTypeArray(org.apache.xmlbeans.XmlAnyURI[]resourceTypeArray)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            arraySetterHelper(resourceTypeArray, RESOURCETYPE$0);
+        }
+    }
+    
+    /**
+     * Sets (as xml) ith "ResourceType" element
+     */
+    public void xsetResourceTypeArray(int i, 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$0, i);
+            if (target == null)
+            {
+                throw new IndexOutOfBoundsException();
+            }
+            target.set(resourceType);
+        }
+    }
+    
+    /**
+     * Inserts the value as the ith "ResourceType" element
+     */
+    public void insertResourceType(int i, java.lang.String resourceType)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = 
+                (org.apache.xmlbeans.SimpleValue)get_store().insert_element_user(RESOURCETYPE$0, i);
+            target.setStringValue(resourceType);
+        }
+    }
+    
+    /**
+     * Appends the value as the last "ResourceType" element
+     */
+    public void addResourceType(java.lang.String resourceType)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.SimpleValue target = null;
+            target = (org.apache.xmlbeans.SimpleValue)get_store().add_element_user(RESOURCETYPE$0);
+            target.setStringValue(resourceType);
+        }
+    }
+    
+    /**
+     * Inserts and returns a new empty value (as xml) as the ith "ResourceType" element
+     */
+    public org.apache.xmlbeans.XmlAnyURI insertNewResourceType(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlAnyURI target = null;
+            target = (org.apache.xmlbeans.XmlAnyURI)get_store().insert_element_user(RESOURCETYPE$0, i);
+            return target;
+        }
+    }
+    
+    /**
+     * Appends and returns a new empty value (as xml) as the last "ResourceType" element
+     */
+    public org.apache.xmlbeans.XmlAnyURI addNewResourceType()
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            org.apache.xmlbeans.XmlAnyURI target = null;
+            target = (org.apache.xmlbeans.XmlAnyURI)get_store().add_element_user(RESOURCETYPE$0);
+            return target;
+        }
+    }
+    
+    /**
+     * Removes the ith "ResourceType" element
+     */
+    public void removeResourceType(int i)
+    {
+        synchronized (monitor())
+        {
+            check_orphaned();
+            get_store().remove_element(RESOURCETYPE$0, i);
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourcesDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourcesDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourcesDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/resourceadmin/properties/impl/SupportedResourcesDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: SupportedResources
+ * Namespace: http://ws.apache.org/muse/example/resourceadmin/properties
+ * Java type: org.apache.ws.muse.example.resourceadmin.properties.SupportedResourcesDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.resourceadmin.properties.impl;
+/**
+ * A document containing one SupportedResources(@http://ws.apache.org/muse/example/resourceadmin/properties) element.
+ *
+ * This is a complex type.
+ */
+public class SupportedResourcesDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.resourceadmin.properties.SupportedResourcesDocument
+{
+    
+    public SupportedResourcesDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName SUPPORTEDRESOURCES$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/resourceadmin/properties", "SupportedResources");
+    
+    
+    /**
+     * 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$0, 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$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.muse.example.resourceadmin.properties.SupportedResourceType)get_store().add_element_user(SUPPORTEDRESOURCES$0);
+            }
+            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$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/CumulativeExecutionTimeDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/CumulativeExecutionTimeDocument.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/CumulativeExecutionTimeDocument.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/CumulativeExecutionTimeDocument.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,109 @@
+/*
+ * An XML document type.
+ * Localname: CumulativeExecutionTime
+ * Namespace: http://ws.apache.org/muse/example/shared
+ * Java type: org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.shared;
+
+
+/**
+ * A document containing one CumulativeExecutionTime(@http://ws.apache.org/muse/example/shared) element.
+ *
+ * This is a complex type.
+ */
+public interface CumulativeExecutionTimeDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s995331AFDCF0CA6EE51B027935DBFB96.TypeSystemHolder.typeSystem.resolveHandle("cumulativeexecutiontime8fdbdoctype");
+    
+    /**
+     * Gets the "CumulativeExecutionTime" element
+     */
+    org.apache.ws.namespaces.muse.muwsExt1.LongMetric getCumulativeExecutionTime();
+    
+    /**
+     * Sets the "CumulativeExecutionTime" element
+     */
+    void setCumulativeExecutionTime(org.apache.ws.namespaces.muse.muwsExt1.LongMetric cumulativeExecutionTime);
+    
+    /**
+     * Appends and returns a new empty "CumulativeExecutionTime" element
+     */
+    org.apache.ws.namespaces.muse.muwsExt1.LongMetric addNewCumulativeExecutionTime();
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument newInstance() {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) 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.shared.CumulativeExecutionTimeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument 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.shared.CumulativeExecutionTimeDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument 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.shared.CumulativeExecutionTimeDocument) 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/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/CumulativeExecutionTimeDocumentImpl.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/CumulativeExecutionTimeDocumentImpl.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/CumulativeExecutionTimeDocumentImpl.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/muse/example/shared/impl/CumulativeExecutionTimeDocumentImpl.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,76 @@
+/*
+ * An XML document type.
+ * Localname: CumulativeExecutionTime
+ * Namespace: http://ws.apache.org/muse/example/shared
+ * Java type: org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.muse.example.shared.impl;
+/**
+ * A document containing one CumulativeExecutionTime(@http://ws.apache.org/muse/example/shared) element.
+ *
+ * This is a complex type.
+ */
+public class CumulativeExecutionTimeDocumentImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements org.apache.ws.muse.example.shared.CumulativeExecutionTimeDocument
+{
+    
+    public CumulativeExecutionTimeDocumentImpl(org.apache.xmlbeans.SchemaType sType)
+    {
+        super(sType);
+    }
+    
+    private static final javax.xml.namespace.QName CUMULATIVEEXECUTIONTIME$0 = 
+        new javax.xml.namespace.QName("http://ws.apache.org/muse/example/shared", "CumulativeExecutionTime");
+    
+    
+    /**
+     * 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$0, 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$0, 0);
+            if (target == null)
+            {
+                target = (org.apache.ws.namespaces.muse.muwsExt1.LongMetric)get_store().add_element_user(CUMULATIVEEXECUTIONTIME$0);
+            }
+            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$0);
+            return target;
+        }
+    }
+}

Added: incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/CorrelationIdDocument.java
URL: http://svn.apache.org/viewcvs/incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/CorrelationIdDocument.java?rev=191585&view=auto
==============================================================================
--- incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/CorrelationIdDocument.java (added)
+++ incubator/muse/site/example/services/.xmlbeans/src/org/apache/ws/namespaces/muse/muwsExt1/CorrelationIdDocument.java Mon Jun 20 16:28:31 2005
@@ -0,0 +1,114 @@
+/*
+ * An XML document type.
+ * Localname: CorrelationId
+ * Namespace: http://ws.apache.org/namespaces/muse/muws-ext-1.xsd
+ * Java type: org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument
+ *
+ * Automatically generated - do not modify.
+ */
+package org.apache.ws.namespaces.muse.muwsExt1;
+
+
+/**
+ * A document containing one CorrelationId(@http://ws.apache.org/namespaces/muse/muws-ext-1.xsd) element.
+ *
+ * This is a complex type.
+ */
+public interface CorrelationIdDocument extends org.apache.xmlbeans.XmlObject
+{
+    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)schema.system.s8E37E7B70C00C5804C03B7296CCEC7DA.TypeSystemHolder.typeSystem.resolveHandle("correlationid3924doctype");
+    
+    /**
+     * Gets the "CorrelationId" element
+     */
+    java.lang.String getCorrelationId();
+    
+    /**
+     * Gets (as xml) the "CorrelationId" element
+     */
+    org.apache.xmlbeans.XmlAnyURI xgetCorrelationId();
+    
+    /**
+     * Sets the "CorrelationId" element
+     */
+    void setCorrelationId(java.lang.String correlationId);
+    
+    /**
+     * Sets (as xml) the "CorrelationId" element
+     */
+    void xsetCorrelationId(org.apache.xmlbeans.XmlAnyURI correlationId);
+    
+    /**
+     * A factory class with static methods for creating instances
+     * of this type.
+     */
+    
+    public static final class Factory
+    {
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument newInstance() {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
+        
+        /** @param xmlAsString the string value to parse */
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) 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.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
+          return (org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
+        
+        public static org.apache.ws.namespaces.muse.muwsExt1.CorrelationIdDocument 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.namespaces.muse.muwsExt1.CorrelationIdDocument) 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